-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.32 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
{
"name": "dapp-token-sale",
"version": "1.0.0",
"description": "Dapp Token Sale ICO",
"main": "truffle.js",
"directories": {
"test": "test"
},
"scripts": {
"start": "webpack-dev-server --open",
"build": "webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Gregory",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.7.7",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/preset-env": "^7.7.7",
"@babel/preset-react": "^7.7.4",
"@truffle/solidity-loader": "^0.1.43",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.6",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"bootstrap": "^4.4.1",
"css-loader": "^3.4.1",
"formik": "^2.1.1",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"i": "^0.3.6",
"json-loader": "^0.5.7",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"reactstrap": "^8.2.0",
"style-loader": "^1.1.2",
"truffle-contract": "^4.0.31",
"web3": "^1.2.4",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.1"
},
"dependencies": {
"@material-ui/core": "^4.8.3",
"babel-polyfill": "^6.26.0",
"serve-favicon": "^2.5.0",
"solc": "^0.6.1"
}
}