forked from reservoirprotocol/marketplace-v2
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
94 lines (94 loc) · 2.83 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"private": true,
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js",
"tsc": "tsc"
},
"dependencies": {
"@balancer-labs/sdk": "^1.1.5",
"@datadog/browser-rum": "^4.30.1",
"@davatar/react": "^1.11.1",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@google-cloud/storage": "^7.1.0",
"@next/font": "^13.1.6",
"@nftearth/uniswap-widgets": "^1.0.8",
"@radix-ui/colors": "^0.1.8",
"@radix-ui/popper": "^0.1.0",
"@radix-ui/react-avatar": "^1.0.1",
"@radix-ui/react-checkbox": "^1.0.3",
"@radix-ui/react-collapsible": "^1.0.1",
"@radix-ui/react-dialog": "^1.0.2",
"@radix-ui/react-direction": "^1.0.1",
"@radix-ui/react-dropdown-menu": "^2.0.1",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.2",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-switch": "^1.0.1",
"@radix-ui/react-tabs": "^1.0.1",
"@radix-ui/react-toast": "^1.1.2",
"@radix-ui/react-toggle-group": "^1.0.1",
"@radix-ui/react-tooltip": "^1.0.2",
"@rainbow-me/rainbowkit": "^1.0.3",
"@reservoir0x/reservoir-kit-ui": "1.4.0",
"@sentry/nextjs": "^7.53.1",
"@types/howler": "2.1.2",
"@types/uuid": "^9.0.1",
"@upstash/redis": "^1.22.0",
"@vercel/analytics": "^1.0.2",
"canvas-confetti": "^1.6.0",
"dayjs": "^1.11.6",
"ethers": "^6.10.0",
"framer-motion": "^6.3.6",
"graphql": "^16.8.0",
"graphql-request": "^6.1.0",
"highcharts": "^11.1.0",
"highcharts-react-official": "^3.2.0",
"howler": "^2.2.3",
"mongodb": "5.1.0",
"next": "13.0",
"next-auth": "^4.23.1",
"next-pwa": "^5.6.0",
"nprogress": "^0.2.0",
"oauth-1.0a": "^2.2.6",
"openapi-typescript-fetch": "^1.1.3",
"posthog-js": "^1.68.4",
"react": "^18.0",
"react-canvas-confetti": "^1.4.0",
"react-dom": "^18.0",
"react-dropzone": "^14.2.3",
"react-hotkeys-hook": "^4.0.4",
"react-icons": "^5.0.1",
"react-jazzicon": "^1.0.4",
"react-markdown": "^8.0.4",
"react-responsive": "^9.0.0",
"swr": "2.0.1",
"upgrade": "^1.1.0",
"use-sound": "^4.0.1",
"usehooks-ts": "^2.9.1",
"uuid": "^9.0.0",
"viem": "~1.0.6",
"wagmi": "~1.2.1",
"yarn": "^1.22.19"
},
"prettier": {
"semi": false,
"singleQuote": true
},
"devDependencies": {
"@stitches/react": "1.3.1-1",
"@types/node": "^12.12.21",
"@types/nprogress": "^0.2.0",
"@types/react": "^18.0",
"@types/react-dom": "^18.0",
"next-themes": "^0.2.0",
"node-gyp": "^9.4.0",
"ts-import": "^5.0.0-beta.0",
"typescript": "^4.9.4"
}
}