package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "name": "linwit-token-web",
  3. "version": "1.0.0",
  4. "private": false,
  5. "type": "module",
  6. "scripts": {
  7. "dev": "rsbuild dev",
  8. "build": "rsbuild build",
  9. "build:check": "tsgo -b && rsbuild build",
  10. "typecheck": "tsgo -b",
  11. "lint": "oxlint -c .oxlintrc.json .",
  12. "lint:fix": "oxlint -c .oxlintrc.json . --fix",
  13. "preview": "rsbuild preview",
  14. "format:check": "node scripts/format-with-protected-headers.mjs --check",
  15. "format": "node scripts/format-with-protected-headers.mjs --write",
  16. "copyright:check": "node scripts/add-copyright.mjs --check",
  17. "copyright": "node scripts/add-copyright.mjs",
  18. "i18n:sync": "node scripts/sync-i18n.mjs",
  19. "knip": "knip"
  20. },
  21. "dependencies": {
  22. "@base-ui/react": "^1.6.0",
  23. "@codemirror/lang-markdown": "^6.5.0",
  24. "@codemirror/language": "^6.12.4",
  25. "@codemirror/state": "^6.7.0",
  26. "@codemirror/view": "^6.43.4",
  27. "@fontsource-variable/lora": "^5.2.8",
  28. "@fontsource-variable/public-sans": "^5.2.7",
  29. "@hookform/resolvers": "^5.4.0",
  30. "@hugeicons/core-free-icons": "^4.2.2",
  31. "@hugeicons/react": "^1.1.9",
  32. "@lezer/highlight": "^1.2.3",
  33. "@lobehub/icons": "catalog:",
  34. "@tanstack/react-query": "^5.101.2",
  35. "@tanstack/react-router": "^1.170.17",
  36. "@tanstack/react-table": "^8.21.3",
  37. "@tanstack/react-virtual": "^3.14.5",
  38. "@visactor/react-vchart": "^2.1.2",
  39. "@visactor/vchart": "^2.1.2",
  40. "ai": "^7.0.14",
  41. "auto-skeleton-react": "^1.0.5",
  42. "axios": "catalog:",
  43. "class-variance-authority": "^0.7.1",
  44. "clsx": "catalog:",
  45. "cmdk": "^1.1.1",
  46. "dayjs": "catalog:",
  47. "dompurify": "3.4.11",
  48. "i18next": "^26.3.4",
  49. "i18next-browser-languagedetector": "^8.2.1",
  50. "input-otp": "^1.4.2",
  51. "katex": "^0.17.0",
  52. "lucide-react": "^1.23.0",
  53. "marked": "^18.0.5",
  54. "motion": "^12.42.2",
  55. "nanoid": "^5.1.16",
  56. "next-themes": "^0.4.6",
  57. "qrcode.react": "catalog:",
  58. "react": "catalog:",
  59. "react-day-picker": "^10.0.1",
  60. "react-dom": "catalog:",
  61. "react-hook-form": "^7.80.0",
  62. "react-i18next": "^17.0.8",
  63. "react-icons": "catalog:",
  64. "react-resizable-panels": "^4.12.0",
  65. "react-top-loading-bar": "^3.0.2",
  66. "recharts": "3.9.1",
  67. "shiki": "^4.3.0",
  68. "sonner": "^2.0.7",
  69. "sse.js": "catalog:",
  70. "stream-markdown-parser": "^1.0.9",
  71. "tailwind-merge": "^3.6.0",
  72. "tailwindcss": "^4.3.2",
  73. "tokenlens": "^1.3.1",
  74. "tw-animate-css": "^1.4.0",
  75. "use-stick-to-bottom": "^1.1.6",
  76. "vaul": "^1.1.2",
  77. "zod": "^4.4.3",
  78. "zustand": "^5.0.14"
  79. },
  80. "devDependencies": {
  81. "@rsbuild/core": "catalog:",
  82. "@rsbuild/plugin-react": "catalog:",
  83. "@rsbuild/plugin-tailwindcss": "catalog:",
  84. "@tanstack/react-query-devtools": "^5.101.2",
  85. "@tanstack/react-router-devtools": "^1.167.0",
  86. "@tanstack/router-plugin": "^1.168.19",
  87. "@types/node": "^26.1.0",
  88. "@types/react": "^19.2.17",
  89. "@types/react-dom": "^19.2.3",
  90. "@typescript/native-preview": "^7.0.0-dev.20260702.3",
  91. "@xyflow/react": "^12.11.1",
  92. "embla-carousel-react": "^8.6.0",
  93. "knip": "^6.24.0",
  94. "oxfmt": "catalog:",
  95. "oxlint": "catalog:",
  96. "shadcn": "^4.12.0"
  97. },
  98. "overrides": {
  99. "brace-expansion": "2.1.1",
  100. "dompurify": "3.4.11",
  101. "fast-uri": "3.1.2",
  102. "hono": "4.12.22",
  103. "ip-address": "10.2.0",
  104. "js-cookie": "3.0.7",
  105. "mermaid": "11.15.0",
  106. "minimist": "1.2.8",
  107. "postcss": "8.5.15",
  108. "qs": "6.15.2",
  109. "uuid": "14.0.0"
  110. }
  111. }