From 77950e48c76f4a3b29d01831d43039caba29888a Mon Sep 17 00:00:00 2001
From: wwf <1971391498@qq.com>
Date: 星期二, 18 十一月 2025 14:12:42 +0800
Subject: [PATCH] 修改
---
package.json | 239 ++++++++++++++++++++++++-----------------------------------
1 files changed, 97 insertions(+), 142 deletions(-)
diff --git a/package.json b/package.json
index 3da5b54..0c99076 100644
--- a/package.json
+++ b/package.json
@@ -1,207 +1,172 @@
{
"name": "dify-web",
- "version": "1.4.0",
+ "version": "0.15.3",
"private": true,
"engines": {
- "node": ">=v22.11.0"
+ "node": ">=18.17.0"
},
"scripts": {
- "dev": "cross-env NODE_OPTIONS='--inspect' next dev",
+ "dev": "next dev",
"build": "next build",
- "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",
- "lint": "pnpm eslint --cache --cache-location node_modules/.cache/eslint/.eslint-cache",
- "lint-only-show-error": "pnpm eslint --cache --cache-location node_modules/.cache/eslint/.eslint-cache --quiet",
+ "start": "cross-env PORT=$npm_config_port HOSTNAME=$npm_config_host node .next/standalone/server.js",
+ "lint": "next lint",
"fix": "next lint --fix",
- "eslint-fix": "eslint --cache --cache-location node_modules/.cache/eslint/.eslint-cache --fix",
- "eslint-fix-only-show-error": "eslint --cache --cache-location node_modules/.cache/eslint/.eslint-cache --fix --quiet",
- "eslint-complexity": "eslint --rule 'complexity: [error, {max: 15}]' --quiet",
- "prepare": "cd ../ && node -e \"if (process.env.NODE_ENV !== 'production'){process.exit(1)} \" || husky ./web/.husky",
- "gen-icons": "node ./app/components/base/icons/script.mjs",
+ "eslint-fix": "eslint --fix",
+ "prepare": "cd ../ && node -e \"if (process.env.NODE_ENV !== 'production'){process.exit(1)} \" || husky install ./web/.husky",
+ "gen-icons": "node ./app/components/base/icons/script.js",
"uglify-embed": "node ./bin/uglify-embed",
"check-i18n": "node ./i18n/check-i18n.js",
"auto-gen-i18n": "node ./i18n/auto-gen-i18n.js",
"test": "jest",
"test:watch": "jest --watch",
"storybook": "storybook dev -p 6006",
- "build-storybook": "storybook build",
- "preinstall": "npx only-allow pnpm"
+ "build-storybook": "storybook build"
},
"dependencies": {
"@babel/runtime": "^7.22.3",
- "@dagrejs/dagre": "^1.1.4",
- "@emoji-mart/data": "^1.2.1",
- "@eslint/compat": "^1.2.4",
- "@floating-ui/react": "^0.26.25",
- "@formatjs/intl-localematcher": "^0.5.6",
- "@headlessui/react": "^2.2.0",
+ "@dagrejs/dagre": "^1.1.2",
+ "@emoji-mart/data": "^1.1.2",
+ "@floating-ui/react": "^0.25.2",
+ "@formatjs/intl-localematcher": "^0.5.4",
+ "@headlessui/react": "^1.7.13",
"@heroicons/react": "^2.0.16",
- "@hookform/resolvers": "^3.9.0",
- "@lexical/code": "^0.30.0",
- "@lexical/link": "^0.30.0",
- "@lexical/list": "^0.30.0",
- "@lexical/react": "^0.30.0",
- "@lexical/selection": "^0.30.0",
- "@lexical/text": "^0.30.0",
- "@lexical/utils": "^0.30.0",
- "@mdx-js/loader": "^3.1.0",
- "@mdx-js/react": "^3.1.0",
+ "@hookform/resolvers": "^3.3.4",
+ "@lexical/react": "^0.16.0",
+ "@mdx-js/loader": "^2.3.0",
+ "@mdx-js/react": "^2.3.0",
"@monaco-editor/react": "^4.6.0",
- "@next/mdx": "15.2.3",
- "@octokit/core": "^6.1.2",
- "@octokit/request-error": "^6.1.5",
+ "@next/mdx": "^14.0.4",
"@remixicon/react": "^4.5.0",
- "@sentry/react": "^8.54.0",
- "@sentry/utils": "^8.54.0",
+ "@sentry/react": "^7.54.0",
+ "@sentry/utils": "^7.54.0",
"@svgdotjs/svg.js": "^3.2.4",
- "@tailwindcss/typography": "^0.5.15",
- "@tanstack/react-form": "^1.3.3",
+ "@tailwindcss/line-clamp": "^0.4.4",
+ "@tailwindcss/typography": "^0.5.9",
"@tanstack/react-query": "^5.60.5",
"@tanstack/react-query-devtools": "^5.60.5",
- "abcjs": "^6.4.4",
- "ahooks": "^3.8.4",
+ "ahooks": "^3.7.5",
"class-variance-authority": "^0.7.0",
- "classnames": "^2.5.1",
- "clsx": "^2.1.1",
+ "classnames": "^2.3.2",
"copy-to-clipboard": "^3.3.3",
"crypto-js": "^4.2.0",
- "dayjs": "^1.11.13",
+ "dayjs": "^1.11.7",
"decimal.js": "^10.4.3",
- "dompurify": "^3.2.4",
"echarts": "^5.5.1",
"echarts-for-react": "^3.0.2",
"elkjs": "^0.9.3",
"emoji-mart": "^5.5.2",
"fast-deep-equal": "^3.1.3",
- "globals": "^15.11.0",
- "html-to-image": "1.11.11",
- "i18next": "^23.16.4",
- "i18next-resources-to-backend": "^1.2.1",
+ "i18next": "^22.4.13",
+ "i18next-resources-to-backend": "^1.1.3",
"immer": "^9.0.19",
"js-audio-recorder": "^1.0.7",
- "js-cookie": "^3.0.5",
- "jsonschema": "^1.5.0",
+ "js-cookie": "^3.0.1",
"jwt-decode": "^4.0.0",
"katex": "^0.16.21",
- "ky": "^1.7.2",
"lamejs": "^1.2.1",
- "lexical": "^0.30.0",
+ "lexical": "^0.16.0",
"line-clamp": "^1.0.0",
"lodash-es": "^4.17.21",
"mermaid": "11.4.1",
"mime": "^4.0.4",
- "mitt": "^3.0.1",
"negotiator": "^0.6.3",
- "next": "15.2.3",
- "next-themes": "^0.4.3",
- "pinyin-pro": "^3.25.0",
- "qrcode.react": "^4.2.0",
- "qs": "^6.13.0",
- "react": "19.0.0",
+ "next": "^14.2.10",
+ "pinyin-pro": "^3.23.0",
+ "qrcode.react": "^3.1.0",
+ "qs": "^6.11.1",
+ "rc-textarea": "^1.5.2",
+ "react": "~18.2.0",
"react-18-input-autosize": "^3.0.0",
- "react-dom": "19.0.0",
- "react-easy-crop": "^5.1.0",
- "react-error-boundary": "^4.1.2",
- "react-headless-pagination": "^1.1.6",
- "react-hook-form": "^7.53.1",
+ "react-dom": "~18.2.0",
+ "react-easy-crop": "^5.0.8",
+ "react-error-boundary": "^4.0.2",
+ "react-hook-form": "^7.51.4",
"react-hotkeys-hook": "^4.6.1",
- "react-i18next": "^15.1.0",
+ "react-i18next": "^12.2.0",
"react-infinite-scroll-component": "^6.1.0",
- "react-markdown": "^9.0.1",
- "react-multi-email": "^1.0.25",
- "react-papaparse": "^4.4.0",
+ "react-markdown": "^8.0.6",
+ "react-multi-email": "^1.0.14",
+ "react-papaparse": "^4.1.0",
"react-pdf-highlighter": "^8.0.0-rc.0",
- "react-slider": "^2.0.6",
+ "react-slider": "^2.0.4",
"react-sortablejs": "^6.1.4",
- "react-syntax-highlighter": "^15.6.1",
- "react-textarea-autosize": "^8.5.8",
+ "react-syntax-highlighter": "^15.5.0",
"react-tooltip": "5.8.3",
- "react-window": "^1.8.10",
+ "react-window": "^1.8.9",
"react-window-infinite-loader": "^1.0.9",
"reactflow": "^11.11.3",
"recordrtc": "^5.6.2",
- "rehype-katex": "^7.0.1",
+ "rehype-katex": "^6.0.2",
"rehype-raw": "^7.0.0",
- "remark-breaks": "^4.0.0",
- "remark-gfm": "^4.0.0",
- "remark-math": "^6.0.0",
+ "remark-breaks": "^3.0.2",
+ "remark-gfm": "^3.0.1",
+ "remark-math": "^5.1.1",
"scheduler": "^0.23.0",
- "semver": "^7.6.3",
"server-only": "^0.0.1",
"sharp": "^0.33.2",
"shave": "^5.0.4",
"sortablejs": "^1.15.0",
- "swr": "^2.3.0",
- "tailwind-merge": "^2.5.4",
- "use-context-selector": "^2.0.0",
- "uuid": "^10.0.0",
- "zod": "^3.23.8",
+ "swr": "^2.1.0",
+ "tailwind-merge": "^2.4.0",
+ "use-context-selector": "^1.4.1",
+ "uuid": "^9.0.1",
+ "zod": "^3.23.6",
"zundo": "^2.1.0",
"zustand": "^4.5.2"
},
"devDependencies": {
- "@antfu/eslint-config": "^4.1.1",
- "@chromatic-com/storybook": "^3.1.0",
- "@eslint-react/eslint-plugin": "^1.15.0",
- "@eslint/eslintrc": "^3.1.0",
- "@eslint/js": "^9.20.0",
- "@faker-js/faker": "^9.0.3",
- "@happy-dom/jest-environment": "^17.4.4",
- "@next/eslint-plugin-next": "^15.2.3",
+ "@antfu/eslint-config": "^0.36.0",
+ "@chromatic-com/storybook": "^1.9.0",
+ "@faker-js/faker": "^7.6.0",
"@rgrove/parse-xml": "^4.1.0",
- "@storybook/addon-essentials": "8.5.0",
- "@storybook/addon-interactions": "8.5.0",
- "@storybook/addon-links": "8.5.0",
- "@storybook/addon-onboarding": "8.5.0",
- "@storybook/addon-themes": "8.5.0",
- "@storybook/blocks": "8.5.0",
- "@storybook/nextjs": "8.5.0",
- "@storybook/react": "8.5.0",
- "@storybook/test": "8.5.0",
- "@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",
+ "@storybook/addon-essentials": "^8.3.5",
+ "@storybook/addon-interactions": "^8.3.5",
+ "@storybook/addon-links": "^8.3.5",
+ "@storybook/addon-onboarding": "^8.3.5",
+ "@storybook/addon-themes": "^8.3.5",
+ "@storybook/blocks": "^8.3.5",
+ "@storybook/nextjs": "^8.3.5",
+ "@storybook/react": "^8.3.5",
+ "@storybook/test": "^8.3.5",
+ "@testing-library/dom": "^10.3.2",
+ "@testing-library/jest-dom": "^6.4.6",
+ "@testing-library/react": "^16.0.0",
+ "@types/crypto-js": "^4.1.1",
"@types/dagre": "^0.7.52",
- "@types/jest": "^29.5.13",
- "@types/js-cookie": "^3.0.6",
- "@types/lodash-es": "^4.17.12",
- "@types/negotiator": "^0.6.3",
+ "@types/jest": "^29.5.12",
+ "@types/js-cookie": "^3.0.3",
+ "@types/lodash-es": "^4.17.7",
+ "@types/negotiator": "^0.6.1",
"@types/node": "18.15.0",
- "@types/qs": "^6.9.16",
- "@types/react": "19.0.11",
- "@types/react-dom": "19.0.4",
- "@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/qs": "^6.9.7",
+ "@types/react": "~18.2.0",
+ "@types/react-dom": "~18.2.0",
+ "@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",
+ "@types/recordrtc": "^5.6.11",
"@types/sortablejs": "^1.15.1",
- "@types/uuid": "^10.0.0",
- "autoprefixer": "^10.4.20",
+ "@types/uuid": "^9.0.8",
+ "autoprefixer": "^10.4.14",
"bing-translate-api": "^4.0.2",
"code-inspector-plugin": "^0.18.1",
"cross-env": "^7.0.3",
- "eslint": "^9.20.1",
- "eslint-config-next": "^15.0.0",
- "eslint-plugin-react-hooks": "^5.1.0",
- "eslint-plugin-react-refresh": "^0.4.19",
- "eslint-plugin-sonarjs": "^3.0.2",
- "eslint-plugin-storybook": "^0.11.2",
- "eslint-plugin-tailwindcss": "^3.18.0",
- "husky": "^9.1.6",
+ "eslint": "^8.36.0",
+ "eslint-config-next": "^14.0.4",
+ "eslint-plugin-storybook": "^0.9.0",
+ "husky": "^8.0.3",
"jest": "^29.7.0",
- "lint-staged": "^15.2.10",
- "lodash": "^4.17.21",
+ "jest-environment-jsdom": "^29.7.0",
+ "lint-staged": "^13.2.2",
"magicast": "^0.3.4",
- "postcss": "^8.4.47",
- "sass": "^1.80.3",
- "storybook": "8.5.0",
- "tailwindcss": "^3.4.14",
+ "postcss": "^8.4.31",
+ "sass": "^1.61.0",
+ "storybook": "^8.3.5",
+ "tailwindcss": "^3.4.4",
"ts-node": "^10.9.2",
"typescript": "4.9.5",
- "typescript-eslint": "^8.23.0",
- "uglify-js": "^3.19.3"
+ "uglify-js": "^3.17.4"
},
"resolutions": {
"@types/react": "~18.2.0",
@@ -215,15 +180,5 @@
"**/*.ts?(x)": [
"eslint --fix"
]
- },
- "overrides": {
- "@types/react": "19.0.11",
- "@types/react-dom": "19.0.4",
- "@storybook/test": "8.5.0"
- },
- "pnpm": {
- "overrides": {
- "esbuild@<0.25.0": "0.25.0"
- }
}
}
--
Gitblit v1.8.0