-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.59 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
{
"name": "flight-surety",
"version": "1.0.0",
"description": "",
"scripts": {
"dev": "truffle develop",
"test:ggui": "truffle test --network ganachegui",
"migrate:ggui": "truffle migrate --reset --network ganachegui",
"dapp": "webpack-dev-server --mode development --config webpack.config.dapp.js",
"dapp:prod": "webpack --mode production --config webpack.config.dapp.js",
"server": "rm -rf ./build/server && webpack --config webpack.config.server.js"
},
"author": "Khalid F.SH <[email protected]>",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.3.4",
"@babel/plugin-proposal-class-properties": "^7.3.4",
"@babel/plugin-proposal-object-rest-spread": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"@machinomy/hdwallet-provider": "^1.3.1",
"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.1.1",
"css-loader": "^2.1.1",
"express": "^4.16.4",
"file-loader": "^3.0.1",
"ganache-cli": "^6.4.1",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"openzeppelin-solidity": "^2.2.0",
"start-server-webpack-plugin": "^2.2.5",
"style-loader": "^0.23.1",
"superstatic": "^6.0.4",
"truffle": "^5.0.8",
"truffle-assertions": "^0.8.0",
"truffle-hdwallet-provider": "^1.0.5",
"web3": "^1.0.0-beta.27",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.2.1",
"webpack-node-externals": "^1.7.2"
}
}