package.json 2.4 KB

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