-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.04 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
{
"name": "kickstart",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha",
"dev": "node server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@metamask/onboarding": "^1.0.1",
"@openzeppelin/contracts": "^4.1.0",
"dotenv": "^10.0.0",
"ganache-cli": "^6.12.2",
"gravatar": "^1.8.1",
"ipfs-http-client": "^50.1.2",
"linkifyjs": "^3.0.0-beta.3",
"mocha": "^8.3.2",
"next": "^10.2.3",
"next-routes": "^1.4.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-image-crop": "^8.6.12",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^2.0.3",
"solc": "^0.4.17",
"truffle-hdwallet-provider": "0.0.3",
"web3": "^1.3.5"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@nomiclabs/hardhat-web3": "^2.0.0",
"chai": "^4.3.4",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.3.1",
"hardhat": "^2.4.0",
"hardhat-contract-sizer": "^2.0.3"
}
}