-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 873 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
32
33
34
35
{
"name": "bushfire-prevention-simulation",
"version": "1.0.0",
"description": "",
"main": "truffle.js",
"directories": {
"test": "test"
},
"scripts": {
"dev": "lite-server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"devDependencies": {
"babel-loader": "^7.1.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"chai": "^4.2.0",
"copy-webpack-plugin": "^4.3.1",
"css-loader": "^0.28.8",
"eslint-plugin-import": "^2.8.0",
"json-loader": "^0.5.7",
"lite-server": "^2.3.0",
"style-loader": "^0.19.1",
"truffle-assertions": "^0.9.2",
"truffle-contract": "^3.0.1",
"web3": "^0.20.1",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.10.1"
},
"dependencies": {
"@openzeppelin/contracts": "^3.1.0"
}
}