1. Update dependencies 2. Use cssnano for production 3. Assign an environment variable to Sentry's environment settings 4. `Pill` now accepts React Nodes so we can pass translations using Trans component 5. Switch to mailpit API during tests 6. Do not require Email Sender to be of type email and add proper error messages
30 lines
682 B
JSON
30 lines
682 B
JSON
{
|
|
"name": "@kit/eslint-config",
|
|
"version": "0.2.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"files": [
|
|
"./apps.js",
|
|
"./base.js",
|
|
"./nextjs.js"
|
|
],
|
|
"scripts": {
|
|
"clean": "rm -rf .turbo node_modules",
|
|
"format": "prettier --check \"**/*.{js,json}\""
|
|
},
|
|
"dependencies": {
|
|
"@next/eslint-plugin-next": "15.2.2",
|
|
"@types/eslint": "9.6.1",
|
|
"eslint-config-next": "15.2.2",
|
|
"eslint-config-turbo": "^2.4.4",
|
|
"typescript-eslint": "8.26.1"
|
|
},
|
|
"devDependencies": {
|
|
"@kit/prettier-config": "workspace:*",
|
|
"@kit/tsconfig": "workspace:*",
|
|
"eslint": "^9.22.0",
|
|
"typescript": "^5.8.2"
|
|
},
|
|
"prettier": "@kit/prettier-config"
|
|
}
|