package.json 2.4 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. "@tailwindcss/line-clamp": "^0.4.2",
  21. "@types/crypto-js": "^4.1.1",
  22. "@types/lodash-es": "^4.17.7",
  23. "@types/node": "18.15.0",
  24. "@types/react": "18.0.28",
  25. "@types/react-dom": "18.0.11",
  26. "@types/react-slider": "^1.3.1",
  27. "@types/react-syntax-highlighter": "^15.5.6",
  28. "@types/react-window": "^1.8.5",
  29. "@types/react-window-infinite-loader": "^1.0.6",
  30. "ahooks": "^3.7.5",
  31. "classnames": "^2.3.2",
  32. "copy-to-clipboard": "^3.3.3",
  33. "crypto-js": "^4.1.1",
  34. "dayjs": "^1.11.7",
  35. "echarts": "^5.4.1",
  36. "echarts-for-react": "^3.0.2",
  37. "emoji-mart": "^5.5.2",
  38. "eslint": "8.36.0",
  39. "eslint-config-next": "13.2.4",
  40. "i18next": "^22.4.13",
  41. "i18next-resources-to-backend": "^1.1.3",
  42. "immer": "^9.0.19",
  43. "js-cookie": "^3.0.1",
  44. "lodash-es": "^4.17.21",
  45. "negotiator": "^0.6.3",
  46. "next": "13.2.4",
  47. "qs": "^6.11.1",
  48. "react": "18.2.0",
  49. "react-dom": "18.2.0",
  50. "react-error-boundary": "^4.0.2",
  51. "react-headless-pagination": "^1.1.4",
  52. "react-i18next": "^12.2.0",
  53. "react-infinite-scroll-component": "^6.1.0",
  54. "react-markdown": "^8.0.6",
  55. "react-slider": "^2.0.4",
  56. "react-syntax-highlighter": "^15.5.0",
  57. "react-tooltip": "5.8.3",
  58. "react-window": "^1.8.9",
  59. "react-window-infinite-loader": "^1.0.9",
  60. "rehype-katex": "^6.0.2",
  61. "remark-breaks": "^3.0.2",
  62. "remark-gfm": "^3.0.1",
  63. "remark-math": "^5.1.1",
  64. "sass": "^1.61.0",
  65. "scheduler": "^0.23.0",
  66. "server-only": "^0.0.1",
  67. "swr": "^2.1.0",
  68. "typescript": "4.9.5",
  69. "use-context-selector": "^1.4.1"
  70. },
  71. "devDependencies": {
  72. "@antfu/eslint-config": "^0.36.0",
  73. "@faker-js/faker": "^7.6.0",
  74. "@tailwindcss/typography": "^0.5.9",
  75. "@types/js-cookie": "^3.0.3",
  76. "@types/negotiator": "^0.6.1",
  77. "@types/qs": "^6.9.7",
  78. "autoprefixer": "^10.4.14",
  79. "eslint-plugin-react-hooks": "^4.6.0",
  80. "miragejs": "^0.1.47",
  81. "postcss": "^8.4.21",
  82. "tailwindcss": "^3.2.7"
  83. }
  84. }