-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.6 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.6 KB
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
{
"name": "Locsafe",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint src --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@aws-sdk/client-location": "^3.975.0",
"@aws-sdk/credential-providers": "^3.975.0",
"@emailjs/browser": "^4.4.1",
"@tawk.to/tawk-messenger-react": "^2.0.2",
"axios": "^1.7.4",
"caniuse-lite": "^1.0.30001749",
"chart.js": "^4.5.0",
"express": "^4.21.2",
"firebase": "^10.12.2",
"framer-motion": "^12.23.22",
"js-base64": "^3.7.7",
"js-cookie": "^3.0.5",
"leaflet": "^1.9.3",
"leaflet-draw": "^1.0.4",
"leaflet-routing-machine": "^3.2.12",
"moment": "^2.30.1",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-big-calendar": "^1.11.6",
"react-chartjs-2": "^5.3.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-icons": "^4.12.0",
"react-leaflet": "^4.2.1",
"react-leaflet-draw": "^0.20.4",
"react-qr-code": "^2.0.18",
"react-router-dom": "^6.11.0",
"react-toastify": "^10.0.5"
},
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^4.0.0",
"autoprefixer": "^10.4.14",
"baseline-browser-mapping": "^2.9.18",
"eslint": "^8.38.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.2",
"vite": "^4.5.5"
}
}