-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.73 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
{
"name": "payobv-io",
"version": "0.0.1",
"license": "MIT",
"private": true,
"scripts": {
"dev": "next dev",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@coral-xyz/anchor": "^0.30.1",
"@ducanh2912/next-pwa": "^10.2.8",
"@octokit/auth-app": "^7.1.0",
"@octokit/rest": "^21.0.2",
"@prisma/client": "^5.21.1",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-tooltip": "^1.1.2",
"@solana-developers/preset-next": "3.0.1",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/wallet-adapter-react": "^0.15.35",
"@solana/wallet-adapter-react-ui": "^0.9.35",
"@solana/web3.js": "1.91.9",
"@tabler/icons-react": "3.5.0",
"@tanstack/react-query": "5.40.0",
"@tanstack/react-query-next-experimental": "5.40.0",
"bs58": "4.0.1",
"buffer": "6.0.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"encoding": "0.1.13",
"framer-motion": "^11.3.30",
"lucide-react": "^0.435.0",
"next": "14.2.5",
"next-auth": "^4.24.7",
"octokit": "^4.0.2",
"payobv-io": "file:",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-spinners": "^0.14.1",
"tailwind-merge": "^2.5.2",
"tailwindcss": "^3.4.10",
"tailwindcss-animate": "^1.0.7",
"tslib": "^2.3.0",
"vercel": "^37.2.1",
"zod": "^3.23.8",
"zustand": "^4.5.5"
},
"devDependencies": {
"@types/react": "18.3.3",
"eslint": "^8.0.0",
"prisma": "^5.19.0",
"ts-node": "^10.9.2"
}
}