-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
37 lines (37 loc) · 1 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
{
"name": "fractionalisenft-after-split",
"version": "1.0.0",
"description": "",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/benjaminHilder/Fractionalise-NFT-Auction.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/benjaminHilder/Fractionalise-NFT-Auction/issues"
},
"homepage": "https://github.com/benjaminHilder/Fractionalise-NFT-Auction#readme",
"dependencies": {
"@chakra-ui/react": "^2.1.2",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@nomicfoundation/hardhat-toolbox": "^1.0.2",
"@openzeppelin/contracts": "^4.7.3",
"@openzeppelin/test-helpers": "^0.5.15",
"@truffle/hdwallet-provider": "^2.0.8",
"ethers": "^5.6.8",
"framer-motion": "^6.3.4",
"truffle-flattener": "^1.6.0"
},
"devDependencies": {
"hardhat": "^2.11.1"
}
}