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.
34 lines
770 B
34 lines
770 B
{
|
|
"name": "cegongji",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@mdi/font": "7.0.96",
|
|
"@soerenmartius/vue3-clipboard": "^0.1.2",
|
|
"axios": "^1.4.0",
|
|
"dayjs": "^1.11.7",
|
|
"element-plus": "^2.3.9",
|
|
"js-md5": "^0.7.3",
|
|
"lodash": "^4.17.21",
|
|
"mqtt": "4.1.0",
|
|
"nprogress": "^0.2.0",
|
|
"pinia": "^2.0.35",
|
|
"pinia-plugin-persist": "^1.0.0",
|
|
"qs": "^6.11.1",
|
|
"screenfull": "^6.0.2",
|
|
"ulid": "^2.3.0",
|
|
"vue": "^3.2.47",
|
|
"vue-router": "^4.1.6",
|
|
"vuetify": "^3.3.13"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^4.2.1",
|
|
"sass": "^1.62.1",
|
|
"vite": "^4.3.4",
|
|
"vite-plugin-vuetify": "^1.0.0"
|
|
}
|
|
}
|
|
|