mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 03:32:23 +08:00
83 lines
2.4 KiB
JSON
83 lines
2.4 KiB
JSON
{
|
|
"name": "dify-web",
|
|
"version": "0.2.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"fix": "next lint --fix"
|
|
},
|
|
"dependencies": {
|
|
"@formatjs/intl-localematcher": "^0.2.32",
|
|
"@headlessui/react": "^1.7.13",
|
|
"@heroicons/react": "^2.0.16",
|
|
"@mdx-js/loader": "^2.3.0",
|
|
"@mdx-js/react": "^2.3.0",
|
|
"@next/mdx": "^13.2.4",
|
|
"@tailwindcss/line-clamp": "^0.4.2",
|
|
"@types/crypto-js": "^4.1.1",
|
|
"@types/lodash-es": "^4.17.7",
|
|
"@types/node": "18.15.0",
|
|
"@types/react": "18.0.28",
|
|
"@types/react-dom": "18.0.11",
|
|
"@types/react-slider": "^1.3.1",
|
|
"@types/react-syntax-highlighter": "^15.5.6",
|
|
"@types/react-window": "^1.8.5",
|
|
"@types/react-window-infinite-loader": "^1.0.6",
|
|
"ahooks": "^3.7.5",
|
|
"classnames": "^2.3.2",
|
|
"copy-to-clipboard": "^3.3.3",
|
|
"crypto-js": "^4.1.1",
|
|
"dayjs": "^1.11.7",
|
|
"echarts": "^5.4.1",
|
|
"echarts-for-react": "^3.0.2",
|
|
"eslint": "8.36.0",
|
|
"eslint-config-next": "13.2.4",
|
|
"i18next": "^22.4.13",
|
|
"i18next-resources-to-backend": "^1.1.3",
|
|
"immer": "^9.0.19",
|
|
"js-cookie": "^3.0.1",
|
|
"lodash-es": "^4.17.21",
|
|
"negotiator": "^0.6.3",
|
|
"next": "13.2.4",
|
|
"qs": "^6.11.1",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-error-boundary": "^4.0.2",
|
|
"react-headless-pagination": "^1.1.4",
|
|
"react-i18next": "^12.2.0",
|
|
"react-infinite-scroll-component": "^6.1.0",
|
|
"react-markdown": "^8.0.6",
|
|
"react-slider": "^2.0.4",
|
|
"react-syntax-highlighter": "^15.5.0",
|
|
"react-tooltip": "5.8.3",
|
|
"react-window": "^1.8.9",
|
|
"react-window-infinite-loader": "^1.0.9",
|
|
"rehype-katex": "^6.0.2",
|
|
"remark-breaks": "^3.0.2",
|
|
"remark-gfm": "^3.0.1",
|
|
"remark-math": "^5.1.1",
|
|
"sass": "^1.61.0",
|
|
"scheduler": "^0.23.0",
|
|
"server-only": "^0.0.1",
|
|
"swr": "^2.1.0",
|
|
"typescript": "4.9.5",
|
|
"use-context-selector": "^1.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "^0.36.0",
|
|
"@faker-js/faker": "^7.6.0",
|
|
"@tailwindcss/typography": "^0.5.9",
|
|
"@types/js-cookie": "^3.0.3",
|
|
"@types/negotiator": "^0.6.1",
|
|
"@types/qs": "^6.9.7",
|
|
"autoprefixer": "^10.4.14",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"miragejs": "^0.1.47",
|
|
"postcss": "^8.4.21",
|
|
"tailwindcss": "^3.2.7"
|
|
}
|
|
}
|