2023-02-12 23:13:04 +01: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": {
|
2023-06-14 23:03:24 +02:00
|
|
|
"@fortawesome/fontawesome-free": "^6.4.0",
|
|
|
|
"@kyvg/vue3-notification": "^2.9.1",
|
|
|
|
"@popperjs/core": "^2.11.8",
|
|
|
|
"bootstrap": "^5.3.0",
|
|
|
|
"bootswatch": "^5.3.0",
|
|
|
|
"flag-icons": "^6.7.0",
|
|
|
|
"is-cidr": "^5.0.3",
|
2023-02-12 23:13:04 +01:00
|
|
|
"is-ip": "^5.0.0",
|
2023-06-14 23:03:24 +02:00
|
|
|
"pinia": "^2.1.4",
|
|
|
|
"prismjs": "^1.29.0",
|
|
|
|
"vue": "^3.3.4",
|
|
|
|
"vue-i18n": "^9.2.2",
|
|
|
|
"vue-prism-component": "github:h44z/vue-prism-component",
|
|
|
|
"vue-router": "^4.2.2",
|
|
|
|
"vue3-tags-input": "^1.0.12"
|
2023-02-12 23:13:04 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-06-14 23:03:24 +02:00
|
|
|
"@vitejs/plugin-vue": "^4.2.3",
|
|
|
|
"vite": "^4.3.9"
|
2023-02-12 23:13:04 +01:00
|
|
|
}
|
|
|
|
}
|