-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.63 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.63 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
55
56
57
{
"name": "necta-beta",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "biome lint --write . --unsafe",
"format": "biome format --write .",
"check": "biome check .",
"typecheck": "biome check --stage --write ."
},
"dependencies": {
"@privy-io/react-auth": "^2.2.1",
"@radix-ui/react-accordion": "^1.2.2",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-dropdown-menu": "^2.1.6",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-popover": "^1.1.6",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-toast": "^1.2.6",
"@t3-oss/env-nextjs": "^0.12.0",
"@tanstack/react-query": "^5.66.0",
"@types/react-virtualized": "^9.21.30",
"brahma-console-kit": "^1.0.7",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"connectkit": "^1.8.2",
"framer-motion": "^12.4.2",
"lucide-react": "^0.475.0",
"next": "15.1.6",
"next-themes": "^0.4.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"server-only": "^0.0.1",
"sonner": "^1.7.3",
"tailwind-merge": "^3.0.1",
"tailwindcss-animate": "^1.0.7",
"viem": "^2.23.2",
"wagmi": "^2.14.11",
"zod": "^3.24.2",
"zustand": "^5.0.3"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^22.13.4",
"@types/react": "^19.0.8",
"@types/react-dom": "^19",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
},
"trustedDependencies": ["@biomejs/biome"]
}