forked from cyberia-to/chaingear
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
95 lines (95 loc) · 2.65 KB
/
package.json
File metadata and controls
95 lines (95 loc) · 2.65 KB
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "chaingear",
"version": "0.1.0",
"main": "app/src/main.jsx",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/cyberFund/chaingear.git"
},
"author": "",
"dependencies": {
"argparse": "1.0.10",
"axios": "0.16.2",
"babel-polyfill": "6.26.0",
"bignumber.js": "^5.0.0",
"boom": "7.2.0",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"chai-bignumber": "^2.0.2",
"classnames": "2.2.5",
"copy-webpack-plugin": "4.2.3",
"ethereumjs-abi": "^0.6.5",
"ethjs-unit": "0.1.6",
"highlight.js": "9.12.0",
"history": "3.0.0",
"ipfs-api": "18.2.1",
"json-loader": "0.5.7",
"jsx-loader": "0.13.2",
"lodash": "4.17.4",
"moment": "2.21.0",
"numeral": "2.0.6",
"qrcode.react": "0.8.0",
"react": "15.6.1",
"react-click-outside": "github:tj/react-click-outside",
"react-dom": "15.6.1",
"react-redux": "5.0.6",
"react-router": "3.0.5",
"redux": "3.7.2",
"redux-form": "7.0.4",
"redux-thunk": "2.2.0",
"semver": "5.5.0",
"solc": "^0.4.24",
"solidify": "3.0.0",
"solidity-parser": "0.4.0",
"truffle-hdwallet-provider": "0.0.3",
"web3": "0.20.3",
"web3-utils": "^1.0.0-beta.34"
},
"devDependencies": {
"autoprefixer": "7.1.4",
"babel": "6.23.0",
"babel-core": "6.26.0",
"babel-loader": "7.1.2",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"babel-polyfill": "6.26.0",
"babel-preset-env": "1.6.1",
"babel-preset-es2015": "6.24.1",
"babel-preset-react": "6.24.1",
"babel-preset-stage-2": "6.24.1",
"css-loader": "0.28.7",
"eth-gas-reporter": "^0.1.5",
"file-loader": "0.11.2",
"html-webpack-plugin": "2.30.1",
"less": "2.7.2",
"less-loader": "4.0.5",
"node-sass": "4.5.3",
"openzeppelin-solidity": "1.9.0",
"postcss-loader": "2.0.6",
"raw-loader": "0.5.1",
"sass-loader": "6.0.6",
"solium": "1.0.11",
"style-loader": "0.18.2",
"truffle-contract": "1.1.8",
"truffle-solidity-loader": "0.0.8",
"uglifyjs-webpack-plugin": "1.2.2",
"url-loader": "0.5.9",
"webpack": "3.6.0",
"webpack-dev-server": "2.8.2"
},
"scripts": {
"prestart": "yarn install",
"start": "webpack-dev-server",
"build": "webpack --env.NODE_ENV production --env.SOURCE_MAP source-map"
},
"description": "New Frontier of chaingear, registries grow here!",
"bugs": {
"url": "https://github.com/cyberFund/cyberchaingear/issues"
},
"homepage": "https://github.com/cyberFund/cyberchaingear",
"keywords": [],
"license": "MIT",
"directories": {
"test": "test"
}
}