-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.4 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.4 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
{
"name": "wallet",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"postinstall": "lefthook install",
"build": "rsbuild build",
"check": "biome check --write",
"clean": "rm -rf node_modules && rm -rf dist",
"dev": "rsbuild dev --open",
"deploy": "bun run build && wrangler pages deploy",
"preview": "rsbuild preview",
"typecheck": "tsgo --noEmit"
},
"dependencies": {
"@base-ui/react": "^1.1.0",
"@bloque/sdk": "^0.1.4",
"@fontsource-variable/outfit": "^5.2.8",
"@tanstack/react-query": "^5.90.20",
"@tanstack/react-router": "^1.159.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"html5-qrcode": "^2.3.8",
"input-otp": "^1.4.2",
"lucide-react": "^0.563.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"shadcn": "^3.8.4",
"sonner": "^2.0.7",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^4.1.18",
"tw-animate-css": "^1.4.0",
"vaul": "^1.1.2"
},
"devDependencies": {
"@biomejs/biome": "^2.3.14",
"@rsbuild/core": "^1.7.1",
"@rsbuild/plugin-react": "^1.4.2",
"@tailwindcss/postcss": "^4.1.18",
"@tanstack/router-plugin": "^1.159.4",
"@types/node": "^25.5.0",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@typescript/native-preview": "latest",
"lefthook": "^2.1.0",
"typescript": "^5.9.3",
"wrangler": "^4.64.0"
}
}