-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.08 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "zora-nft-launch",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@decent.xyz/sdk": "^0.1.2",
"@headlessui/react": "^1.6.6",
"@heroicons/react": "^1.0.6",
"@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.4.5",
"@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/zord": "^0.1.0",
"@zoralabs/nft-components": "^1.1.2",
"@zoralabs/nft-drop-contracts": "^1.0.1",
"@zoralabs/v3": "^1.0.10",
"@zoralabs/zdk": "^2.1.3",
"axios": "^0.27.2",
"bignumber.js": "^9.0.2",
"date-fns": "^2.28.0",
"degen": "^0.0.102",
"erc-token-abis": "^1.0.0",
"ethers": "^5.6.9",
"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",
"music-metadata-ipfs": "^1.0.22",
"next": "12.2.1",
"nft.storage": "^7.0.0",
"node-fetch": "^3.2.6",
"react": "^17.0.2",
"react-custom-scrollbars-2": "^4.5.0",
"react-dom": "^17.0.2",
"react-h5-audio-player": "^3.8.4",
"react-prevent-outside-scroll": "^0.0.2",
"react-toastify": "^9.0.8",
"shorthash2": "^1.0.3",
"tinycolor2": "^1.4.2",
"svg-loaders": "^0.2.0",
"tailwind-scrollbar": "^1.3.1",
"wagmi": "^0.6.0"
},
"devDependencies": {
"@types/node": "18.0.3",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"autoprefixer": "^10.4.7",
"eslint": "8.19.0",
"eslint-config-next": "12.2.1",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.5",
"typescript": "4.7.4"
}
}