-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.81 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.81 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
66
{
"name": "docs-next",
"private": true,
"version": "0.0.0",
"type": "module",
"packageManager": "pnpm@10.28.1",
"scripts": {
"dev": "NODE_OPTIONS='--import tsx' vite",
"build": "tsgo --build && vite build",
"check": "biome check --write --unsafe .",
"check:types": "tsgo --project tsconfig.json --noEmit",
"preview": "node dist/preview.js",
"test:e2e": "playwright test"
},
"dependencies": {
"@iconify-json/lucide": "^1.2.86",
"@iconify-json/simple-icons": "^1.2.67",
"@monaco-editor/react": "^4.7.0",
"@tanstack/react-query": "^5.90.19",
"@vercel/analytics": "^1.6.1",
"@vercel/speed-insights": "^1.3.1",
"abitype": "^1.2.3",
"cva": "1.0.0-beta.4",
"mermaid": "^11.12.2",
"monaco-editor": "^0.55.1",
"ox": "^0.11.3",
"posthog-js": "^1.333.0",
"posthog-node": "^5.24.15",
"prool": "^0.2.2",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"sonner": "^2.0.7",
"sql-formatter": "^15.7.0",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^4.1.18",
"tempo.ts": "^0.14.0",
"unplugin-auto-import": "^21.0.0",
"unplugin-icons": "^23.0.1",
"viem": "^2.44.4",
"vocs": "https://pkg.pr.new/wevm/vocs@e5ad67e",
"wagmi": "3.4.1",
"waku": "1.0.0-alpha.2",
"zod": "^4.3.5"
},
"devDependencies": {
"@biomejs/biome": "^2.3.11",
"@playwright/test": "^1.58.0",
"@types/node": "^25.0.10",
"@types/react": "^19.2.9",
"@types/react-dom": "^19.2.3",
"@typescript/native-preview": "7.0.0-dev.20260122.3",
"@vitejs/plugin-react": "^5.1.2",
"anser": "^2.3.5",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"use-sync-external-store": "^1.6.0",
"vite": "^7.3.1"
},
"devEngines": {
"runtime": {
"name": "node",
"version": "24.12.0",
"onFail": "download"
}
}
}