mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-01-06 00:40:10 -06:00
* Add local docs prettier rc * prettier config * Add logo + proper color setup * rm svg ratio * py version * Add fonts + fix nextra theming tasks, borders, codeblocks * push pnpm-lock * remove nextra.css * fix: docs cmd * favicon --------- Co-authored-by: mrkaye97 <mrkaye97@gmail.com>
74 lines
2.1 KiB
JSON
74 lines
2.1 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 && 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",
|
|
"@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.0",
|
|
"loops": "^5.0.1",
|
|
"lucide-react": "^0.459.0",
|
|
"next": "^14.2.33",
|
|
"nextra": "^3.3.1",
|
|
"nextra-theme-docs": "^3.3.1",
|
|
"postcss": "^8.5.6",
|
|
"posthog-js": "^1.272.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",
|
|
"swagger-ui-react": "^5.29.3",
|
|
"tailwind-merge": "^2.6.0",
|
|
"tailwindcss": "^3.4.18",
|
|
"tailwindcss-animate": "^1.0.7"
|
|
},
|
|
"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",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"resolutions": {
|
|
"nanoid": "^3.3.8",
|
|
"katex": "^0.16.21"
|
|
},
|
|
"type": "module",
|
|
"pnpm": {
|
|
"overrides": {
|
|
"prismjs": "^1.30.0"
|
|
}
|
|
}
|
|
}
|