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.
31 lines
715 B
31 lines
715 B
{
|
|
"name": "sfykf",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build --mode staging",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@mdi/font": "7.0.96",
|
|
"axios": "^1.4.0",
|
|
"dayjs": "^1.11.9",
|
|
"element-plus": "^2.3.4",
|
|
"lodash": "^4.17.21",
|
|
"pinia": "^2.0.23",
|
|
"qs": "^6.11.2",
|
|
"roboto-fontface": "*",
|
|
"vue": "^3.2.0",
|
|
"vue-router": "^4.0.0",
|
|
"vuetify": "^3.0.0",
|
|
"webfontloader": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^3.0.3",
|
|
"terser": "^5.26.0",
|
|
"unplugin-auto-import": "^0.16.0",
|
|
"unplugin-vue-components": "^0.24.1",
|
|
"vite": "^4.2.0",
|
|
"vite-plugin-vuetify": "^1.0.0"
|
|
}
|
|
}
|
|
|