-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 991 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
36
37
38
39
{
"name": "shoutouts.eth",
"version": "1.0.0",
"description": "Example full-stack distributed application.",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"scripts": {
"lint": "eslint ./",
"build": "webpack",
"dev": "webpack-dev-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/droxey/shoutouts.eth.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/droxey/shoutouts.eth/issues"
},
"homepage": "https://droxey.github.io/shoutouts.eth/",
"dependencies": {
"@fleekhq/fleek-storage-js": "^1.0.17",
"@openzeppelin/contracts": "^4.9.6",
"@truffle/hdwallet-provider": "^1.2.3",
"dotenv": "^10.0.0",
"eth-gas-reporter": "^0.2.22",
"web3": "^1.5.3",
"zeppelin-solidity": "^1.12.0"
},
"devDependencies": {
"copy-webpack-plugin": "^11.0.0",
"webpack": "^5.76.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^5.0.4"
}
}