-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
52 lines (52 loc) · 1.42 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
{
"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": "^1.2.0",
"@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",
"qrcode": "^1.5.4",
"sass": "^1.77.8",
"simple-datatables": "^9.1.0",
"sweetalert2": "^11.12.4",
"vue": "^3.5.10",
"vue-debounce": "^5.0.1"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@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",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/tsconfig": "^0.5.1",
"concurrently": "^9.0.1",
"laravel-vite-plugin": "^1.0.5",
"typescript": "^5.6.3",
"vite": "^5.4.2",
"vue-tsc": "^2.1.6"
}
}