-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.08 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
{
"name": "mvp",
"version": "1.0.0",
"description": "",
"devDependencies": {
"@digix/tempo": "^0.2.0",
"babel-cli": "^6.24.1",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-es2015-modules-commonjs": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.6.0",
"bluebird": "^3.5.0",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.28.4",
"ethereumjs-testrpc": "4.1.2",
"extract-text-webpack-plugin": "^3.0.0",
"json-loader": "^0.5.4",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"style-loader": "^0.18.2",
"truffle": "^3.4.7",
"webpack": "^3.3.0"
},
"dependencies": {
"bignumber.js": "^4.0.2",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"react-progress-label": "^1.2.2",
"react-progressbar.js": "^0.2.0",
"solc": "^0.4.13",
"truffle-contract": "^2.0.1",
"web3": "^0.20.1"
}
}