-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 933 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 933 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
{
"name": "controlled-federate-ui",
"version": "0.1.0",
"private": true,
"dependencies": {
"google-map-react": "^2.2.5",
"leaflet": "^1.7.1",
"leaflet-drift-marker": "^2.0.0",
"leaflet-marker-rotation": "^0.3.0",
"leaflet-rotatedmarker": "^0.2.0",
"net": "^1.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-leaflet": "^5.0.0",
"react-scripts": "^5.0.1",
"socket.io": "^4.2.0",
"web-vitals": "^1.1.2",
"websocket": "^1.0.34"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
],
"devDependencies": {
"@mui/material": "^7.3.6",
"@mui/styled-engine": "^7.3.6",
"socket.io-client": "^4.8.3",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1"
}
}