package.json 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "name": "newapi-web",
  3. "private": false,
  4. "version": "1.0.0",
  5. "type": "module",
  6. "scripts": {
  7. "dev": "rsbuild dev",
  8. "build": "rsbuild build",
  9. "build:check": "tsc -b && rsbuild build",
  10. "typecheck": "tsc -b",
  11. "lint": "eslint .",
  12. "preview": "rsbuild preview",
  13. "format:check": "prettier --check .",
  14. "format": "prettier --write .",
  15. "i18n:sync": "node scripts/sync-i18n.mjs",
  16. "knip": "knip"
  17. },
  18. "dependencies": {
  19. "@base-ui/react": "^1.4.1",
  20. "@fontsource-variable/public-sans": "^5.2.7",
  21. "@hookform/resolvers": "^5.2.2",
  22. "@hugeicons/core-free-icons": "^4.1.1",
  23. "@hugeicons/react": "^1.1.6",
  24. "@lobehub/icons": "^4.0.3",
  25. "@tailwindcss/postcss": "^4.2.2",
  26. "@tanstack/react-query": "^5.95.2",
  27. "@tanstack/react-router": "^1.168.23",
  28. "@tanstack/react-table": "^8.21.3",
  29. "@tanstack/react-virtual": "^3.13.18",
  30. "@visactor/react-vchart": "^2.0.13",
  31. "@visactor/vchart": "^2.0.13",
  32. "ai": "^6.0.27",
  33. "auto-skeleton-react": "^1.0.5",
  34. "axios": "^1.13.6",
  35. "class-variance-authority": "^0.7.1",
  36. "clsx": "^2.1.1",
  37. "cmdk": "^1.1.1",
  38. "date-fns": "^4.1.0",
  39. "dayjs": "^1.11.19",
  40. "i18next": "^25.7.4",
  41. "i18next-browser-languagedetector": "^8.2.0",
  42. "input-otp": "^1.4.2",
  43. "lucide-react": "^1.7.0",
  44. "motion": "^12.38.0",
  45. "nanoid": "^5.1.6",
  46. "next-themes": "^0.4.6",
  47. "qrcode.react": "^4.2.0",
  48. "react": "^19.2.4",
  49. "react-day-picker": "^9.14.0",
  50. "react-dom": "^19.2.4",
  51. "react-hook-form": "^7.71.0",
  52. "react-i18next": "^16.5.2",
  53. "react-icons": "^5.5.0",
  54. "react-markdown": "^10.1.0",
  55. "react-resizable-panels": "^4.11.0",
  56. "react-top-loading-bar": "^3.0.2",
  57. "recharts": "3.8.0",
  58. "rehype-raw": "^7.0.0",
  59. "remark-gfm": "^4.0.1",
  60. "shiki": "^4.0.2",
  61. "sonner": "^2.0.7",
  62. "sse.js": "^2.7.2",
  63. "streamdown": "^2.0.1",
  64. "tailwind-merge": "^3.5.0",
  65. "tailwindcss": "^4.2.2",
  66. "tokenlens": "^1.3.1",
  67. "tw-animate-css": "^1.4.0",
  68. "use-stick-to-bottom": "^1.1.1",
  69. "vaul": "^1.1.2",
  70. "zod": "^4.3.6",
  71. "zustand": "^5.0.12"
  72. },
  73. "devDependencies": {
  74. "@eslint/js": "^10.0.1",
  75. "@rsbuild/core": "^2.0.1",
  76. "@rsbuild/plugin-react": "^2.0.0",
  77. "@tanstack/eslint-plugin-query": "^5.95.2",
  78. "@tanstack/react-query-devtools": "^5.95.2",
  79. "@tanstack/react-router-devtools": "^1.166.13",
  80. "@tanstack/router-plugin": "^1.167.23",
  81. "@trivago/prettier-plugin-sort-imports": "^6.0.2",
  82. "@types/node": "^25.5.0",
  83. "@types/react": "^19.2.14",
  84. "@types/react-dom": "^19.2.3",
  85. "@xyflow/react": "^12.10.2",
  86. "embla-carousel-react": "^8.6.0",
  87. "eslint": "^10.1.0",
  88. "eslint-plugin-react-hooks": "^7.0.1",
  89. "eslint-plugin-react-refresh": "^0.5.2",
  90. "globals": "^17.4.0",
  91. "knip": "^6.0.6",
  92. "prettier": "^3.8.1",
  93. "prettier-plugin-tailwindcss": "^0.7.2",
  94. "shadcn": "^3.7.0",
  95. "typescript": "~5.9.3",
  96. "typescript-eslint": "^8.57.2"
  97. }
  98. }