dify/web/package.json

191 lines
5.9 KiB
JSON
Raw Normal View History

2023-05-15 08:51:32 +08:00
{
"name": "dify-web",
"version": "0.11.0",
2023-05-15 08:51:32 +08:00
"private": true,
"engines": {
"node": ">=18.17.0"
},
2023-05-15 08:51:32 +08:00
"scripts": {
"dev": "next dev",
"build": "next build",
2023-10-19 11:38:03 +08:00
"start": "cp -r .next/static .next/standalone/.next/static && cp -r public .next/standalone/public && cross-env PORT=$npm_config_port HOSTNAME=$npm_config_host node .next/standalone/server.js",
2023-05-15 08:51:32 +08:00
"lint": "next lint",
2023-05-29 17:49:01 +08:00
"fix": "next lint --fix",
"eslint-fix": "eslint --fix",
2024-10-25 12:55:35 +08:00
"prepare": "cd ../ && node -e \"if (process.env.NODE_ENV !== 'production'){process.exit(1)} \" || husky ./web/.husky",
2024-10-21 09:45:52 +08:00
"gen-icons": "node ./app/components/base/icons/script.mjs",
"uglify-embed": "node ./bin/uglify-embed",
"check-i18n": "node ./i18n/check-i18n.js",
"auto-gen-i18n": "node ./i18n/auto-gen-i18n.js",
"test": "jest",
2024-10-16 10:18:48 +08:00
"test:watch": "jest --watch",
"storybook": "storybook dev -p 6006",
2024-10-21 09:39:41 +08:00
"build-storybook": "storybook build",
"preinstall": "npx only-allow pnpm"
2023-05-15 08:51:32 +08:00
},
"dependencies": {
2023-06-06 10:29:38 +08:00
"@babel/runtime": "^7.22.3",
2024-10-29 17:47:06 +08:00
"@dagrejs/dagre": "^1.1.4",
"@emoji-mart/data": "^1.2.1",
2024-11-07 15:22:00 +08:00
"@floating-ui/react": "^0.26.25",
2024-10-28 15:32:39 +08:00
"@formatjs/intl-localematcher": "^0.5.6",
2023-05-15 08:51:32 +08:00
"@headlessui/react": "^1.7.13",
"@heroicons/react": "^2.0.16",
2024-11-07 15:47:07 +08:00
"@hookform/resolvers": "^3.9.0",
2024-10-28 15:33:22 +08:00
"@lexical/react": "^0.18.0",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@monaco-editor/react": "^4.6.0",
"@next/mdx": "^14.0.4",
"@octokit/core": "^6.1.2",
2024-10-16 15:17:55 +08:00
"@remixicon/react": "^4.3.0",
"@sentry/react": "^7.54.0",
2023-06-06 10:29:38 +08:00
"@sentry/utils": "^7.54.0",
"@svgdotjs/svg.js": "^3.2.4",
2024-11-07 16:41:35 +08:00
"@tailwindcss/typography": "^0.5.15",
2024-11-07 09:44:36 +08:00
"@tanstack/react-query": "^5.59.20",
"@tanstack/react-query-devtools": "^5.59.20",
"@types/hast": "^3.0.4",
"ahooks": "^3.8.1",
2024-06-19 14:53:19 +08:00
"class-variance-authority": "^0.7.0",
"classnames": "^2.5.1",
2023-05-15 08:51:32 +08:00
"copy-to-clipboard": "^3.3.3",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.13",
2024-10-30 10:28:22 +08:00
"echarts": "^5.5.1",
2023-05-15 08:51:32 +08:00
"echarts-for-react": "^3.0.2",
"emoji-mart": "^5.6.0",
"fast-deep-equal": "^3.1.3",
2024-10-21 17:03:04 +08:00
"globals": "^15.11.0",
2024-10-28 15:32:39 +08:00
"i18next": "^23.16.4",
"i18next-resources-to-backend": "^1.2.1",
2023-05-15 08:51:32 +08:00
"immer": "^9.0.19",
2023-07-07 17:50:42 +08:00
"js-audio-recorder": "^1.0.7",
"js-cookie": "^3.0.5",
"jwt-decode": "^4.0.0",
"katex": "^0.16.11",
2024-11-08 17:21:55 +08:00
"ky": "^1.7.2",
"lamejs": "^1.2.1",
2024-10-28 15:33:22 +08:00
"lexical": "^0.18.0",
2023-05-15 08:51:32 +08:00
"lodash-es": "^4.17.21",
"mermaid": "10.9.3",
"mime": "^4.0.4",
2023-05-15 08:51:32 +08:00
"negotiator": "^0.6.3",
"next": "^14.2.10",
"pinyin-pro": "^3.25.0",
2024-10-25 18:03:25 +08:00
"qrcode.react": "^4.1.0",
"qs": "^6.13.0",
"rc-textarea": "^1.8.2",
"react": "~18.2.0",
2023-08-18 17:18:58 +08:00
"react-18-input-autosize": "^3.0.0",
"react-dom": "~18.2.0",
2024-10-28 16:46:35 +08:00
"react-easy-crop": "^5.1.0",
"react-error-boundary": "^4.1.2",
2024-10-29 17:47:06 +08:00
"react-headless-pagination": "^1.1.6",
2024-11-07 15:47:07 +08:00
"react-hook-form": "^7.53.1",
2024-10-28 15:32:39 +08:00
"react-i18next": "^15.1.0",
2023-05-15 08:51:32 +08:00
"react-infinite-scroll-component": "^6.1.0",
2024-11-08 17:21:55 +08:00
"react-markdown": "^9.0.1",
2024-10-29 17:47:06 +08:00
"react-multi-email": "^1.0.25",
"react-papaparse": "^4.4.0",
"react-slider": "^2.0.6",
"react-sortablejs": "^6.1.4",
"react-syntax-highlighter": "^15.6.1",
2023-05-15 08:51:32 +08:00
"react-tooltip": "5.8.3",
"react-window": "^1.8.10",
2023-05-15 08:51:32 +08:00
"react-window-infinite-loader": "^1.0.9",
"reactflow": "^11.11.3",
2023-07-07 17:50:42 +08:00
"recordrtc": "^5.6.2",
"rehype-katex": "^7.0.1",
"rehype-raw": "^7.0.0",
"remark-breaks": "^4.0.0",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
2023-05-15 08:51:32 +08:00
"scheduler": "^0.23.0",
"semver": "^7.6.3",
2023-05-15 08:51:32 +08:00
"server-only": "^0.0.1",
"sharp": "^0.33.5",
"sortablejs": "^1.15.3",
2023-05-15 08:51:32 +08:00
"swr": "^2.1.0",
2024-11-07 16:41:35 +08:00
"tailwind-merge": "^2.5.4",
"use-context-selector": "^2.0.0",
"uuid": "^10.0.0",
2024-11-07 15:47:07 +08:00
"zod": "^3.23.8",
"zundo": "^2.1.0",
"zustand": "^4.5.2"
2023-05-15 08:51:32 +08:00
},
"devDependencies": {
2024-10-21 16:21:12 +08:00
"@antfu/eslint-config": "^3.8.0",
2024-10-25 10:32:19 +08:00
"@chromatic-com/storybook": "^3.1.0",
2024-10-21 17:03:04 +08:00
"@eslint-react/eslint-plugin": "^1.15.0",
2024-10-21 13:16:56 +08:00
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.13.0",
"@faker-js/faker": "^9.0.3",
2023-06-26 15:36:52 +08:00
"@rgrove/parse-xml": "^4.1.0",
2024-10-25 10:32:19 +08:00
"@storybook/addon-essentials": "^8.3.6",
"@storybook/addon-interactions": "^8.3.6",
"@storybook/addon-links": "^8.3.6",
"@storybook/addon-onboarding": "^8.3.6",
"@storybook/addon-themes": "^8.3.6",
"@storybook/blocks": "^8.3.6",
"@storybook/nextjs": "^8.3.6",
"@storybook/react": "^8.3.6",
"@storybook/test": "^8.3.6",
2024-10-25 12:57:57 +08:00
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.2",
"@testing-library/react": "^16.0.1",
"@types/crypto-js": "^4.2.2",
"@types/dagre": "^0.7.52",
"@types/jest": "^29.5.13",
"@types/js-cookie": "^3.0.6",
"@types/lodash-es": "^4.17.12",
2024-10-28 15:32:39 +08:00
"@types/negotiator": "^0.6.3",
2023-08-18 17:18:58 +08:00
"@types/node": "18.15.0",
"@types/qs": "^6.9.16",
"@types/react": "~18.2.0",
"@types/react-dom": "~18.2.0",
"@types/react-slider": "^1.3.6",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/react-window": "^1.8.8",
"@types/react-window-infinite-loader": "^1.0.9",
"@types/recordrtc": "^5.6.14",
"@types/semver": "^7.5.8",
"@types/sortablejs": "^1.15.1",
"@types/uuid": "^10.0.0",
2024-11-07 16:41:35 +08:00
"autoprefixer": "^10.4.20",
"bing-translate-api": "^4.0.2",
"code-inspector-plugin": "^0.17.4",
2023-10-19 11:38:03 +08:00
"cross-env": "^7.0.3",
2024-10-21 17:03:04 +08:00
"eslint": "^9.13.0",
2024-10-25 12:51:11 +08:00
"eslint-config-next": "^15.0.0",
2024-10-21 17:03:04 +08:00
"eslint-plugin-react-hooks": "^5.0.0",
2024-10-25 12:51:11 +08:00
"eslint-plugin-react-refresh": "^0.4.13",
"eslint-plugin-storybook": "^0.10.1",
"husky": "^9.1.6",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
2024-10-25 12:55:35 +08:00
"lint-staged": "^15.2.10",
"magicast": "^0.3.4",
2024-11-07 16:41:35 +08:00
"postcss": "^8.4.47",
"sass": "^1.80.3",
2024-10-25 10:32:19 +08:00
"storybook": "^8.3.6",
2024-11-07 16:41:35 +08:00
"tailwindcss": "^3.4.14",
"ts-node": "^10.9.2",
2023-09-19 13:31:48 +08:00
"typescript": "4.9.5",
"uglify-js": "^3.19.3"
2023-05-29 17:49:01 +08:00
},
"resolutions": {
"@types/react": "~18.2.0",
"@types/react-dom": "~18.2.0",
"string-width": "4.2.3"
},
2023-05-29 17:49:01 +08:00
"lint-staged": {
"**/*.js?(x)": [
"eslint --fix"
],
"**/*.ts?(x)": [
"eslint --fix"
]
2023-05-15 08:51:32 +08:00
}
}