-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 1.02 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
{
"name": "demo-telegram-mini-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@react-oauth/google": "^0.12.1",
"@solana/web3.js": "^1.95.4",
"@turnkey/crypto": "^2.0.0",
"@turnkey/encoding": "^0.4.0",
"@turnkey/http": "^2.15.0",
"@turnkey/sdk-browser": "^1.8.0",
"@turnkey/sdk-server": "^1.5.0",
"@turnkey/solana": "^1.0.1",
"@turnkey/telegram-cloud-storage-stamper": "1.0.2",
"axios": "^1.7.7",
"bs58": "^6.0.0",
"dotenv": "^16.4.5",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.454.0",
"next": "14.2.16",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.53.1",
"viem": "^2.21.37"
},
"devDependencies": {
"@types/jsonwebtoken": "^9.0.7",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}