-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
84 lines (84 loc) · 2.56 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
{
"private": true,
"description": "Playground by Playgotchi",
"repository": "https://github.com/playgotchi/playground.git",
"bugs": {
"url": "https://github.com/playgotchi/playground/issues"
},
"homepage": "https://playground.playgotchi.com/",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"author": "Playgotchi <https://warpcast.com/playgotchi>",
"contributors": [
"Ting <https://warpcast.com/ting>",
"Universe https://warpcast.com/babyuniverse>",
"getoffdeez <https://warpcast.com/getoffdeez.eth>"
],
"dependencies": {
"@auth/unstorage-adapter": "^2.0.0",
"@dynamic-labs/ethereum": "^2.2.4",
"@dynamic-labs/sdk-react-core": "^2.2.4",
"@dynamic-labs/wagmi-connector": "^2.2.6",
"@liveblocks/client": "^2.0.5",
"@liveblocks/node": "^2.1.0",
"@liveblocks/react": "^2.0.5",
"@liveblocks/react-ui": "^2.0.5",
"@pinata/sdk": "^2.1.0",
"@radix-ui/react-avatar": "^1.0.3",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-context-menu": "^2.2.1",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-navigation-menu": "^1.1.3",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tooltip": "^1.1.1",
"@simplewebauthn/server": "^9.0.3",
"@tanstack/react-query": "^5.49.2",
"@vercel/kv": "^1.0.1",
"@zoralabs/protocol-deployments": "^0.1.13",
"@zoralabs/zora-721-contracts": "^1.15.4",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"dotenv": "^16.4.5",
"ethers": "^6.13.1",
"fabric": "^5.3.0",
"framer-motion": "^11.2.11",
"html2canvas": "^1.4.1",
"js-cookie": "^3.0.5",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.274.0",
"next": "latest",
"next-auth": "beta",
"pino-pretty": "^11.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7",
"unstorage": "^1.10.1",
"uuid": "^9.0.1",
"viem": "^2.16.5",
"wagmi": "^2.10.9"
},
"devDependencies": {
"@types/fabric": "^5.3.6",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "20.14.9",
"@types/react": "18.3.3",
"@types/react-dom": "^18.2.8",
"@types/uuid": "^9.0.8",
"autoprefixer": "^10.4.15",
"postcss": "^8.4.29",
"prettier": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.5.11",
"tailwindcss": "^3.3.3",
"typescript": "5.5.2"
},
"engines": {
"node": ">=20.0.0"
}
}