-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.36 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.36 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
{
"name": "embedded-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@coral-xyz/anchor": "^0.31.1",
"@reown/appkit": "^1.7.20",
"@reown/appkit-adapter-solana": "^1.7.20",
"@reown/appkit-wallet-button": "^1.7.20",
"@solana/wallet-adapter-react": "^0.15.39",
"@solana/wallet-adapter-react-ui": "^0.9.39",
"@solana/wallet-adapter-walletconnect": "^0.1.21",
"@solana/wallet-adapter-wallets": "^0.19.37",
"@solana/web3.js": "^1.98.2",
"@types/react-router-dom": "^5.3.3",
"bs58": "^6.0.0",
"buffer": "^6.0.3",
"process": "^0.11.10",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-router-dom": "^7.6.3",
"react-unity-webgl": "^9.9.0",
"resend": "^6.9.1",
"tweetnacl": "^1.0.3"
},
"devDependencies": {
"@eslint/js": "^9.29.0",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vercel/node": "^5.5.32",
"@vitejs/plugin-react": "^4.5.2",
"eslint": "^9.29.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.2.0",
"typescript": "~5.8.3",
"typescript-eslint": "^8.34.1",
"vite": "^7.0.0",
"vite-plugin-node-polyfills": "^0.24.0"
}
}