-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.7 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": "react-af-routing",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build_ignore_tsc": " vite build ",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "tsc"
},
"dependencies": {
"@headlessui/react": "^1.7.10",
"@heroicons/react": "^2.0.15",
"@informath/nominatim": "^7.5.5-beta.0",
"@mapbox/polyline": "^1.2.0",
"@paraboly/react-osm-geocoding": "^1.0.2",
"@supabase/supabase-js": "^2.31.0",
"@vitejs/plugin-react-swc": "^3.3.0",
"@wojtekmaj/react-timerange-picker": "^4.2.0",
"axios": "^1.3.5",
"file-saver": "^2.0.5",
"leaflet": "^1.9.3",
"leaflet-geosearch": "^3.8.0",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"papaparse": "^5.4.1",
"parse-address": "^1.1.2",
"qrcode.react": "^3.1.0",
"react": "^18.2.0",
"react-datetime-picker": "^5.0.3",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-google-autocomplete": "^2.7.2",
"react-icons": "^4.8.0",
"react-leaflet": "^4.2.1",
"react-leaflet-geosearch": "^0.3.4",
"react-phone-number-input": "^3.3.1",
"react-query": "^3.39.3",
"react-router-dom": "^6.14.2",
"react-spinners": "^0.13.8",
"react-timeslot-calendar": "^0.2.0",
"resend": "^0.17.2",
"styled-components": "^5.3.9",
"swr": "^2.0.3",
"twilio": "^4.14.1",
"uuidv4": "^6.2.13",
"zustand": "^4.3.7"
},
"devDependencies": {
"@types/leaflet": "^1.9.3",
"@types/node": "^18.16.0",
"@types/papaparse": "^5.3.7",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-basic-ssl": "^1.0.1",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.3",
"vite": "^4.4.6"
}
}