-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.26 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
{
"name": "demo-embedded-wallet",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "pnpm prettier ./src --write",
"format:check": "pnpm prettier ./src --check"
},
"dependencies": {
"@hookform/resolvers": "^3.9.0",
"@icons-pack/react-simple-icons": "^9.7.0",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-radio-group": "^1.2.0",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@react-oauth/google": "^0.12.1",
"@t3-oss/env-nextjs": "^0.9.2",
"@turnkey/crypto": "^1.0.0",
"@turnkey/http": "^2.14.1",
"@turnkey/sdk-browser": "^1.7.0",
"@turnkey/sdk-react": "^1.0.11",
"@turnkey/sdk-server": "^1.4.1",
"@turnkey/viem": "^0.6.0",
"@types/jsonwebtoken": "^9.0.7",
"alchemy-sdk": "^3.4.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.427.0",
"next": "14.1.1",
"next-themes": "^0.2.1",
"react": "^18.3.1",
"react-apple-login": "^1.1.6",
"react-dom": "^18.3.1",
"react-facebook-login": "^4.1.1",
"react-hook-form": "^7.53.0",
"react-jazzicon": "^1.0.4",
"react-qr-code": "^2.0.15",
"sonner": "^1.5.0",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"usehooks-ts": "^3.1.0",
"vaul": "^0.9.4",
"viem": "^2.20.0",
"zod": "^3.23.4"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
"@t3-oss/env-core": "^0.11.1",
"@types/node": "^20.12.7",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-next": "14.1.0",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
},
"packageManager": "pnpm@8.9.2+sha224.15f75bcfda405ef1634f73ca495f8e8e4280cf9a903e73bf62490060"
}