network_inventory/frontend/package.json

18 lines
316 B
JSON
Raw Normal View History

2020-11-27 19:30:27 +01:00
{
"name": "network-inventory-frontend",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"dependencies": {
2021-01-25 20:58:48 +01:00
"axios": "^0.21.0",
"vue": "^3.0.2",
"vue-router": "^4.0.1"
2020-11-27 19:30:27 +01:00
},
"devDependencies": {
"vite": "^1.0.0-rc.8",
"@vue/compiler-sfc": "^3.0.2"
}
}