Files
kengee-data-screen/package.json
2024-06-20 22:02:06 +08:00

24 lines
493 B
JSON

{
"name": "ds",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview --port 4173"
},
"dependencies": {
"axios": "^1.7.2",
"element-ui": "^2.15.14",
"vue": "^2.7.7",
"vue-router": "^3.5.4"
},
"devDependencies": {
"@vitejs/plugin-legacy": "^2.0.0",
"@vitejs/plugin-vue2": "^1.1.2",
"@vitejs/plugin-vue2-jsx": "^1.0.2",
"fs-extra": "^11.2.0",
"terser": "^5.14.2",
"vite": "^3.0.2"
}
}