-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.18 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.18 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
{
"name": "bob-ros2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@blueprintjs/core": "^5.18.0",
"@blueprintjs/icons": "^5.21.0",
"@react-three/drei": "^9.121.4",
"@react-three/fiber": "^8.17.14",
"fetch-cookie": "^3.2.0",
"js-cookie": "^3.0.5",
"leaflet": "^1.9.4",
"next": "15.1.6",
"next-runtime-env": "^3.3.0",
"node-fetch": "^3.3.2",
"ping": "^1.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.6.0",
"react-icons": "^5.5.0",
"react-leaflet": "^5.0.0",
"react-mosaic-component": "^6.1.1",
"recharts": "^2.15.1",
"roslib": "^1.4.1",
"three": "^0.173.0",
"tough-cookie": "^6.0.0",
"uuid": "^13.0.0",
"webrtc-adapter": "^9.0.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/js-cookie": "^3.0.6",
"@types/leaflet": "^1.9.16",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/roslib": "^1.3.5",
"eslint": "^9",
"eslint-config-next": "15.1.6",
"typescript": "^5"
}
}