mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-01-10 02:39:46 -06:00
* new pages * invoke * py * lint * revert * lint again... * Update frontend/docs/pages/home/architecture.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update frontend/docs/pages/home/guarantees-and-tradeoffs.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update frontend/docs/pages/home/guarantees-and-tradeoffs.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * docs: small improvements (#2205) * docs: small improvements * quick fix * matts comments * ts snip * lint --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: abelanger5 <belanger@sas.upenn.edu>
64 lines
1.9 KiB
JSON
64 lines
1.9 KiB
JSON
{
|
|
"name": "nextra-docs-template",
|
|
"version": "0.0.1",
|
|
"description": "Nextra docs template",
|
|
"packageManager": "pnpm@9.15.4",
|
|
"scripts": {
|
|
"taskfile-dev": "pnpm run generate-examples && next dev",
|
|
"dev": "next dev",
|
|
"build": "pnpm run generate-examples && next build",
|
|
"start": "next start",
|
|
"lint:check": "npm run prettier:check",
|
|
"lint:fix": "npm run prettier:fix",
|
|
"prettier:check": "prettier \"pages/**/*.{tsx,mdx}\" --list-different",
|
|
"prettier:fix": "prettier \"pages/**/*.{tsx,mdx,js}\" --write",
|
|
"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-icons": "^1.3.2",
|
|
"@radix-ui/react-slot": "^1.2.3",
|
|
"autoprefixer": "^10.4.21",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"estree-util-value-to-estree": "^3.4.0",
|
|
"loops": "^5.0.1",
|
|
"lucide-react": "^0.459.0",
|
|
"next": "^14.2.32",
|
|
"nextra": "^3.3.1",
|
|
"nextra-theme-docs": "^3.3.1",
|
|
"postcss": "^8.5.6",
|
|
"posthog-js": "^1.260.1",
|
|
"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",
|
|
"tailwind-merge": "^2.6.0",
|
|
"tailwindcss": "^3.4.17",
|
|
"tailwindcss-animate": "^1.0.7"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "18.11.10",
|
|
"@types/react": "^18.3.23",
|
|
"@types/react-dom": "^18.3.7",
|
|
"prettier": "^3.6.2",
|
|
"typescript": "^5.9.2"
|
|
},
|
|
"resolutions": {
|
|
"nanoid": "^3.3.8",
|
|
"katex": "^0.16.21"
|
|
},
|
|
"type": "module"
|
|
}
|