-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
62 lines (62 loc) · 1.84 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
{
"name": "edgeware-stats",
"version": "0.0.1",
"description": "",
"private": true,
"scripts": {
"build": "webpack --config webpack/webpack.config.prod.js --colors",
"serve": "webpack-dev-server --open --config webpack/webpack.config.dev.js",
"deploy": "yarn build && now ./build && now alias -A ./build/now.json stats.edgewa.re"
},
"engines": {
"node": ">=11.6.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hicommonwealth/edgeware-keygen.git"
},
"keywords": [],
"dependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-async-generator-functions": "^7.2.0",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/polyfill": "^7.2.5",
"@babel/preset-env": "^7.2.3",
"@babel/register": "^7.4.0",
"@polkadot/keyring": "^0.91.1",
"@polkadot/util": "^0.91.1",
"@polkadot/util-crypto": "^0.91.1",
"babel-loader": "^8.0.4",
"babel-polyfill": "^6.26.0",
"chart.js": "^2.8.0",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.5.4",
"css-loader": "^2.1.0",
"file-loader": "^2.0.0",
"google-charts": "^2.0.0",
"html-webpack-plugin": "^4.0.0-beta.2",
"jquery": "^3.3.1",
"mini-css-extract-plugin": "^0.4.4",
"mithril": "^1.1.6",
"moment": "^2.23.0",
"moment-twitter": "^0.2.0",
"nodemon": "^1.18.10",
"nprogress": "^0.2.0",
"plottable": "^3.8.6",
"randomcolor": "^0.5.4",
"sass-loader": "^7.1.0",
"serve-favicon": "^2.5.0",
"style-loader": "^0.23.1",
"web3": "^1.0.0-beta.55",
"web3-eth-contract": "^1.0.0-beta.55",
"webpack": "^4.28.3",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.14",
"webpack-merge": "^4.1.4",
"ws": "^6.2.1"
},
"devDependencies": {
"sass": "^1.49.0"
}
}