-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
49 lines (49 loc) · 1.33 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
48
49
{
"name": "curious-weasels-nfts",
"version": "1.0.0",
"description": "MoodyApesNFT smart contracts.",
"main": "index.js",
"scripts": {
"ganache-cli": "ganache-cli -d -p 7545 --gasLimit=10000000",
"test": "DEPLOY_ALL=1 truffle test",
"compile": "truffle compile"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Loopring/nft.git"
},
"author": "[email protected]",
"license": "MIT",
"homepage": "https://loopring.io",
"dependencies": {
"@0x/subproviders": "^6.4.1",
"@openzeppelin/contracts": "^4.3.2",
"@pinata/sdk": "^1.1.23",
"@uniswap/v3-periphery": "1.2.1",
"eth-gas-reporter": "^0.2.17",
"eth-sig-util": "^3.0.1",
"ethereum-waffle": "^3.0.0",
"opensea-js": "^1.1.5",
"openzeppelin-solidity": "~4.1.0",
"sharp": "^0.29.3",
"truffle": "^5.1.35",
"truffle-assertions": "^0.9.2",
"truffle-contract-size": "^2.0.1",
"truffle-flattener": "^1.4.2",
"truffle-hdwallet-provider": "1.0.17",
"web3": "^1.0.0-beta.34"
},
"_engines": {
"node": "^12.18.x",
"yarn": "~1.22.4"
},
"devDependencies": {
"bignumber.js": "^9.0.1",
"canvas": "^2.8.0",
"eslint": "^7.22.0",
"ganache-cli": "6.9.1",
"merge-images": "^2.0.0",
"truffle-plugin-verify": "^0.5.12",
"truffle-privatekey-provider": "^1.5.0"
}
}