-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
85 lines (85 loc) · 2.48 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
85
{
"name": "onsol",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"db:push": "prisma db push",
"prepare": "prisma generate"
},
"dependencies": {
"@hookform/resolvers": "^3.1.0",
"@metaplex-foundation/mpl-token-metadata": "^2.11.1",
"@prisma/client": "^4.14.0",
"@radix-ui/react-alert-dialog": "^1.0.3",
"@radix-ui/react-checkbox": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.3",
"@radix-ui/react-dropdown-menu": "^2.0.4",
"@radix-ui/react-label": "^2.0.1",
"@radix-ui/react-select": "^1.2.1",
"@radix-ui/react-switch": "^1.0.2",
"@sentry/nextjs": "^7.68.0",
"@solana/qr-code-styling": "^1.6.0",
"@solana/spl-token": "^0.3.7",
"@solana/wallet-adapter-base": "^0.9.22",
"@solana/wallet-adapter-react": "^0.15.32",
"@solana/wallet-adapter-wallets": "^0.19.16",
"@solana/web3.js": "^1.76.0",
"@tanstack/react-query": "^4.29.7",
"@tanstack/react-query-devtools": "^4.29.7",
"@tanstack/react-table": "^8.9.1",
"@types/node": "^20.6.0",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"@web3auth/base": "^4.4.0",
"@web3auth/core": "^4.4.0",
"@web3auth/modal": "^5.2.0",
"@web3auth/openlogin-adapter": "^4.5.0",
"@web3auth/solana-provider": "^4.5.0",
"autoprefixer": "10.4.14",
"avvvatars-react": "^0.4.2",
"axios": "^1.4.0",
"bip32": "^4.0.0",
"bip39": "^3.1.0",
"bs58": "^5.0.0",
"class-variance-authority": "^0.6.0",
"clsx": "^1.2.1",
"cookie": "^0.5.0",
"date-fns": "^2.30.0",
"eslint": "8.40.0",
"eslint-config-next": "13.4.1",
"jotai": "^2.1.0",
"lokijs": "^1.5.12",
"lucide-react": "^0.215.0",
"next": "13.4.1",
"next-auth": "^4.22.1",
"next-themes": "^0.2.1",
"nextjs-toploader": "^1.4.2",
"pino-pretty": "^10.0.0",
"postcss": "8.4.23",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.9",
"react-lottie-player": "^1.5.4",
"react-select": "^5.7.3",
"sonner": "^0.3.5",
"tailwind-merge": "^1.12.0",
"tailwindcss": "3.3.2",
"tailwindcss-animate": "^1.0.5",
"tweetnacl": "^1.0.3",
"typescript": "5.0.4",
"use-async-memo": "^1.2.4",
"zod": "^3.21.4"
},
"devDependencies": {
"@types/cookie": "^0.5.1",
"dotenv": "^16.0.3",
"prettier": "^3.0.3",
"prisma": "^4.14.0",
"ts-node": "^10.9.1",
"tw-colors": "^1.2.6"
}
}