forked from reservoirprotocol/marketplace-v2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.24 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
{
"private": true,
"scripts": {
"dev": "yarn prebuild && next",
"build": "yarn prebuild && next build",
"prebuild": "node ./scripts/prebuild.js",
"start": "yarn prebuild && next start",
"tsc": "tsc"
},
"dependencies": {
"@datadog/browser-rum": "^4.30.1",
"@davatar/react": "^1.11.1",
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-brands-svg-icons": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@radix-ui/colors": "^2.0.0",
"@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.4",
"@radix-ui/react-dropdown-menu": "2.0.5",
"@radix-ui/react-hover-card": "^1.0.6",
"@radix-ui/react-popover": "1.0.6",
"@radix-ui/react-switch": "^1.0.1",
"@radix-ui/react-tabs": "^1.0.1",
"@radix-ui/react-toast": "1.1.4",
"@radix-ui/react-toggle-group": "^1.0.1",
"@radix-ui/react-tooltip": "1.0.6",
"@rainbow-me/rainbowkit": "2.1.2",
"@reservoir0x/reservoir-kit-ui": "^2.7.30",
"@sentry/nextjs": "^7.85.0",
"@tanstack/react-query": "5.20.2",
"@types/uuid": "^9.0.1",
"@vercel/og": "^0.5.20",
"dayjs": "^1.11.6",
"eslint-config-next": "^14.1.0",
"framer-motion": "^6.3.6",
"lodash": "^4.17.21",
"next": "^14.1.0",
"openapi-typescript-fetch": "^1.1.3",
"posthog-js": "^1.93.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hotkeys-hook": "^4.0.4",
"react-jazzicon": "^1.0.4",
"react-markdown": "^8.0.7",
"react-responsive": "^9.0.0",
"react-use-websocket": "^4.3.1",
"react-window": "^1.8.9",
"swr": "2.0.1",
"upgrade": "^1.1.0",
"usehooks-ts": "^2.9.1",
"uuid": "^9.0.0",
"viem": "~2.9.31",
"wagmi": "~2.10.3",
"yarn": "^1.22.19"
},
"prettier": {
"semi": false,
"singleQuote": true
},
"devDependencies": {
"@stitches/react": "1.3.1-1",
"@types/lodash": "^4.14.189",
"@types/node": "^12.12.21",
"@types/react": "^18.0",
"@types/react-dom": "^18.0",
"@types/react-window": "^1.8.5",
"next-themes": "^0.2.0",
"typescript": "^5.0.4"
}
}