benchtopdevices/benchtop-fe/package.json

22 lines
421 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",
"vue": "^3.3.4",
"vue-upload-component": "^3.1.8"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"vite": "^4.4.5"
}
}