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.
 
 
 

29 lines
634 B

{
"name": "hq-web",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"serve": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"ant-design-vue": "^3.3.0-beta.3",
"axios": "^1.2.0",
"mqtt": "^4.3.7",
"pinia": "^2.0.25",
"qs": "^6.11.0",
"vue": "^3.2.41",
"vue-router": "^4.1.6",
"vue3-colorpicker": "^2.0.11"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.2.0",
"less": "^4.1.3",
"typescript": "^4.6.4",
"unplugin-vue-components": "^0.22.11",
"vite": "^3.2.3",
"vue-tsc": "^1.0.9"
}
}