1
0

package.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "name": "3x-ui-docs",
  3. "version": "1.0.0",
  4. "private": true,
  5. "license": "GPL-3.0-or-later",
  6. "type": "module",
  7. "scripts": {
  8. "dev": "next dev",
  9. "build": "next build",
  10. "start": "next start",
  11. "postinstall": "fumadocs-mdx",
  12. "gen:api": "node scripts/gen-openapi.ts",
  13. "typecheck": "fumadocs-mdx && next typegen && tsc --noEmit",
  14. "lint": "oxlint .",
  15. "format": "oxfmt .",
  16. "format:check": "oxfmt --check .",
  17. "test": "vitest run",
  18. "test:watch": "vitest"
  19. },
  20. "dependencies": {
  21. "fumadocs-core": "^16.15.5",
  22. "fumadocs-docgen": "^3.1.0",
  23. "fumadocs-mdx": "^15.4.0",
  24. "fumadocs-openapi": "^11.4.0",
  25. "fumadocs-ui": "^16.15.5",
  26. "lucide-react": "^1.39.0",
  27. "mermaid": "^11.17.2",
  28. "next": "16.3.4",
  29. "next-themes": "^0.4.6",
  30. "react": "^19.2.8",
  31. "react-dom": "^19.2.8",
  32. "react-qr-code": "^2.2.0",
  33. "tailwind-merge": "^3.6.0",
  34. "zbsearch": "4.0.0",
  35. "zod": "^4.5.4"
  36. },
  37. "devDependencies": {
  38. "@tailwindcss/postcss": "^4.3.3",
  39. "@types/mdx": "^2.0.14",
  40. "@types/node": "^26.4.1",
  41. "@types/react": "^19.2.18",
  42. "@types/react-dom": "^19.2.5",
  43. "oxfmt": "0.66.0",
  44. "oxlint": "1.81.0",
  45. "postcss": "^8.5.26",
  46. "tailwindcss": "^4.3.3",
  47. "typescript": "7.0.2",
  48. "vitest": "^4.1.11"
  49. },
  50. "packageManager": "[email protected]"
  51. }