You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
641 B
JSON
30 lines
641 B
JSON
|
2 weeks ago
|
{
|
||
|
|
"name": "my-vue-app",
|
||
|
|
"version": "0.0.0",
|
||
|
|
"private": true,
|
||
|
|
"type": "module",
|
||
|
|
"engines": {
|
||
|
|
"node": "^20.19.0 || >=22.12.0"
|
||
|
|
},
|
||
|
|
"scripts": {
|
||
|
|
"dev": "vite",
|
||
|
|
"build": "vite build",
|
||
|
|
"preview": "vite preview"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"@element-plus/icons-vue": "^2.3.2",
|
||
|
|
"axios": "^1.13.2",
|
||
|
|
"element-plus": "^2.11.7",
|
||
|
|
"less": "^4.4.2",
|
||
|
|
"unplugin-auto-import": "^20.2.0",
|
||
|
|
"unplugin-vue-components": "^30.0.0",
|
||
|
|
"vue": "^3.5.22",
|
||
|
|
"vue-router": "^4.6.3"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@vitejs/plugin-vue": "^6.0.1",
|
||
|
|
"vite": "^7.1.11",
|
||
|
|
"vite-plugin-vue-devtools": "^8.0.3"
|
||
|
|
}
|
||
|
|
}
|