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.
42 lines
1018 B
42 lines
1018 B
{
|
|
"name": "driverlessCar",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"npmi": "npm i"
|
|
},
|
|
"dependencies": {
|
|
"@kjgl77/datav-vue3": "^1.7.1",
|
|
"@mdi/font": "^7.2.96",
|
|
"@soerenmartius/vue3-clipboard": "^0.1.2",
|
|
"axios": "^1.4.0",
|
|
"dayjs": "^1.11.7",
|
|
"echarts": "^5.4.3",
|
|
"element-plus": "^2.3.4",
|
|
"js-md5": "^0.7.3",
|
|
"lodash": "^4.17.21",
|
|
"mqtt": "^4.3.7",
|
|
"nprogress": "^0.2.0",
|
|
"ol": "^7.3.0",
|
|
"pinia": "^2.0.35",
|
|
"pinia-plugin-persist": "^1.0.0",
|
|
"qs": "^6.11.1",
|
|
"roboto-fontface": "*",
|
|
"screenfull": "^6.0.2",
|
|
"ulid": "^2.3.0",
|
|
"vue": "^3.2.47",
|
|
"vue-router": "^4.1.6",
|
|
"vuetify": "^3.0.0",
|
|
"webfontloader": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^4.2.1",
|
|
"sass": "^1.62.1",
|
|
"unplugin-auto-import": "^0.15.3",
|
|
"unplugin-vue-components": "^0.24.1",
|
|
"vite": "^4.3.4",
|
|
"vite-plugin-vuetify": "^1.0.0"
|
|
}
|
|
}
|
|
|