-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
63 lines (63 loc) · 1.92 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
{
"name": "ESOP-ui",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ledgerhq/hw-app-eth": "^4.45.0",
"@ledgerhq/hw-transport-u2f": "^4.45.0",
"@ledgerhq/web3-subprovider": "^4.45.0",
"axios": "^0.16.1",
"babel-core": "^6.24.0",
"babel-loader": "^7.0.0",
"babel-plugin-transform-class-properties": "^6.23.0",
"babel-plugin-transform-export-extensions": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.2.2",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.23.0",
"babel-regenerator-runtime": "^6.5.0",
"bluebird": "^3.5.1",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.28.1",
"file-loader": "^0.11.1",
"flexboxgrid": "^6.3.1",
"jquery": "^3.2.1",
"material-ui": "^0.18.0",
"moment": "^2.18.1",
"promise-timeout": "^1.1.1",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-ga": "^2.3.5",
"react-redux": "^5.0.3",
"react-tap-event-plugin": "^2.0.1",
"redux": "^3.6.0",
"redux-devtools": "^3.3.2",
"semver": "^5.3.0",
"style-loader": "^0.17.0",
"truffle-contract": "^2.0.0",
"url-loader": "^0.5.8",
"web3": "^0.20.7",
"web3-provider-engine": "^14.1.0",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.4.2"
},
"scripts": {
"build": "webpack",
"dev": "webpack-dev-server --https --open --colors --progress --history-api-fallback",
"eslint": "eslint --ignore-path .gitignore ."
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"babel-plugin-webpack-alias": "^2.1.2",
"babel-register": "^6.24.1",
"eslint": "^4.3.0",
"eslint-config-airbnb": "^15.1.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.1.0",
"node-sass": "^4.5.0",
"sass-loader": "^6.0.3"
}
}