-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 918 Bytes
/
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
{
"name": "chain-estate",
"version": "1.0.0",
"description": "Web Application for Chain Estate",
"main": "chain-estate/index.html",
"scripts": {
"start": "webpack-dev-server",
"build": "webpack",
"prod": "lite-server",
"deploy": "scp -r build/* chainestate:/root/www"
},
"repository": {},
"author": "Ted Wu",
"license": "ISC",
"bugs": {},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^0.28.11",
"lite-server": "^2.4.0",
"style-loader": "^0.21.0",
"truffle-contract": "^3.0.5",
"web3": "^1.0.0-beta.34",
"webpack": "^4.8.3",
"webpack-cli": "^2.1.3",
"webpack-dev-server": "^3.1.4"
}
}