-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
68 lines (68 loc) · 1.84 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
64
65
66
67
68
{
"name": "100days",
"version": "0.1.0",
"homepage": "https://agermanidis.github.io/100daysofdapps/",
"private": true,
"dependencies": {
"antd": "^3.1.3",
"blob-to-buffer": "^1.2.6",
"diff": "^3.4.0",
"file-saver": "^1.3.3",
"haikunator": "^2.0.0",
"immutability-helper": "^2.6.4",
"ipfs": "^0.27.7",
"ipfs-api": "^17.2.6",
"ipfs-pubsub-room": "^1.1.5",
"js-sha256": "^0.9.0",
"moment": "^2.20.1",
"orbit-db": "^0.19.4",
"randomcolor": "^0.5.3",
"rc-time-picker": "^3.2.1",
"react": "^16.2.0",
"react-ace": "^5.9.0",
"react-big-calendar": "^0.17.0",
"react-blockies": "^1.2.2",
"react-color": "^2.13.8",
"react-datetime": "^2.12.0",
"react-dom": "^16.2.0",
"react-dropzone": "^4.2.3",
"react-expanding-textarea": "^0.1.9",
"react-google-maps": "^9.4.5",
"react-icons": "^2.2.7",
"react-loading": "^1.0.3",
"react-markdown": "^3.1.4",
"react-modal": "^3.1.11",
"react-p5-wrapper": "^0.0.4",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-syntax-highlighter": "^7.0.0",
"react-tabs": "^2.2.1",
"react-tippy": "^1.2.2",
"react-vis": "^1.8.2",
"react-web3": "^0.4.4",
"recompose": "^0.26.0",
"redux": "^3.7.2",
"redux-form": "^7.2.1",
"redux-logger": "^3.0.6",
"sjcl": "^1.0.7",
"socket.io-client": "^2.0.4",
"styled-components": "^3.0.2",
"web3": "^1.0.0-beta.27",
"y-array": "^10.1.4",
"y-ipfs-connector": "^2.1.2",
"y-memory": "^8.0.9",
"y-text": "^9.5.1",
"yjs": "^12.3.3"
},
"devDependencies": {
"gh-pages": "^1.1.0",
"react-scripts": "^1.0.17"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}