wg-portal/frontend/package.json
2023-06-13 23:50:32 +02:00

30 lines
726 B
JSON

{
"name": "frontend",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build-dev": "vite build --mode development --base=/app/",
"build": "vite build --base=/app/",
"preview": "vite preview --port 5050"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.2.1",
"@kyvg/vue3-notification": "^2.8.0",
"@popperjs/core": "^2.11.6",
"bootstrap": "^5.2.3",
"bootswatch": "^5.2.3",
"flag-icons": "^6.6.6",
"is-cidr": "^5.0.2",
"is-ip": "^5.0.0",
"pinia": "^2.0.29",
"vue": "^3.2.45",
"vue-i18n": "^9.1.10",
"vue-router": "^4.1.6",
"vue3-tags-input": "^1.0.6"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"vite": "^4.0.4"
}
}