-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
35 lines (35 loc) · 930 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
{
"name": "bigchaindb-react-redux-boilerplate",
"version": "0.2.0",
"private": true,
"dependencies": {
"bigchaindb-driver": "^0.3.0",
"bip39": "^2.3.1",
"marked": "^0.3.6",
"moment": "^2.18.1",
"prop-types": "^15.5.10",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-redux": "^5.0.5",
"react-router-dom": "^4.1.1",
"react-router-redux": "^5.0.0-alpha.6",
"reconnect-core": "^1.3.0",
"redux": "^3.6.0",
"redux-devtools-extension": "^2.13.2",
"redux-form": "^6.8.0",
"redux-thunk": "^2.2.0",
"safe-access": "^0.1.0",
"semantic-ui-css": "^2.2.10",
"semantic-ui-react": "^0.68.5",
"simple-websocket": "^5.0.2"
},
"devDependencies": {
"react-scripts": "1.0.7"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}