-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 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
{
"name": "criklink",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev:convex": "convex dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "npx prettier --write ."
},
"dependencies": {
"@convex-dev/react-query": "0.0.0-alpha.5",
"@dialectlabs/blinks": "^0.9.3",
"@jup-ag/wallet-adapter": "^0.2.0",
"@project-serum/anchor": "^0.26.0",
"@radix-ui/react-navigation-menu": "^1.2.0",
"@radix-ui/react-slot": "^1.1.0",
"@solana/actions": "^1.6.4",
"@solana/pay": "^0.2.5",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/wallet-adapter-react": "^0.15.35",
"@solana/wallet-adapter-react-ui": "^0.9.35",
"@solana/wallet-adapter-wallets": "^0.19.32",
"@solana/web3.js": "^1.95.3",
"@tanstack/react-query": "^5.53.1",
"@upstash/redis": "^1.34.0",
"big.js": "^6.2.1",
"bignumber.js": "^9.1.2",
"blinksights-sdk": "^1.0.13",
"bs58": "^6.0.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"convex": "^1.15.0",
"convex-helpers": "^0.1.54",
"crypto": "^1.0.1",
"date-fns": "^3.6.0",
"date-fns-tz": "^3.1.3",
"ky": "^1.7.1",
"lucide-react": "^0.437.0",
"nanoid": "^5.0.7",
"next": "14.2.7",
"posthog-js": "^1.160.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.3.0",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"usehooks-ts": "^3.1.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/big.js": "^6.2.2",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18.3.0",
"eslint": "^8",
"eslint-config-next": "14.2.7",
"postcss": "^8.4.41",
"prettier": "3.3.2",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4"
},
"packageManager": "[email protected]+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903"
}