-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·35 lines (35 loc) · 1.21 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
{
"name": "flightsurety",
"version": "1.0.0",
"description": "",
"directories": {
"test": "test"
},
"repository": "https://github.com/techbubble/flightsurety",
"license": "MIT",
"scripts": {
"test": "truffle test ./test/flightSurety.js",
"dapp": "lite-server",
"dapp:prod": "webpack --mode production --config webpack.config.dapp.js",
"server": "node ./src/server/server.mjs"
},
"author": "Nik Kalyani <[email protected]> https://www.kalyani.com",
"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",
"@openzeppelin/contracts": "^4.8.0",
"@truffle/hdwallet-provider": "^2.1.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.0.2",
"style-loader": "^0.23.1",
"superstatic": "6.0.3",
"lite-server": "2.4.0"
}
}