-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
64 lines (64 loc) · 1.76 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "blfc-tracker",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"format": "biome format --write",
"format:check": "biome format",
"lint": "tsc --noEmit && biome lint",
"lint:fix": "biome lint --write",
"lint:fix-unsafe": "biome lint --write --unsafe"
},
"dependencies": {
"@eonasdan/tempus-dominus": "^6.9.10",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-regular-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/vue-fontawesome": "^3.0.8",
"@inertiajs/vue3": "^2.0.0",
"@primevue/themes": "^4.2.1",
"@sweetalert2/theme-dark": "^5.0.18",
"animate.css": "^4.1.1",
"axios": "^1.7.7",
"bootstrap": "^5.3.3",
"bootstrap-select": "^1.14.0-beta3",
"humanize-duration": "^3.32.1",
"jquery": "^3.7.1",
"luxon": "^3.5.0",
"mitt": "^3.0.1",
"primevue": "^4.2.1",
"qrcode": "^1.5.4",
"sass": "^1.77.8",
"simple-datatables": "^9.1.0",
"sweetalert2": "^11.12.4",
"tailwindcss-primeui": "^0.3.4",
"vue": "^3.5.10",
"vue-debounce": "^5.0.1"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@primevue/auto-import-resolver": "^4.2.1",
"@tsconfig/node20": "^20.1.4",
"@types/bootstrap": "^5.2.10",
"@types/humanize-duration": "^3.27.4",
"@types/luxon": "^3.4.2",
"@types/node": "^22.7.8",
"@types/qrcode": "^1.5.5",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/tsconfig": "^0.7.0",
"autoprefixer": "^10.4.20",
"concurrently": "^9.0.1",
"cssnano": "^7.0.6",
"laravel-vite-plugin": "^1.0.5",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.15",
"tsx": "^4.19.2",
"typescript": "^5.6.3",
"unplugin-vue-components": "^0.28.0",
"vite": "^6.0.4",
"vue-tsc": "^2.1.6"
}
}