-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.97 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 1.97 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
{
"name": "cubcoin",
"version": "1.0.0",
"description": "",
"directories": {
"test": "test"
},
"repository": "https://github.com/bernestoalberto/cubcoin",
"author": "Ernesto Bonet <ebonet@eabonet.com> https://www.eabonet.com",
"license": "MIT",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"devDependencies": {
"@babel/cli": "^7.0.0-beta.46",
"@babel/core": "^7.0.0-beta.46",
"@babel/plugin-proposal-class-properties": "^7.0.0-beta.46",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.46",
"@babel/preset-env": "^7.0.0-beta.46",
"babel-core": "6.26.3",
"babel-loader": "8.0.5",
"babel-polyfill": "6.26.0",
"babel-preset-es2015": "6.24.1",
"babel-preset-stage-0": "6.24.1",
"bignumber.js": "8.0.2",
"bootstrap": "^4.3.1",
"contact": "^0.2.5",
"crypto-js": "^3.1.9-1",
"css-loader": "^1.0.0",
"express": "4.16.4",
"file-loader": "3.0.1",
"html-loader": "0.5.5",
"html-webpack-plugin": "^3.2.0",
"ipfs-http-client": "^29.1.1",
"jquery": "^1.12.4",
"openzeppelin-solidity": "^2.2.0",
"react": "^16.8.6",
"react-bootstrap": "^1.0.0-beta.6",
"react-dom": "^16.8.6",
"react-scripts": "^2.1.8",
"reactstrap": "^7.1.0",
"start-server-webpack-plugin": "2.2.5",
"style-loader": "^0.23.1",
"superstatic": "6.0.3",
"truffle": "^5.0.2",
"truffle-hdwallet-provider": "1.0.2",
"web3": "1.0.0-beta.37",
"webpack": "^4.28.3",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "3.1.14",
"webpack-node-externals": "1.7.2"
},
"dependencies": {
"body-parser": "^1.18.3",
"keccak": "^2.0.0",
"keccak256": "^1.0.0",
"solc": "^0.4.25",
"truffle-assertions": "^0.8.0"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}