|
12 | 12 | "lint": "pnpm lint-eslint && pnpm lint-stylelint", |
13 | 13 | "lint-eslint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore", |
14 | 14 | "lint-stylelint": "stylelint ./**/*.{css,sass,scss} --fix --ignore-path .gitignore", |
| 15 | + "clean": "rimraf pnpm-lock.yaml node_modules dist", |
15 | 16 | "release": "semantic-release", |
16 | 17 | "svgo": "svgo -rf src" |
17 | 18 | }, |
18 | 19 | "dependencies": { |
19 | 20 | "@vueuse/core": "^10.1.2", |
20 | | - "element-plus": "^2.2.32", |
| 21 | + "element-plus": "^2.4.3", |
21 | 22 | "lodash": "^4.17.21", |
22 | 23 | "pinia": "^2.0.28", |
23 | 24 | "tailwindcss": "^3.2.7", |
24 | | - "vue": "^3.2.45", |
25 | | - "vue-router": "^4.1.6" |
| 25 | + "vue": "^3.3.9", |
| 26 | + "vue-router": "^4.2.5" |
26 | 27 | }, |
27 | 28 | "devDependencies": { |
28 | 29 | "@aghap/semantic-release-gh-pages": "^2.0.9", |
29 | 30 | "@rushstack/eslint-patch": "^1.1.4", |
| 31 | + "@tsconfig/node20": "^20.1.2", |
30 | 32 | "@types/lodash": "^4.14.194", |
31 | | - "@types/node": "^18.11.12", |
| 33 | + "@types/node": "^20.10.0", |
32 | 34 | "@typescript-eslint/eslint-plugin": "^6.13.0", |
33 | 35 | "@vitejs/plugin-vue": "^4.0.0", |
34 | 36 | "@vitejs/plugin-vue-jsx": "^3.0.0", |
35 | 37 | "@vue/eslint-config-prettier": "^8.0.0", |
36 | 38 | "@vue/eslint-config-typescript": "^12.0.0", |
37 | | - "@vue/tsconfig": "^0.1.3", |
| 39 | + "@vue/tsconfig": "^0.4.0", |
38 | 40 | "autoprefixer": "^10.4.13", |
39 | 41 | "commitizen": "^4.3.0", |
40 | 42 | "cz-conventional-changelog": "^3.3.0", |
41 | 43 | "eslint": "^8.54.0", |
42 | 44 | "eslint-plugin-vue": "^9.18.1", |
43 | 45 | "postcss": "^8.4.31", |
44 | 46 | "prettier": "^3.1.0", |
| 47 | + "rimraf": "^5.0.5", |
45 | 48 | "sass": "^1.58.3", |
46 | 49 | "semantic-release": "^20.1.3", |
47 | 50 | "stylelint": "^15.11.0", |
|
54 | 57 | "typescript": "^5.3.2", |
55 | 58 | "unplugin-auto-import": "^0.15.0", |
56 | 59 | "vite": "^4.0.0", |
57 | | - "vue-tsc": "^1.0.12" |
| 60 | + "vue-tsc": "^1.8.24" |
58 | 61 | }, |
59 | 62 | "config": { |
60 | 63 | "commitizen": { |
|
0 commit comments