-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
52 lines (52 loc) · 1.53 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
{
"name": "portis-crypto-puppers",
"version": "1.0.0",
"description": "",
"main": "",
"scripts": {
"build": "npm run clean && NODE_ENV=production webpack --config webpack/prod.config.js --progress --colors",
"start": "NODE_ENV=development webpack-dev-server --config webpack/dev.config.js --port 3002 --progress --colors --open",
"clean": "rimraf dist",
"truffle:deploy": "truffle compile && truffle migrate --reset --network"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/react": "16.8.2",
"@types/react-dom": "16.8.0",
"@types/web3": "1.0.18",
"any-promise": "1.3.0",
"babel-loader": "8.0.5",
"bindings": "1.3.1",
"css-loader": "2.1.0",
"dart-sass": "1.17.0",
"file-loader": "3.0.1",
"html-webpack-plugin": "3.2.0",
"lite-server": "2.4.0",
"resolve-url-loader": "3.0.0",
"rimraf": "2.6.3",
"sass-loader": "7.1.0",
"style-loader": "0.23.1",
"terser-webpack-plugin": "1.2.2",
"truffle": "5.0.31",
"truffle-hdwallet-provider": "1.0.16",
"ts-jest": "23.10.5",
"ts-loader": "5.3.3",
"tslint": "5.12.1",
"tslint-config-prettier": "1.18.0",
"typescript": "3.3.3",
"webpack": "4.28.4",
"webpack-cli": "3.2.1",
"webpack-dev-server": "3.1.14",
"webpack-merge": "4.2.1"
},
"dependencies": {
"@babel/runtime": "7.3.1",
"@portis/web3": "2.0.0-beta.34",
"react": "16.8.1",
"react-dom": "16.8.1",
"react-toastify": "4.5.2",
"tabookey-gasless": "0.4.0-beta2",
"web3": "1.0.0-beta.37"
}
}