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.
30 lines
659 B
30 lines
659 B
{
|
|
"name": "base",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@element-plus/icons-vue": "^2.3.1",
|
|
"axios": "^1.6.6",
|
|
"dayjs": "^1.11.10",
|
|
"element-plus": "^2.5.3",
|
|
"lodash": "^4.17.21",
|
|
"md5": "^2.3.0",
|
|
"nprogress": "^0.2.0",
|
|
"papaparse": "^5.4.1",
|
|
"qs": "^6.11.2",
|
|
"unplugin-auto-import": "^0.17.4",
|
|
"unplugin-vue-components": "^0.26.0",
|
|
"vue": "^3.3.11",
|
|
"vue-router": "^4.2.5"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^4.6.2",
|
|
"vite": "^5.0.8"
|
|
}
|
|
}
|
|
|