-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
36 lines (36 loc) · 881 Bytes
/
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
{
"name": "ipfs-boards",
"version": "0.1.0",
"homepage": ".",
"private": true,
"dependencies": {
"connected-react-router": "^6.3.1",
"ipfs": "~0.33.0",
"moment": "^2.24.0",
"orbit-db": "~0.19.9",
"orbit-db-discussion-board": "https://github.com/fazo96/orbit-db-discussion-board.git",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-hot-loader": "^4.8.0",
"react-redux": "^6.0.1",
"react-router-dom": "^4.3.1",
"react-scripts": "2.1.8",
"redux": "^4.0.1",
"redux-saga": "^1.0.2",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^0.85.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build"
},
"devDependencies": {
"redux-immutable-state-invariant": "^2.1.0"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}