vite-start/package.json
2022-04-27 14:02:52 +08:00

24 lines
512 B
JSON

{
"name": "vite-start",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview"
},
"dependencies": {
"element-plus": "^2.1.11",
"normalize.css": "^8.0.1",
"vue": "^3.2.25",
"vue-router": "^4.0.13",
"vuex": "^4.0.2"
},
"devDependencies": {
"@types/node": "^17.0.29",
"@vitejs/plugin-vue": "^2.3.1",
"typescript": "^4.5.4",
"vite": "^2.9.5",
"vue-tsc": "^0.34.7"
}
}