mirror of
https://github.com/luxfi/netrunner.git
synced 2026-07-27 00:04:23 +00:00
- Use luxfi/consensus/validators instead of node/consensus/validators - Use luxfi/ids instead of node/ids - Use luxfi/log instead of node/utils/logging - Use luxfi/utils/set instead of node/utils/set - Use luxfi/genesis instead of node/genesis - Use luxfi/evm/plugin/evm/client instead of geth/plugin/evm/client Removes dependency on non-existent node packages in v1.21+
37 lines
934 B
JSON
37 lines
934 B
JSON
{
|
|
"name": "@luxfi/netrunner-docs",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --port 3001",
|
|
"build": "fumadocs-mdx && TURBOPACK=0 next build",
|
|
"export": "TURBOPACK=0 next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"postinstall": "fumadocs-mdx"
|
|
},
|
|
"dependencies": {
|
|
"fumadocs-core": "^15.8.5",
|
|
"fumadocs-mdx": "^12.0.3",
|
|
"fumadocs-ui": "^15.8.5",
|
|
"lucide-react": "^0.468.0",
|
|
"next": "16.0.1",
|
|
"react": "19.2.0",
|
|
"react-dom": "19.2.0",
|
|
"tailwindcss": "^4.1.16",
|
|
"zod": "^3.24.1"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4.1.16",
|
|
"@types/node": "^22.10.2",
|
|
"@types/react": "^19.0.1",
|
|
"@types/react-dom": "^19.0.2",
|
|
"autoprefixer": "^10.4.20",
|
|
"postcss": "^8.4.49",
|
|
"rehype-pretty-code": "^0.14.1",
|
|
"shiki": "^1.27.2",
|
|
"typescript": "^5.7.2"
|
|
},
|
|
"packageManager": "pnpm@10.12.4"
|
|
}
|