-
-
Notifications
You must be signed in to change notification settings - Fork 151
/
package.json
36 lines (36 loc) · 1.13 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"rebuild": "vite build --watch"
},
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-brands-svg-icons": "^6.4.2",
"@fortawesome/free-regular-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/vue-fontawesome": "^3.0.3",
"@kyvg/vue3-notification": "^3.0.2",
"@vitejs/plugin-vue": "^5.0.4",
"@vueuse/components": "^10.4.1",
"@vueuse/core": "^10.4.1",
"@vueuse/integrations": "^10.6.1",
"axios": "^1.1.2",
"bulma": "^0.9.4",
"bulma-checkradio": "^2.1.3",
"file-saver": "^2.0.5",
"laravel-vite-plugin": "^1.0.2",
"laravel-vue-i18n": "^2.7.1",
"php-parser": "^3.1.5",
"pinia": "^2.1.6",
"sass": "^1.67.0",
"sortablejs": "^1.15.0",
"unplugin-auto-import": "^0.16.6",
"vite": "^5.2.7",
"vue": "^3.3.4",
"vue-qrcode-reader": "^5.4.0",
"vue-router": "^4.2.4"
}
}