Showing
5 changed files
with
6 additions
and
2 deletions
package-lock.json
deleted
100644 → 0
This diff could not be displayed because it is too large.
| ... | @@ -3,6 +3,9 @@ | ... | @@ -3,6 +3,9 @@ |
| 3 | "private": true, | 3 | "private": true, |
| 4 | "version": "0.0.0", | 4 | "version": "0.0.0", |
| 5 | "type": "module", | 5 | "type": "module", |
| 6 | + "engines": { | ||
| 7 | + "node": "18.13.x" | ||
| 8 | + }, | ||
| 6 | "scripts": { | 9 | "scripts": { |
| 7 | "dev": "vite", | 10 | "dev": "vite", |
| 8 | "build": "vite build", | 11 | "build": "vite build", |
| ... | @@ -24,11 +27,11 @@ | ... | @@ -24,11 +27,11 @@ |
| 24 | "vue-router": "^4.5.0" | 27 | "vue-router": "^4.5.0" |
| 25 | }, | 28 | }, |
| 26 | "devDependencies": { | 29 | "devDependencies": { |
| 27 | - "@vitejs/plugin-vue": "^5.2.1", | 30 | + "@vitejs/plugin-vue": "^4.5.2", |
| 28 | "less": "^4.2.2", | 31 | "less": "^4.2.2", |
| 29 | "sass-embedded": "^1.85.1", | 32 | "sass-embedded": "^1.85.1", |
| 30 | "unplugin-auto-import": "^19.1.1", | 33 | "unplugin-auto-import": "^19.1.1", |
| 31 | - "vite": "^6.2.0", | 34 | + "vite": "^5.1.4", |
| 32 | "vite-plugin-dynamic-import": "^1.6.0" | 35 | "vite-plugin-dynamic-import": "^1.6.0" |
| 33 | } | 36 | } |
| 34 | } | 37 | } | ... | ... |
pnpm-lock.yaml
0 → 100644
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
-
Please register or login to post a comment