Merge commit '923e524b62af637fca05119959d4b5f579e6b6fe' into feature/20250910-all
This commit is contained in:
21
package.json
21
package.json
@@ -11,7 +11,12 @@
|
||||
"build:sandbox": "nuxt build --dotenv .env.sandbox",
|
||||
"build:live": "nuxt build --dotenv .env.live",
|
||||
"preview": "nuxt preview",
|
||||
"typecheck": "nuxt typecheck"
|
||||
"typecheck": "vue-tsc --noEmit",
|
||||
"lint": "eslint . --ext .vue,.js,.ts,.jsx,.tsx",
|
||||
"lint:fix": "eslint . --ext .vue,.js,.ts,.jsx,.tsx --fix",
|
||||
"format": "prettier --write .",
|
||||
"format:check": "prettier --check .",
|
||||
"check": "pnpm typecheck && pnpm lint && pnpm format:check"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nuxtjs/i18n": "^10.0.6",
|
||||
@@ -25,13 +30,25 @@
|
||||
"vue": "^3.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/eslintrc": "^3.3.1",
|
||||
"@eslint/js": "^9.35.0",
|
||||
"@nuxt/eslint-config": "^1.9.0",
|
||||
"@nuxtjs/tailwindcss": "^6.14.0",
|
||||
"@types/dompurify": "^3.2.0",
|
||||
"@types/node": "^24.3.0",
|
||||
"@typescript-eslint/eslint-plugin": "^8.43.0",
|
||||
"@typescript-eslint/parser": "^8.43.0",
|
||||
"autoprefixer": "^10.4.21",
|
||||
"eslint": "^9.35.0",
|
||||
"eslint-config-prettier": "^10.1.8",
|
||||
"eslint-plugin-nuxt": "^4.0.0",
|
||||
"eslint-plugin-prettier": "^5.5.4",
|
||||
"eslint-plugin-vue": "^10.4.0",
|
||||
"postcss": "^8.5.6",
|
||||
"prettier": "^3.6.2",
|
||||
"tailwindcss": "^3.4.17",
|
||||
"typescript": "^5.5.0"
|
||||
"typescript": "^5.5.0",
|
||||
"vue-tsc": "^3.0.7"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.20.0"
|
||||
|
||||
Reference in New Issue
Block a user