-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.7 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.7 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
58
{
"name": "synapse-playground",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "tsc --noEmit && biome check .",
"preview": "vite preview"
},
"dependencies": {
"@filoz/synapse-core": "workspace:*",
"@filoz/synapse-react": "workspace:*",
"@nanostores/persistent": "1.3.5",
"@nanostores/react": "1.1.0",
"@radix-ui/react-avatar": "1.2.6",
"@radix-ui/react-dialog": "1.1.23",
"@radix-ui/react-dropdown-menu": "2.1.24",
"@radix-ui/react-label": "2.1.15",
"@radix-ui/react-select": "2.3.7",
"@radix-ui/react-separator": "1.1.15",
"@radix-ui/react-slot": "1.3.3",
"@radix-ui/react-switch": "1.3.7",
"@radix-ui/react-tooltip": "1.2.16",
"@tailwindcss/vite": "4.3.3",
"@tanstack/query-sync-storage-persister": "5.101.4",
"@tanstack/react-query": "5.101.4",
"@tanstack/react-query-persist-client": "5.101.4",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"iso-ledger": "0.1.7",
"lucide-react": "1.31.0",
"nanostores": "1.4.2",
"next-themes": "0.4.6",
"react": "19.2.8",
"react-dom": "19.2.8",
"react-dropzone": "15.0.0",
"react-hook-form": "7.85.0",
"sonner": "2.0.8",
"tailwind-merge": "3.6.0",
"tailwindcss": "4.3.3",
"viem": "catalog:",
"wagmi": "catalog:",
"zod": "catalog:"
},
"devDependencies": {
"@biomejs/biome": "catalog:",
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
"@vitejs/plugin-react": "6.0.5",
"tw-animate-css": "1.4.0",
"typescript": "catalog:",
"vite": "8.2.1",
"vite-plugin-node-polyfills-vite8": "0.25.4",
"wrangler": "4.122.0"
}
}