-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 969 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 969 Bytes
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
{
"name": "sigeel-frontend",
"private": false,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"host": "vite --hostm preview"
},
"dependencies": {
"@googlemaps/react-wrapper": "^1.1.35",
"@reduxjs/toolkit": "^1.9.2",
"axios": "^1.2.3",
"chart.js": "^4.3.0",
"clipboard-copy": "^4.0.1",
"file-saver": "^2.0.5",
"form-data": "^4.0.0",
"google-map-react": "^2.2.0",
"jsqr": "^1.4.0",
"quagga": "^0.12.1",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.42.1",
"react-redux": "^8.0.5",
"react-router-dom": "^6.19.0",
"socket.io-client": "^4.8.3",
"sweetalert2": "^11.7.1",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@vitejs/plugin-react": "^3.0.0",
"vite": "^4.0.0"
}
}