benchtopdevices/benchtop-fe/package.json

24 lines
480 B
JSON
Raw Normal View History

2023-10-06 04:22:50 +00:00
{
"name": "benchtop-fe",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@mdi/font": "^7.2.96",
"@vuepic/vue-datepicker": "^7.0.0",
2023-10-06 19:09:12 +00:00
"vls": "^0.8.5",
"volar-service-vetur": "^0.0.13",
2023-10-06 04:22:50 +00:00
"vue": "^3.3.4",
"vue-upload-component": "^3.1.8"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"vite": "^4.4.5"
}
}