-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.26 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
{
"name": "dchat",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.18.0",
"base64-js": "^1.3.0",
"bip39": "^2.5.0",
"cids": "^0.5.7",
"clipboard-copy": "^2.0.1",
"crypto": "^1.0.1",
"ed2curve": "^0.2.1",
"install": "^0.12.2",
"ipfs": "github:ipfs/js-ipfs#feat/dht-part-ii",
"js-sha256": "^0.9.0",
"libp2p-crypto": "^0.14.1",
"multiaddr": "^6.0.2",
"multihashes": "^0.4.14",
"node-bitarray": "^0.1.0",
"normalize.css": "^8.0.1",
"npm": "^6.4.1",
"peer-id": "^0.12.0",
"peer-info": "^0.15.0",
"protobufjs": "^6.8.8",
"pull-stream": "^3.6.9",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-router-dom": "^4.3.1",
"react-scripts": "2.1.1",
"stream-to-pull-stream": "^1.7.2",
"tweetnacl": "^1.0.0",
"tweetnacl-util": "^0.15.0",
"uuid": "^3.3.2"
},
"scripts": {
"start": "react-scripts start",
"test": "react-scripts test",
"eject": "react-scripts eject",
"build": "react-scripts build && cp build/index.html build/200.html"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"node-sass": "^4.10.0"
}
}