package.json 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "name": "dify-web",
  3. "version": "0.3.0",
  4. "private": true,
  5. "scripts": {
  6. "dev": "next dev",
  7. "build": "next build",
  8. "start": "next start",
  9. "lint": "next lint",
  10. "fix": "next lint --fix"
  11. },
  12. "dependencies": {
  13. "@emoji-mart/data": "^1.1.2",
  14. "@formatjs/intl-localematcher": "^0.2.32",
  15. "@headlessui/react": "^1.7.13",
  16. "@heroicons/react": "^2.0.16",
  17. "@mdx-js/loader": "^2.3.0",
  18. "@mdx-js/react": "^2.3.0",
  19. "@next/mdx": "^13.2.4",
  20. "@sentry/nextjs": "^7.53.1",
  21. "@tailwindcss/line-clamp": "^0.4.2",
  22. "@types/crypto-js": "^4.1.1",
  23. "@types/lodash-es": "^4.17.7",
  24. "@types/node": "18.15.0",
  25. "@types/react": "18.0.28",
  26. "@types/react-dom": "18.0.11",
  27. "@types/react-slider": "^1.3.1",
  28. "@types/react-syntax-highlighter": "^15.5.6",
  29. "@types/react-window": "^1.8.5",
  30. "@types/react-window-infinite-loader": "^1.0.6",
  31. "ahooks": "^3.7.5",
  32. "classnames": "^2.3.2",
  33. "copy-to-clipboard": "^3.3.3",
  34. "crypto-js": "^4.1.1",
  35. "dayjs": "^1.11.7",
  36. "echarts": "^5.4.1",
  37. "echarts-for-react": "^3.0.2",
  38. "emoji-mart": "^5.5.2",
  39. "eslint": "8.36.0",
  40. "eslint-config-next": "13.2.4",
  41. "i18next": "^22.4.13",
  42. "i18next-resources-to-backend": "^1.1.3",
  43. "immer": "^9.0.19",
  44. "js-cookie": "^3.0.1",
  45. "lodash-es": "^4.17.21",
  46. "negotiator": "^0.6.3",
  47. "next": "13.2.4",
  48. "qs": "^6.11.1",
  49. "react": "18.2.0",
  50. "react-dom": "18.2.0",
  51. "react-error-boundary": "^4.0.2",
  52. "react-headless-pagination": "^1.1.4",
  53. "react-i18next": "^12.2.0",
  54. "react-infinite-scroll-component": "^6.1.0",
  55. "react-markdown": "^8.0.6",
  56. "react-slider": "^2.0.4",
  57. "react-syntax-highlighter": "^15.5.0",
  58. "react-tooltip": "5.8.3",
  59. "react-window": "^1.8.9",
  60. "react-window-infinite-loader": "^1.0.9",
  61. "rehype-katex": "^6.0.2",
  62. "remark-breaks": "^3.0.2",
  63. "remark-gfm": "^3.0.1",
  64. "remark-math": "^5.1.1",
  65. "sass": "^1.61.0",
  66. "scheduler": "^0.23.0",
  67. "server-only": "^0.0.1",
  68. "swr": "^2.1.0",
  69. "typescript": "4.9.5",
  70. "use-context-selector": "^1.4.1"
  71. },
  72. "devDependencies": {
  73. "@antfu/eslint-config": "^0.36.0",
  74. "@faker-js/faker": "^7.6.0",
  75. "@tailwindcss/typography": "^0.5.9",
  76. "@types/js-cookie": "^3.0.3",
  77. "@types/negotiator": "^0.6.1",
  78. "@types/qs": "^6.9.7",
  79. "autoprefixer": "^10.4.14",
  80. "eslint-plugin-react-hooks": "^4.6.0",
  81. "miragejs": "^0.1.47",
  82. "postcss": "^8.4.21",
  83. "tailwindcss": "^3.2.7"
  84. }
  85. }