Files
WGDashboard/src/static/app/package.json

28 lines
549 B
JSON
Raw Normal View History

2024-01-08 12:23:57 -05:00
{
"name": "app",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"bootstrap": "^5.3.2",
"bootstrap-icons": "^1.11.2",
2024-01-31 12:06:44 -05:00
"cidr-tools": "^7.0.4",
"dayjs": "^1.11.10",
2024-01-08 12:23:57 -05:00
"pinia": "^2.1.7",
"qrcode": "^1.5.3",
"uuid": "^9.0.1",
2024-01-08 12:23:57 -05:00
"vue": "^3.3.11",
"vue-chartjs": "^5.3.0",
2024-01-08 12:23:57 -05:00
"vue-router": "^4.2.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.5.2",
"vite": "^5.0.10"
}
}