package.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "gill-docs",
  3. "version": "0.0.0",
  4. "private": true,
  5. "scripts": {
  6. "prebuild": "./build-api-docs.sh",
  7. "build": "next build",
  8. "dev": "next dev --turbo",
  9. "start": "next start",
  10. "postinstall": "fumadocs-mdx",
  11. "clean": "rimraf dist build node_modules .turbo .next .docs ./content/api/gill*",
  12. "style:fix": "prettier --write '{*,**/*}.{ts,tsx,js,jsx,css,json,md,mdx}'"
  13. },
  14. "engines": {
  15. "node": ">=20.18.0",
  16. "npm": "please-use-pnpm",
  17. "pnpm": "^9",
  18. "yarn": "please-use-pnpm"
  19. },
  20. "dependencies": {
  21. "gill": "0.9.0",
  22. "gill-react": "0.4.0",
  23. "fumadocs-core": "15.2.10",
  24. "fumadocs-docgen": "^2.0.0",
  25. "fumadocs-mdx": "11.6.1",
  26. "fumadocs-twoslash": "^3.1.1",
  27. "fumadocs-ui": "15.2.10",
  28. "lucide-react": "^0.484.0",
  29. "next": "15.3.1",
  30. "react": "^19.0.0",
  31. "react-dom": "^19.0.0",
  32. "twoslash": "^0.3.1"
  33. },
  34. "devDependencies": {
  35. "@tailwindcss/postcss": "^4.1.4",
  36. "@types/mdx": "^2.0.13",
  37. "@types/node": "22.13.8",
  38. "@types/react": "^19.0.10",
  39. "@types/react-dom": "^19.0.4",
  40. "eslint": "^8",
  41. "eslint-config-next": "15.3.1",
  42. "postcss": "^8.5.3",
  43. "prettier": "^3.3",
  44. "tailwindcss": "^4.1.4",
  45. "typescript": "^5.8.3"
  46. },
  47. "packageManager": "pnpm@9.1.0"
  48. }