-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.55 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
50
51
52
53
54
55
{
"name": "zora-nft-launch",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-accordion": "^0.1.6",
"@radix-ui/react-checkbox": "^0.1.5",
"@radix-ui/react-dialog": "^0.1.7",
"@radix-ui/react-icons": "^1.1.1",
"@radix-ui/react-radio-group": "^0.1.5",
"@radix-ui/react-slider": "^0.1.4",
"@radix-ui/react-switch": "^1.0.0",
"@rainbow-me/rainbowkit": "^0.6.1",
"@vanilla-extract/css": "^1.7.1",
"@vanilla-extract/next-plugin": "^2.0.2",
"@vanilla-extract/recipes": "^0.2.5",
"@vanilla-extract/sprinkles": "^1.4.1",
"@zoralabs/nft-editions-contracts": "^1.0.3",
"@zoralabs/zdk": "^2.2.0",
"@zoralabs/zord": "^1.1.0",
"alchemy-sdk": "^2.2.0",
"bignumber.js": "^9.0.2",
"date-fns": "^2.28.0",
"ethers": "^5.6.5",
"framer-motion": "^6.2.6",
"graphql": "^16.5.0",
"graphql-request": "^4.3.0",
"keccak256": "^1.0.6",
"lodash": "^4.17.21",
"merkletreejs": "^0.2.30",
"next": "^12.1.6",
"node-fetch": "^3.2.6",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-markdown": "^8.0.3",
"react-prevent-outside-scroll": "^0.0.2",
"shade-blend-color": "^1.0.0",
"shorthash2": "^1.0.3",
"swr": "^1.3.0",
"tinycolor2": "^1.4.2",
"wagmi": "^0.6.3"
},
"devDependencies": {
"@types/lodash": "^4.14.184",
"@types/react": "18.0.1",
"eslint": "8.8.0",
"eslint-config-next": "12.0.10",
"typescript": "^4.7.3"
}
}