-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.71 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "peerhex-playground",
"version": "0.0.1",
"description": "Experimenting with many little libraries",
"private": true,
"author": "Jim Pick (@jimpick)",
"license": "(Apache-2.0 AND MIT)",
"dependencies": {
"@deck.gl/aggregation-layers": "^8.1.1",
"@deck.gl/core": "^8.1.1",
"@deck.gl/geo-layers": "^8.1.1",
"@deck.gl/layers": "^8.1.1",
"@deck.gl/mesh-layers": "^8.1.1",
"@deck.gl/react": "^8.1.1",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"base32.js": "^0.1.0",
"cids": "^0.8.0",
"d3-fetch": "^1.1.2",
"d3-scale-chromatic": "^1.5.0",
"immer": "^6.0.2",
"libp2p": "^0.27.5",
"libp2p-bootstrap": "^0.10.4",
"libp2p-crypto": "^0.17.6",
"libp2p-mplex": "^0.9.5",
"libp2p-secio": "^0.12.4",
"libp2p-webrtc-star": "^0.17.9",
"libp2p-websockets": "^0.13.6",
"lodash.throttle": "^4.1.1",
"peer-id": "^0.13.11",
"peer-info": "^0.17.5",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-map-gl": "^5.2.3",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.1",
"sodium-universal": "^2.0.0",
"styled-components": "^5.0.1"
},
"scripts": {
"start": "react-scripts start",
"signalling-server": "star-signal --port=9090 --host=127.0.0.1",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}