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{
"private": true,
"type": "module",
"scripts": {
"build": "tsc && vite build",
"dev": "vite"
},
"devDependencies": {
"@headlessui/react": "^2.0.0",
"@inertiajs/react": "^2.0.0",
"@tailwindcss/forms": "^0.5.3",
"@types/leaflet": "^1.9.16",
"@types/node": "^18.13.0",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^4.2.0",
"autoprefixer": "^10.4.12",
"axios": "^1.7.4",
"concurrently": "^9.0.1",
"laravel-vite-plugin": "^1.0",
"postcss": "^8.4.31",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.83.4",
"tailwindcss": "^3.2.1",
"typescript": "^5.0.2",
"vite": "^6.0",
"vite-plugin-pwa": "^0.21.1"
},
"dependencies": {
"@capacitor/barcode-scanner": "^1.0.4",
"@capacitor/camera": "^6.1.2",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@ionic/pwa-elements": "^3.3.0",
"@ionic/react": "^8.4.1",
"@ionic/react-router": "^8.4.1",
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.3",
"formik": "^2.4.6",
"laravel-echo": "^1.18.0",
"leaflet": "^1.9.4",
"moment": "^2.30.1",
"pusher-js": "^8.4.0-rc2",
"react-bootstrap": "^2.10.7",
"react-bs-datatable": "^3.15.0",
"react-confetti": "^6.2.2",
"react-countdown": "^2.3.6",
"react-hot-toast": "^2.5.1",
"react-leaflet": "^4.2.1",
"use-sound": "^5.0.0",
"yup": "^1.6.1",
"yup-locales": "^1.2.28"
}
}