2019-05-20 07:37:41 +02:00
|
|
|
{
|
|
|
|
"private": true,
|
2023-09-20 16:05:23 +02:00
|
|
|
"type": "module",
|
2019-05-20 07:37:41 +02:00
|
|
|
"scripts": {
|
2023-09-20 16:05:23 +02:00
|
|
|
"dev": "vite",
|
|
|
|
"build": "vite build"
|
2019-05-20 07:37:41 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-09-22 13:10:42 +02:00
|
|
|
"@fortawesome/fontawesome-svg-core": "^6.4.2",
|
|
|
|
"@fortawesome/free-brands-svg-icons": "^6.4.2",
|
2023-11-24 10:33:09 +01:00
|
|
|
"@fortawesome/free-regular-svg-icons": "^6.4.2",
|
2023-09-22 13:10:42 +02:00
|
|
|
"@fortawesome/free-solid-svg-icons": "^6.4.2",
|
|
|
|
"@fortawesome/vue-fontawesome": "^3.0.3",
|
2023-09-21 17:10:12 +02:00
|
|
|
"@kyvg/vue3-notification": "^3.0.2",
|
2023-09-20 16:05:23 +02:00
|
|
|
"@vitejs/plugin-vue": "^4.3.4",
|
2023-09-29 13:16:41 +02:00
|
|
|
"@vueuse/components": "^10.4.1",
|
2023-09-27 10:44:54 +02:00
|
|
|
"@vueuse/core": "^10.4.1",
|
2023-11-14 13:59:30 +01:00
|
|
|
"@vueuse/integrations": "^10.6.1",
|
2023-09-20 16:05:23 +02:00
|
|
|
"axios": "^1.1.2",
|
2023-09-20 17:32:29 +02:00
|
|
|
"bulma": "^0.9.4",
|
|
|
|
"bulma-checkradio": "^2.1.3",
|
2023-10-20 17:25:21 +02:00
|
|
|
"file-saver": "^2.0.5",
|
2023-09-20 16:05:23 +02:00
|
|
|
"laravel-vite-plugin": "^0.8.0",
|
2023-09-22 12:00:16 +02:00
|
|
|
"laravel-vue-i18n": "^2.7.1",
|
2023-11-27 13:18:38 +01:00
|
|
|
"php-parser": "^3.1.5",
|
2023-09-20 16:05:23 +02:00
|
|
|
"pinia": "^2.1.6",
|
2023-09-20 17:32:29 +02:00
|
|
|
"sass": "^1.67.0",
|
2023-11-14 13:59:30 +01:00
|
|
|
"sortablejs": "^1.15.0",
|
2023-09-27 10:44:54 +02:00
|
|
|
"unplugin-auto-import": "^0.16.6",
|
2023-09-20 16:05:23 +02:00
|
|
|
"vite": "^4.4.9",
|
|
|
|
"vue": "^3.3.4",
|
2023-10-31 15:32:01 +01:00
|
|
|
"vue-qrcode-reader": "^5.4.0",
|
2023-09-20 16:05:23 +02:00
|
|
|
"vue-router": "^4.2.4"
|
2019-05-20 07:37:41 +02:00
|
|
|
}
|
|
|
|
}
|