forked from ensdomains/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.27 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.27 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
{
"name": "@ensdomains/docs",
"version": "0.0.0",
"type": "module",
"scripts": {
"generate": "bun scripts/run-plugins.ts",
"dev": "pnpm generate && vocs dev",
"build": "pnpm generate && vocs build && cp _redirects src/dist",
"preview": "vocs preview",
"deploy": "pnpm build && wrangler pages deploy"
},
"dependencies": {
"@cloudflare/pages-plugin-vercel-og": "^0.1.2",
"@ensdomains/ccip-read-router": "^0.0.6",
"@tanstack/react-query": "^5.87.4",
"@theguild/remark-mermaid": "^0.3.0",
"clsx": "^2.1.1",
"gray-matter": "^4.0.3",
"marked": "^16.2.1",
"react": "latest",
"react-dom": "latest",
"react-icons": "^5.5.0",
"react-use-intercom": "^5.5.0",
"tailwind-merge": "^3.3.1",
"tailwindcss": "4.1.13",
"use-debounce": "^10.0.6",
"viem": "^2.37.5",
"vite": "^7.1.5",
"vocs": "1.0.5",
"wagmi": "^2.16.9"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@types/react": "^19.1.13",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.6.14",
"typescript": "^5.9.2"
},
"packageManager": "pnpm@9.15.5",
"engines": {
"node": ">=20"
},
"pnpm": {
"patchedDependencies": {
"vocs@1.0.5": "patches/vocs@1.0.5.patch"
}
}
}