-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.85 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": "graphene-eos",
"version": "0.1.1",
"private": true,
"scripts": {
"build": "webpack",
"start": "webpack-dev-server --open",
"prod": "NODE_ENV=production webpack"
},
"dependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-plugin-syntax-export-extensions": "^6.13.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-runtime": "^6.26.0",
"browserify-zlib": "^0.2.0",
"counterpart": "^0.18.5",
"eosjs": "^20.0.0",
"history": "^4.7.2",
"postcss-loader": "^2.1.3",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-ga": "^2.5.3",
"react-interpolate-component": "^0.12.0",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"react-router-redux": "5.0.0-alpha.8",
"react-svg-loader": "^2.1.0",
"react-translate-component": "^0.15.1",
"recharts": "^1.1.0",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"scatterjs-core": "^2.6.9",
"scatterjs-plugin-eosjs": "^1.4.0",
"scatterjs-plugin-eosjs2": "^1.5.0",
"url-loader": "^1.0.1",
"whatwg-fetch": "^2.0.4"
},
"devDependencies": {
"@babel/runtime": "^7.4.5",
"copy-webpack-plugin": "^4.5.4",
"css-loader": "^0.28.11",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.6",
"html-webpack-plugin": "^2.30.1",
"image-webpack-loader": "^3.4.2",
"json-loader": "^0.5.7",
"node-sass": "^4.7.2",
"react-hot-loader": "^3.1.3",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.1",
"uglifyjs-webpack-plugin": "^1.1.1",
"webpack": "^3.8.1",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-dev-server": "^2.9.7",
"webpack-merge": "^4.1.1"
}
}