You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
809 B

{
"name": "cauc_admin",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@types/mockjs": "^1.0.7",
"axios": "^1.5.0",
"element-plus": "^2.3.14",
"fast-glob": "^3.3.1",
"mitt": "^3.0.1",
"pinia": "^2.1.6",
"remixicon": "^3.5.0",
"sass": "^1.68.0",
"vite-plugin-svg-icons": "^2.0.1",
"vue": "^3.3.4",
"vue-router": "^4.2.4"
},
"devDependencies": {
"@rollup/plugin-image": "^3.0.2",
"@vitejs/plugin-vue": "^4.2.3",
"mockjs": "^1.1.0",
"typescript": "^5.0.2",
"unplugin-auto-import": "^0.16.6",
"unplugin-vue-components": "^0.25.2",
"vite": "^4.4.5",
"vite-plugin-mock": "^2.9.8",
"vue-tsc": "^1.8.5"
}
}