-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
40 lines (40 loc) · 1014 Bytes
/
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
{
"name": "base-project",
"private": true,
"version": "2.4.8",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@turf/turf": "^6.5.0",
"@yudiel/react-qr-scanner": "^1.1.9",
"axios": "^1.1.3",
"date-fns": "^3.3.1",
"leaflet": "^1.9.3",
"leaflet-control-geocoder": "^2.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-ga": "^3.3.1",
"react-icons": "^4.7.1",
"react-leaflet": "^4.1.0",
"react-leaflet-tracking-marker": "^1.0.16",
"react-loader-spinner": "^5.3.4",
"react-router-dom": "^6.4.5",
"react-toastify": "^9.1.1",
"sass": "^1.56.1",
"string-similarity": "^4.0.4",
"underscore": "^1.13.6"
},
"devDependencies": {
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@vitejs/plugin-react": "^2.2.0",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.19",
"tailwindcss": "^3.2.4",
"vite": "^3.2.3"
}
}