-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 2 KB
/
Copy pathpackage.json
File metadata and controls
65 lines (65 loc) · 2 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
59
60
61
62
63
64
65
{
"name": "fastbridge-monorepo",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build && node scripts/generate-route-html.mjs",
"build:all": "vite build && node scripts/generate-route-html.mjs",
"generate:meta": "node scripts/generate-route-html.mjs",
"preview": "vite preview",
"check": "ultracite check",
"fix": "ultracite fix",
"precommit:fix-staged": "node scripts/precommit-fix-staged.mjs",
"prepare": "husky"
},
"packageManager": "pnpm@11.5.1",
"dependencies": {
"@avail-project/nexus-sdk-v2": "git+https://github.com/availproject/nexus-sdk-v2.git#v0.0.2",
"@fontsource/geist-sans": "5.2.5",
"@marsidev/react-turnstile": "1.5.0",
"@radix-ui/react-accordion": "1.2.12",
"@radix-ui/react-checkbox": "1.3.3",
"@radix-ui/react-dialog": "1.1.15",
"@radix-ui/react-label": "2.1.7",
"@radix-ui/react-select": "2.2.6",
"@radix-ui/react-slot": "1.2.3",
"@radix-ui/react-tooltip": "1.2.8",
"@rainbow-me/rainbowkit": "2.2.8",
"@reown/appkit": "1.8.19",
"@reown/appkit-adapter-wagmi": "1.8.19",
"@tailwindcss/vite": "4.1.16",
"@tanstack/react-query": "5.90.2",
"@vitejs/plugin-react": "5.1.0",
"buffer": "^6.0.3",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"connectkit": "1.9.1",
"decimal.js": "10.6.0",
"lucide-react": "0.544.0",
"motion": "12.29.2",
"next-themes": "0.4.6",
"posthog-js": "1.336.4",
"react": "19.2.2",
"react-dom": "19.2.2",
"react-router-dom": "6.22.3",
"sonner": "2.0.7",
"tailwind-merge": "3.3.1",
"tailwindcss": "4.1.13",
"tw-animate-css": "1.4.0",
"viem": "2.47.12",
"vite": "6.4.2",
"vite-plugin-node-polyfills": "0.24.0",
"wagmi": "2.19.5"
},
"devDependencies": {
"@biomejs/biome": "2.4.0",
"@types/react": "19.1.13",
"@types/react-dom": "19.1.9",
"husky": "9.1.7",
"turbo": "2.9.14",
"typescript": "5.8.3",
"ultracite": "7.2.3"
}
}