mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-08 23:08:19 -05:00
26 lines
797 B
JSON
26 lines
797 B
JSON
{
|
|
"name": "vocs",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vocs dev",
|
|
"build": "bash scripts/build-cargo-docs.sh && vocs build && bun scripts/generate-redirects.ts && bun scripts/inject-cargo-docs.ts && bun scripts/fix-search-index.ts",
|
|
"preview": "vocs preview",
|
|
"check-links": "bun scripts/check-links.ts",
|
|
"generate-redirects": "bun scripts/generate-redirects.ts",
|
|
"build-cargo-docs": "bash scripts/build-cargo-docs.sh",
|
|
"inject-cargo-docs": "bun scripts/inject-cargo-docs.ts"
|
|
},
|
|
"dependencies": {
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"vocs": "^1.0.13"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^24.0.14",
|
|
"@types/react": "^19.1.8",
|
|
"glob": "^11.0.3",
|
|
"typescript": "^5.8.3"
|
|
}
|
|
} |