-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
43 lines (43 loc) · 1.22 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
{
"name": "ethereum-tcr-ui",
"version": "0.1.0",
"private": true,
"dependencies": {
"babel-polyfill": "^6.26.0",
"bn.js": "^4.11.8",
"crypto": "^1.0.1",
"ethereum-tcr-api": "git+ssh://git@github.com:DAppDevConsulting/tcr-api.git#0.4.8",
"file-saver": "^1.3.3",
"lodash": "^4.17.4",
"material-ui": "^0.20.0",
"moment": "^2.20.1",
"prop-types": "^15.6.0",
"random-int": "^1.0.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-dropzone": "^4.2.7",
"react-localization": "^0.1.6",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"react-scripts": "1.0.17",
"redux": "^3.7.2",
"redux-saga": "^0.16.0",
"web3": "^1.0.0-beta.27"
},
"scripts": {
"start": "react-scripts start --hot",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"eslint": "^4.13.1",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-config-standard-react": "^5.0.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-react": "^7.5.1",
"eslint-plugin-standard": "^3.0.1",
"redux-devtools-extension": "^2.13.2"
}
}