forked from solana-foundation/connectorkit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.88 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.88 KB
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
{
"name": "@connectorkit-examples/next-js",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"start": "next start",
"lint": "eslint ."
},
"dependencies": {
"@base-ui/react": "^1.0.0",
"@radix-ui/react-accordion": "^1.2.3",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-select": "^2.1.6",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-tabs": "^1.1.12",
"@solana-program/system": "^0.7.0",
"@solana/connector": "workspace:*",
"@solana/devtools": "workspace:*",
"@solana/keychain": "^0.2.1",
"@solana/kit": "^6.0.0",
"@solana/web3.js": "^1.98.4",
"@tanstack/react-query": "^5.90.5",
"@wallet-standard/app": "^1.1.0",
"@walletconnect/universal-provider": "^2.23.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.546.0",
"motion": "^12.23.24",
"next": "16.1.0",
"qrcode": "^1.5.3",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"react-syntax-highlighter": "^15.6.1",
"symbols-react": "^1.2.7",
"tailwind-merge": "^3.3.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@tailwindcss/postcss": "^4.1.14",
"@types/node": "^24.8.1",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@types/qrcode": "^1.5.5",
"@types/react-syntax-highlighter": "^15.5.13",
"eslint": "^9.38.0",
"eslint-config-next": "16.1.0",
"tailwindcss": "^4.1.14",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3"
}
}