mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-02-18 14:19:14 -06:00
43 lines
1.2 KiB
JSON
43 lines
1.2 KiB
JSON
{
|
|
"name": "nextra-docs-template",
|
|
"version": "0.0.1",
|
|
"description": "Nextra docs template",
|
|
"packageManager": "pnpm@8.10.0",
|
|
"scripts": {
|
|
"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}\" --write"
|
|
},
|
|
"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": {
|
|
"autoprefixer": "^10.4.17",
|
|
"next": "^14.1.0",
|
|
"nextra": "^2.13.2",
|
|
"nextra-theme-docs": "^2.13.2",
|
|
"postcss": "^8.4.33",
|
|
"posthog-js": "^1.111.2",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-tweet": "^3.2.0",
|
|
"tailwindcss": "^3.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "18.11.10",
|
|
"prettier": "^3.2.5",
|
|
"typescript": "^4.9.3"
|
|
}
|
|
}
|