-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.58 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.58 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "clerk-react-integration",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@clerk/clerk-react": "^5.20.2",
"@clerk/react-router": "^0.1.2",
"@metaplex-foundation/js": "^0.20.1",
"@metaplex-foundation/mpl-candy-machine": "^6.1.0",
"@metaplex-foundation/mpl-token-metadata": "^3.4.0",
"@metaplex-foundation/mpl-toolbox": "^0.10.0",
"@metaplex-foundation/umi": "^1.2.0",
"@metaplex-foundation/umi-bundle-defaults": "^1.2.0",
"@metaplex-foundation/umi-signer-wallet-adapters": "^1.2.0",
"@privy-io/react-auth": "^2.6.2",
"@rainbow-me/rainbowkit": "^2.2.4",
"@solana/pay": "^0.2.5",
"@solana/wallet-adapter-backpack": "^0.1.14",
"@solana/wallet-adapter-base": "^0.9.26",
"@solana/wallet-adapter-brave": "^0.1.17",
"@solana/wallet-adapter-react": "^0.15.38",
"@solana/wallet-adapter-react-ui": "^0.9.38",
"@solana/wallet-adapter-sollet": "^0.11.17",
"@solana/wallet-adapter-wallets": "^0.19.36",
"@solana/web3.js": "^1.98.2",
"@tanstack/react-query": "^5.67.1",
"bignumber.js": "^9.1.2",
"bs58": "^6.0.0",
"class-variance-authority": "^0.7.1",
"cors": "^2.8.5",
"crypto-browserify": "^3.12.1",
"framer-motion": "^12.0.6",
"lodash": "^4.17.21",
"lucide-react": "^0.469.0",
"process": "^0.11.10",
"qr-code-styling": "^1.9.1",
"qrcode.react": "^4.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-qr-code": "^2.0.15",
"react-router-dom": "^7.0.2",
"react-tsparticles": "^2.12.2",
"stream-browserify": "^3.0.0",
"tsparticles": "^3.8.1",
"tsparticles-slim": "^2.12.0",
"util": "^0.12.5",
"viem": "^2.23.6",
"wagmi": "^2.14.12",
"zustand": "^5.0.3"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"@eslint/js": "^9.15.0",
"@types/lodash": "^4.17.15",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"buffer": "^6.0.3",
"eslint": "^9.15.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.12.0",
"postcss": "^8.4.49",
"rollup-plugin-node-polyfills": "^0.2.1",
"tailwindcss": "^3.4.16",
"typescript": "~5.6.2",
"typescript-eslint": "^8.15.0",
"vite": "^6.0.1",
"vite-plugin-node-polyfills": "^0.23.0"
}
}