mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-01-01 22:29:54 -06:00
65 lines
1.9 KiB
JSON
65 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": "task docs",
|
|
"only:dev": "next dev",
|
|
"build": "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 ../snips/ && pnpm i && pnpm generate && pnpm run copy:docs"
|
|
},
|
|
"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.29",
|
|
"nextra": "^3.3.1",
|
|
"nextra-theme-docs": "^3.3.1",
|
|
"postcss": "^8.5.4",
|
|
"posthog-js": "^1.249.3",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-lottie-player": "^2.1.0",
|
|
"react-tweet": "^3.2.2",
|
|
"recharts": "^2.15.3",
|
|
"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.5.3",
|
|
"typescript": "^4.9.5"
|
|
},
|
|
"resolutions": {
|
|
"nanoid": "^3.3.8",
|
|
"katex": "^0.16.21"
|
|
},
|
|
"type": "module"
|
|
}
|