-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.16 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
{
"name": "landing",
"version": "0.1.0",
"private": true,
"author": {
"name": "ayvee",
"url": "https://x.com/ayvee_dev"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint --fix",
"build:client": "graphclient build"
},
"dependencies": {
"@neynar/nodejs-sdk": "^1.32.0",
"@privy-io/react-auth": "^1.72.0",
"@privy-io/wagmi": "^0.2.10",
"@radix-ui/react-aspect-ratio": "^1.0.3",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.5",
"@splinetool/react-spline": "^3.1.1",
"@splinetool/runtime": "^1.8.1",
"@standard-crypto/farcaster-js": "^7.4.0",
"@t3-oss/env-nextjs": "^0.2.2",
"@tanstack/react-query": "^5.48.0",
"@types/node": "20.9.4",
"@types/react": "18.2.38",
"@types/react-dom": "18.2.17",
"@vercel/analytics": "^1.1.1",
"autoprefixer": "10.4.16",
"axios": "^1.5.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"framer-motion": "^11.2.12",
"lucide-react": "^0.292.0",
"moment": "^2.30.1",
"next": "14.0.3",
"next-themes": "^0.2.1",
"postcss": "8.4.31",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwind-merge": "^2.0.0",
"tailwindcss": "3.3.5",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.3.2",
"vaul": "^0.9.1",
"viem": "^2.16.2",
"wagmi": "^2.10.7",
"zod": "^3.21.4"
},
"devDependencies": {
"@commitlint/cli": "^17.6.1",
"@commitlint/config-conventional": "^17.6.1",
"@graphprotocol/client-cli": "3.0.0",
"@ianvs/prettier-plugin-sort-imports": "^3.7.2",
"eslint": "8.54.0",
"eslint-config-next": "14.0.3",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-tailwindcss": "^3.11.0",
"husky": "^8.0.3",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.1.13",
"pretty-quick": "^3.1.3"
}
}