-
Notifications
You must be signed in to change notification settings - Fork 665
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.56 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.56 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
{
"dependencies": {
"@hookform/resolvers": "^3.9.1",
"@radix-ui/react-dialog": "1.1.14",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-popover": "^1.1.14",
"@radix-ui/react-slot": "^1.2.3",
"@tanstack/react-query": "5.81.5",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"lucide-react": "0.525.0",
"next": "15.5.14",
"next-themes": "^0.4.6",
"react": "19.2.1",
"react-dom": "19.2.1",
"react-hook-form": "7.55.0",
"server-only": "^0.0.1",
"sonner": "2.0.6",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"thirdweb": "workspace:*",
"tiny-invariant": "^1.3.3",
"zod": "3.25.75"
},
"devDependencies": {
"@biomejs/biome": "2.0.6",
"@next/eslint-plugin-next": "15.3.8",
"@types/node": "22.14.1",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3",
"@typescript-eslint/eslint-plugin": "7.14.1",
"@typescript-eslint/parser": "7.14.1",
"eslint": "8.57.0",
"eslint-config-biome": "1.9.4",
"eslint-plugin-react-compiler": "19.1.0-rc.2",
"knip": "5.60.2",
"postcss": "8.5.6",
"postcss-load-config": "^6.0.1",
"tailwindcss": "3.4.17",
"typescript": "5.8.3"
},
"name": "wallet-ui",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev --turbopack",
"fix": "biome check ./src --fix && knip --fix --allow-remove-files && eslint ./src --fix",
"knip": "knip",
"lint": "biome check ./src && knip && eslint ./src",
"start": "next start"
},
"version": "0.1.0"
}