|
1 | 1 | {
|
2 | 2 | "name": "vite-vue-template-sky",
|
3 | 3 | "private": true,
|
4 |
| - "version": "1.4.0", |
| 4 | + "version": "1.5.0", |
5 | 5 | "description": "an opinionated vite starter template for vue",
|
6 | 6 | "keywords": [
|
7 | 7 | "template",
|
8 |
| - "project", |
9 | 8 | "vite",
|
10 | 9 | "vue",
|
11 |
| - "typescript", |
12 |
| - "vue router", |
13 |
| - "pinia", |
14 |
| - "element plus", |
15 |
| - "tailwindcss", |
16 |
| - "iconify", |
17 |
| - "pnpm", |
18 |
| - "eslint", |
19 |
| - "prettier", |
20 |
| - "stylelint", |
21 |
| - "commitlint", |
22 |
| - "markdownlint", |
23 |
| - "lint-staged", |
24 |
| - "husky", |
25 |
| - "vitest", |
26 |
| - "playwright", |
27 |
| - "commitizen", |
28 |
| - "changeset" |
| 10 | + "typescript" |
29 | 11 | ],
|
30 | 12 | "repository": {
|
31 | 13 | "type": "git",
|
|
47 | 29 | ],
|
48 | 30 | "main": "src/main.ts",
|
49 | 31 | "type": "module",
|
50 |
| - "packageManager": "pnpm@9.10.0", |
| 32 | + "packageManager": "pnpm@9.11.0", |
51 | 33 | "engines": {
|
52 |
| - "node": ">=18.13.0", |
53 |
| - "npm": ">=9.6.0", |
| 34 | + "node": ">=20.0.0", |
| 35 | + "npm": ">=10.0.0", |
54 | 36 | "yarn": ">=1.22.0",
|
55 |
| - "pnpm": ">=8.4.0" |
| 37 | + "pnpm": ">=8.11.0" |
56 | 38 | },
|
57 | 39 | "scripts": {
|
58 | 40 | "dev": "cross-env NODE_ENV=development vite",
|
|
80 | 62 | "dayjs": "^1.11.13",
|
81 | 63 | "element-plus": "^2.8.4",
|
82 | 64 | "lodash-es": "^4.17.21",
|
83 |
| - "pinia": "^2.2.2", |
84 |
| - "vue": "^3.5.10", |
85 |
| - "vue-i18n": "^10.0.3", |
| 65 | + "pinia": "^2.2.4", |
| 66 | + "vue": "^3.5.11", |
| 67 | + "vue-i18n": "^10.0.4", |
86 | 68 | "vue-router": "^4.4.5"
|
87 | 69 | },
|
88 | 70 | "devDependencies": {
|
89 | 71 | "@changesets/changelog-github": "^0.5.0",
|
90 |
| - "@changesets/cli": "^2.27.8", |
| 72 | + "@changesets/cli": "^2.27.9", |
91 | 73 | "@commitlint/cli": "^19.5.0",
|
92 | 74 | "@commitlint/config-conventional": "^19.5.0",
|
93 | 75 | "@commitlint/types": "^19.5.0",
|
94 |
| - "@eslint/js": "^9.11.1", |
| 76 | + "@eslint/js": "^9.12.0", |
95 | 77 | "@iconify/vue": "^4.1.2",
|
96 | 78 | "@intlify/unplugin-vue-i18n": "^5.2.0",
|
97 | 79 | "@playwright/test": "^1.47.2",
|
|
107 | 89 | "@vitejs/plugin-legacy": "^5.4.2",
|
108 | 90 | "@vitejs/plugin-vue": "^5.1.4",
|
109 | 91 | "@vitejs/plugin-vue-jsx": "^4.0.1",
|
110 |
| - "@vitest/coverage-v8": "^2.1.1", |
111 |
| - "@vitest/ui": "^2.1.1", |
| 92 | + "@vitest/coverage-v8": "^2.1.2", |
| 93 | + "@vitest/ui": "^2.1.2", |
112 | 94 | "commitizen": "^4.3.1",
|
113 | 95 | "cross-env": "^7.0.3",
|
114 | 96 | "cssnano": "^7.0.6",
|
115 | 97 | "cz-conventional-changelog": "^3.3.0",
|
116 |
| - "eslint": "^9.11.1", |
| 98 | + "eslint": "^9.12.0", |
117 | 99 | "eslint-config-prettier": "^9.1.0",
|
118 | 100 | "eslint-config-standard": "^17.1.0",
|
119 | 101 | "eslint-import-resolver-typescript": "^3.6.3",
|
120 |
| - "eslint-plugin-import": "^2.30.0", |
121 |
| - "eslint-plugin-jsdoc": "^50.3.0", |
| 102 | + "eslint-plugin-import": "^2.31.0", |
| 103 | + "eslint-plugin-jsdoc": "^50.3.1", |
122 | 104 | "eslint-plugin-jsx-a11y": "^6.10.0",
|
123 | 105 | "eslint-plugin-n": "^17.10.3",
|
124 | 106 | "eslint-plugin-playwright": "^1.6.2",
|
125 | 107 | "eslint-plugin-promise": "^7.1.0",
|
126 | 108 | "eslint-plugin-testing-library": "^6.3.0",
|
127 | 109 | "eslint-plugin-vitest": "^0.5.4",
|
128 | 110 | "eslint-plugin-vue": "^9.28.0",
|
129 |
| - "globals": "^15.9.0", |
| 111 | + "globals": "^15.10.0", |
130 | 112 | "husky": "^9.1.6",
|
131 | 113 | "is-ci": "^3.0.1",
|
132 | 114 | "jsdom": "^25.0.1",
|
133 | 115 | "lint-staged": "^15.2.10",
|
134 | 116 | "markdownlint": "^0.35.0",
|
135 | 117 | "markdownlint-cli": "^0.42.0",
|
136 | 118 | "only-allow": "^1.2.1",
|
137 |
| - "pnpm": "9.11.0", |
| 119 | + "pnpm": "9.12.0", |
138 | 120 | "postcss-import": "^16.1.0",
|
139 | 121 | "postcss-load-config": "^6.0.1",
|
140 |
| - "postcss-preset-env": "^10.0.5", |
| 122 | + "postcss-preset-env": "^10.0.6", |
141 | 123 | "prettier": "^3.3.3",
|
142 | 124 | "prettier-plugin-tailwindcss": "^0.6.8",
|
143 | 125 | "rimraf": "^6.0.1",
|
|
148 | 130 | "stylelint-config-standard-vue": "^1.0.0",
|
149 | 131 | "tailwindcss": "^3.4.13",
|
150 | 132 | "typescript": "^5.6.2",
|
151 |
| - "typescript-eslint": "^8.7.0", |
| 133 | + "typescript-eslint": "^8.8.0", |
152 | 134 | "unplugin-element-plus": "^0.8.0",
|
153 | 135 | "vite": "^5.4.8",
|
154 | 136 | "vite-plugin-checker": "^0.8.0",
|
155 | 137 | "vite-plugin-pwa": "^0.20.5",
|
156 |
| - "vitest": "^2.1.1", |
| 138 | + "vitest": "^2.1.2", |
157 | 139 | "vue-eslint-parser": "^9.4.3",
|
158 | 140 | "vue-tsc": "^2.1.6"
|
159 | 141 | }
|
|
0 commit comments