-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 988 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 988 Bytes
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
{
"name": "scripts",
"version": "1.0.0",
"main": "index.js",
"license": "",
"scripts": {
"start": "webpack-dev-server --open --config webpack.dev.config.js",
"build": "webpack --config webpack.prod.config.js"
},
"devDependencies": {
"uglifyjs-webpack-plugin": "^1.2.4",
"webpack": "^4.1.1",
"webpack-cli": "^2.0.12",
"webpack-dev-server": "^3.1.1",
"webpack-merge": "^4.1.2"
},
"dependencies": {
"async": "^2.6.0",
"datejs": "^1.0.0-rc3",
"ethereumjs-tx": "^1.3.4",
"ethereumjs-util": "^5.1.5",
"fs": "^0.0.1-security",
"js-sha256": "^0.9.0",
"keythereum": "^1.0.2",
"net": "^1.0.2",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-google-charts": "^1.5.5",
"react-modal": "^3.3.2",
"redux": "^3.7.2",
"request": "^2.85.0",
"sanitizer": "^0.1.3",
"socket.io-client": "^2.0.4",
"stats-lite": "^2.1.0",
"tls": "^0.0.1",
"web3": "^0.20.6",
"xss": "^0.3.7"
}
}