-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
120 lines (120 loc) · 4.06 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"name": "sensebox-bike-simport",
"version": "0.1.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"ios": "NODE_ENV=development npx cap sync && npx cap open ios && yarn dev",
"android": "NODE_ENV=development npx cap sync && npx cap open android && yarn dev",
"export": "yarn build && NODE_ENV=production npx cap sync",
"postinstall": "cp node_modules/sql.js/dist/sql-wasm.wasm public/assets && npx tsx ./scripts/modify-typeorm.js",
"test": "vitest"
},
"dependencies": {
"@capacitor-community/background-geolocation": "^1.2.17",
"@capacitor-community/bluetooth-le": "^6.0.0",
"@capacitor-community/keep-awake": "^5.0.0",
"@capacitor-community/sqlite": "^6.0.1",
"@capacitor-mlkit/barcode-scanning": "^6.0.0",
"@capacitor/android": "^6.1.0",
"@capacitor/app": "^6.0.0",
"@capacitor/browser": "^6.0.1",
"@capacitor/core": "^6.1.0",
"@capacitor/filesystem": "^6.0.0",
"@capacitor/geolocation": "^6.0.0",
"@capacitor/haptics": "^6.0.0",
"@capacitor/ios": "^6.1.0",
"@capacitor/preferences": "^6.0.1",
"@capacitor/push-notifications": "^6.0.1",
"@capacitor/share": "^6.0.1",
"@capacitor/status-bar": "^6.0.0",
"@heroicons/react": "^2.1.5",
"@hookform/resolvers": "^3.9.0",
"@mapbox/mapbox-gl-draw": "^1.4.3",
"@mapbox/polyline": "^1.2.1",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slider": "^1.2.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@react-spring/web": "^9.7.3",
"@remixicon/react": "^4.2.0",
"@tanstack/react-router": "^1.45.2",
"@turf/bbox": "^7.0.0",
"@turf/boolean-point-in-polygon": "^7.0.0",
"@turf/buffer": "^7.0.0",
"@turf/helpers": "^7.0.0",
"autoprefixer": "^10.4.19",
"axios": "^1.6.8",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"danfojs": "1.1.1",
"date-fns": "^3.6.0",
"eslint": "9.7.0",
"eslint-config-prettier": "^9.1.0",
"i18next": "^23.12.1",
"jszip": "^3.10.1",
"lodash.debounce": "^4.0.8",
"lucide-react": "^0.408.0",
"mapbox-gl": "^3.5.1",
"next-themes": "^0.3.0",
"postcss": "^8.4.39",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.52.1",
"react-i18next": "^14.1.3",
"react-map-gl": "^7.1.7",
"recharts": "2.13.0-alpha.4",
"reflect-metadata": "^0.2.2",
"swiper": "^11.1.5",
"tailwind-merge": "^2.4.0",
"tailwindcss": "^3.4.5",
"tailwindcss-animate": "^1.0.7",
"typeorm": "^0.3.20",
"typescript": "5.5.3",
"uuid": "^10.0.0",
"vaul": "^0.9.0",
"zod": "^3.23.3",
"zustand": "^4.5.4"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@capacitor/assets": "^3.0.5",
"@capacitor/cli": "^6.1.0",
"@eslint/compat": "^1.1.1",
"@eslint/js": "^9.7.0",
"@types/lodash.clonedeep": "^4.5.9",
"@types/lodash.debounce": "^4.0.9",
"@types/mapbox__mapbox-gl-draw": "^1.4.6",
"@types/mapbox__polyline": "^1.0.5",
"@types/node": "20.14.10",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react-router-dom": "^5.3.3",
"@types/turf": "^3.5.32",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"@vitejs/plugin-react": "^4.3.0",
"eslint-plugin-react": "^7.34.4",
"eslint-plugin-unused-imports": "^4.0.0",
"globals": "^15.8.0",
"husky": "^9.0.11",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwindcss-safe-area": "^0.5.1",
"typescript-eslint": "^7.16.1",
"vite": "^5.3.4",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^2.0.3"
}
}