mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2025-04-19 08:55:12 +00:00
37 lines
799 B
JSON
37 lines
799 B
JSON
{
|
|
"name": "app",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@vuepic/vue-datepicker": "^9.0.1",
|
|
"@vueuse/core": "^10.9.0",
|
|
"@vueuse/shared": "^10.9.0",
|
|
"animate.css": "^4.1.1",
|
|
"bootstrap": "^5.3.2",
|
|
"bootstrap-icons": "^1.11.2",
|
|
"cidr-tools": "^7.0.4",
|
|
"dayjs": "^1.11.12",
|
|
"fuse.js": "^7.0.0",
|
|
"i": "^0.3.7",
|
|
"is-cidr": "^5.0.3",
|
|
"npm": "^10.5.0",
|
|
"pinia": "^2.1.7",
|
|
"qrcode": "^1.5.3",
|
|
"qrcodejs": "^1.0.0",
|
|
"uuid": "^9.0.1",
|
|
"vue": "^3.4.29",
|
|
"vue-chartjs": "^5.3.0",
|
|
"vue-router": "^4.2.5"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^5.0.0",
|
|
"vite": "^5.0.10"
|
|
}
|
|
}
|