mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-03-18 02:33:00 -05:00
89 lines
2.8 KiB
JSON
89 lines
2.8 KiB
JSON
{
|
|
"name": "nextra-docs-template",
|
|
"version": "0.0.1",
|
|
"description": "Nextra docs template",
|
|
"packageManager": "pnpm@10.16.1",
|
|
"scripts": {
|
|
"taskfile-dev": "pnpm run generate-examples && pnpm run generate-llms && pnpm run test-search -- --warn && next dev",
|
|
"dev": "pnpm run generate-llms && pnpm run test-search -- --warn && next dev",
|
|
"build": "pnpm run generate-examples && pnpm run generate-llms && pnpm run test-search && next build",
|
|
"start": "next start",
|
|
"lint:check": "npm run prettier:check",
|
|
"lint:fix": "npm run prettier:fix",
|
|
"prettier:check": "prettier \"(pages|components)/**/*.{tsx,mdx,js,ts}\" --list-different",
|
|
"prettier:fix": "prettier \"(pages|components)/**/*.{tsx,mdx,js,ts}\" --write",
|
|
"generate-llms": "tsx scripts/generate-llms.ts",
|
|
"test-search": "tsx scripts/test-search-quality.ts",
|
|
"generate-examples": "cd ../snippets/ && python3 generate.py "
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/shuding/nextra-docs-template.git"
|
|
},
|
|
"author": "Shu Ding <g@shud.in>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/shuding/nextra-docs-template/issues"
|
|
},
|
|
"homepage": "https://github.com/shuding/nextra-docs-template#readme",
|
|
"dependencies": {
|
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
"@radix-ui/react-icons": "^1.3.2",
|
|
"@radix-ui/react-select": "^2.1.6",
|
|
"@radix-ui/react-slot": "^1.2.3",
|
|
"@radix-ui/react-tooltip": "^1.2.8",
|
|
"@types/js-yaml": "^4.0.9",
|
|
"@types/swagger-ui-react": "^5.18.0",
|
|
"autoprefixer": "^10.4.21",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"estree-util-value-to-estree": "^3.4.0",
|
|
"js-yaml": "^4.1.1",
|
|
"loops": "^5.0.1",
|
|
"lucide-react": "^0.459.0",
|
|
"minisearch": "^7.2.0",
|
|
"next": "^14.2.35",
|
|
"nextra": "^3.3.1",
|
|
"nextra-theme-docs": "^3.3.1",
|
|
"postcss": "^8.5.6",
|
|
"posthog-js": "^1.272.1",
|
|
"posthog-node": "^5.24.15",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-lottie-player": "^2.1.0",
|
|
"react-tweet": "^3.2.2",
|
|
"recharts": "^2.15.4",
|
|
"shiki": "^1.29.2",
|
|
"swagger-ui-react": "^5.29.3",
|
|
"tailwind-merge": "^2.6.0",
|
|
"tailwindcss": "^3.4.18",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"zod": "^4.3.6"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "18.11.10",
|
|
"@types/react": "^18.3.26",
|
|
"@types/react-dom": "^18.3.7",
|
|
"postcss-import": "^16.1.1",
|
|
"prettier": "^3.6.2",
|
|
"tsx": "^4.21.0",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"resolutions": {
|
|
"nanoid": "^3.3.8",
|
|
"katex": "^0.16.21"
|
|
},
|
|
"type": "module",
|
|
"pnpm": {
|
|
"overrides": {
|
|
"preact": "10.28.2",
|
|
"prismjs": "^1.30.0",
|
|
"mdast-util-to-hast": ">=13.2.1",
|
|
"tar": "^7.5.8",
|
|
"lodash": "^4.17.23",
|
|
"lodash-es": "^4.17.23",
|
|
"swagger-ui-react>js-yaml": "4.1.1"
|
|
}
|
|
}
|
|
}
|