|
6 | 6 | "start": "nuxt start", |
7 | 7 | "generate": "nuxt generate", |
8 | 8 | "preview": "nuxt preview", |
| 9 | + "prepare": "cd ../ && husky app/.husky", |
9 | 10 | "postinstall": "nuxt prepare", |
10 | 11 | "lint:script": "eslint --ext .ts,vue --ignore-path .gitignore .", |
11 | 12 | "lint:style": "stylelint src/**/*.{css,scss,vue}", |
|
17 | 18 | "test:e2e:ui": "playwright test --ui" |
18 | 19 | }, |
19 | 20 | "dependencies": { |
20 | | - "@eslint/eslintrc": "^3.3.3", |
21 | | - "@eslint/js": "^9.39.2", |
22 | | - "@fortawesome/fontawesome-svg-core": "^7.1.0", |
23 | | - "@fortawesome/free-brands-svg-icons": "^7.1.0", |
24 | | - "@fortawesome/free-regular-svg-icons": "^7.1.0", |
25 | | - "@fortawesome/free-solid-svg-icons": "^7.1.0", |
| 21 | + "@fortawesome/fontawesome-svg-core": "^7.2.0", |
| 22 | + "@fortawesome/free-brands-svg-icons": "^7.2.0", |
| 23 | + "@fortawesome/free-regular-svg-icons": "^7.2.0", |
| 24 | + "@fortawesome/free-solid-svg-icons": "^7.2.0", |
26 | 25 | "@fortawesome/vue-fontawesome": "^3.1.3", |
27 | 26 | "@headlessui/vue": "^1.7.23", |
28 | 27 | "@heroicons/vue": "^2.2.0", |
29 | | - "@nuxtjs/i18n": "^10.2.1", |
30 | | - "@playwright/test": "^1.58.1", |
31 | | - "@vueuse/core": "^14.2.0", |
32 | | - "globals": "^16.5.0", |
33 | | - "nuxt": "^4.3.0", |
34 | | - "nuxt-delay-hydration": "^1.3.8", |
35 | | - "tailwindcss": "^4.1.18", |
36 | | - "vue": "^3.5.27", |
| 28 | + "@nuxtjs/i18n": "^10.2.3", |
| 29 | + "@playwright/test": "^1.58.2", |
| 30 | + "@vueuse/core": "^14.2.1", |
| 31 | + "globals": "^17.3.0", |
| 32 | + "nuxt": "^4.3.1", |
| 33 | + "tailwindcss": "^4.2.0", |
| 34 | + "vue": "^3.5.28", |
37 | 35 | "vue-markdown-render": "^2.3.0", |
38 | 36 | "vue-router": "^4.6.4" |
39 | 37 | }, |
40 | 38 | "devDependencies": { |
41 | | - "@tailwindcss/postcss": "^4.1.18", |
42 | | - "@types/node": "^24.10.10", |
43 | | - "@typescript-eslint/eslint-plugin": "^8.54.0", |
44 | | - "@typescript-eslint/parser": "^8.54.0", |
45 | | - "@vue/eslint-config-prettier": "^10.2.0", |
46 | | - "@vue/eslint-config-typescript": "^14.6.0", |
| 39 | + "@eslint/eslintrc": "^3.3.3", |
| 40 | + "@eslint/js": "^9.39.2", |
| 41 | + "@nuxt/types": "^2.18.1", |
| 42 | + "@tailwindcss/postcss": "^4.2.0", |
| 43 | + "@types/node": "^25.3.0", |
| 44 | + "@typescript-eslint/eslint-plugin": "^8.56.0", |
| 45 | + "@typescript-eslint/parser": "^8.56.0", |
47 | 46 | "autoprefixer": "^10.4.24", |
48 | 47 | "eslint": "^9.39.2", |
49 | 48 | "eslint-plugin-jsx-a11y": "^6.10.2", |
50 | 49 | "eslint-plugin-prettier": "^5.5.5", |
51 | | - "eslint-plugin-security": "^3.0.1", |
52 | | - "eslint-plugin-vue": "^10.7.0", |
| 50 | + "eslint-plugin-security": "^4.0.0", |
| 51 | + "eslint-plugin-vue": "^10.8.0", |
53 | 52 | "husky": "^9.1.7", |
54 | 53 | "lint-staged": "^16.2.7", |
55 | | - "npm-check-updates": "^19.3.2", |
56 | | - "playwright": "^1.58.1", |
| 54 | + "npm-check-updates": "^19.4.1", |
| 55 | + "playwright": "^1.58.2", |
57 | 56 | "postcss": "^8.5.6", |
| 57 | + "postcss-html": "^1.8.1", |
58 | 58 | "prettier": "^3.8.1", |
59 | | - "stylelint": "^16.26.1", |
60 | | - "stylelint-config-recommended": "^17.0.0", |
61 | | - "stylelint-config-standard": "^39.0.1" |
| 59 | + "stylelint": "^17.3.0", |
| 60 | + "stylelint-config-recommended": "^18.0.0", |
| 61 | + "stylelint-config-standard": "^40.0.0" |
62 | 62 | }, |
63 | | - "husky": { |
64 | | - "hooks": { |
65 | | - "pre-commit": "lint-staged" |
66 | | - } |
| 63 | + "optionalDependencies": { |
| 64 | + "@oxc-parser/binding-linux-x64-gnu": "0.114.0" |
67 | 65 | }, |
68 | 66 | "lint-staged": { |
69 | | - "*.{ts,tsx}": "eslint --fix", |
70 | | - "*.{css,scss,vue}": "stylelint --fix", |
71 | | - "*": "prettier -w -u" |
| 67 | + "*.{ts,tsx,js,jsx}": "eslint --fix", |
| 68 | + "*.{css,scss}": "stylelint --fix", |
| 69 | + "*.vue": [ |
| 70 | + "eslint --fix", |
| 71 | + "stylelint --fix" |
| 72 | + ], |
| 73 | + "*.{json,md,html}": "prettier --write" |
72 | 74 | } |
73 | 75 | } |
0 commit comments