2023-08-04 13:34:18 +02:00
|
|
|
{
|
|
|
|
|
"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": {
|
2025-11-13 20:01:47 +01:00
|
|
|
"@fontsource/nunito-sans": "^5.2.7",
|
|
|
|
|
"@fortawesome/fontawesome-free": "^7.1.0",
|
|
|
|
|
"@kyvg/vue3-notification": "^3.4.2",
|
2023-08-04 13:34:18 +02:00
|
|
|
"@popperjs/core": "^2.11.8",
|
2025-11-13 20:01:47 +01:00
|
|
|
"@simplewebauthn/browser": "^13.2.2",
|
2025-04-19 17:43:51 +02:00
|
|
|
"@vojtechlanka/vue-tags-input": "^3.1.1",
|
2025-11-13 20:01:47 +01:00
|
|
|
"bootstrap": "^5.3.8",
|
|
|
|
|
"bootswatch": "^5.3.8",
|
2025-11-03 17:40:42 +01:00
|
|
|
"cidr-tools": "^11.0.3",
|
2025-11-13 20:01:47 +01:00
|
|
|
"flag-icons": "^7.5.0",
|
|
|
|
|
"ip-address": "^10.1.0",
|
|
|
|
|
"is-cidr": "^6.0.1",
|
2023-12-23 13:36:42 +01:00
|
|
|
"is-ip": "^5.0.1",
|
2025-11-13 20:01:47 +01:00
|
|
|
"pinia": "^3.0.4",
|
2025-03-30 23:21:29 +02:00
|
|
|
"prismjs": "^1.30.0",
|
2025-11-13 20:01:47 +01:00
|
|
|
"vue": "^3.5.24",
|
|
|
|
|
"vue-i18n": "^11.1.12",
|
2023-08-04 13:34:18 +02:00
|
|
|
"vue-prism-component": "github:h44z/vue-prism-component",
|
2025-11-13 20:01:47 +01:00
|
|
|
"vue-router": "^4.6.3"
|
2023-08-04 13:34:18 +02:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-11-13 20:01:47 +01:00
|
|
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
|
|
|
"sass-embedded": "^1.93.3",
|
|
|
|
|
"vite": "^7.2.2"
|
2023-08-04 13:34:18 +02:00
|
|
|
}
|
|
|
|
|
}
|