V4.14.8 dev (#6517)
* doc * wip(next): upgrade next16 with next-rspack to build (#6501) * wip(next): upgrade next16 with next-rspack to build * wip: fix tsconfig path alias, bump various deps * fix: test action pnpm version, immer dep * fix: only use Rspack for develop environment * lock * fix: dataset choice hint (#6514) * fix: dataset choice hint * fix: regex replaceVarible remove useless match group * fix: type check (#6515) * test: perfect test cases for replaceVarible function in like case (#6516) --------- Co-authored-by: archer <545436317@qq.com> Co-authored-by: Ryo <whoeverimf5@gmail.com>
Showing
This diff is collapsed.
Click to expand it.
| ... | @@ -23,16 +23,16 @@ | ... | @@ -23,16 +23,16 @@ |
| "@typescript-eslint/eslint-plugin": "^6.21.0", | "@typescript-eslint/eslint-plugin": "^6.21.0", | ||
| "@typescript-eslint/parser": "^6.21.0", | "@typescript-eslint/parser": "^6.21.0", | ||
| "@vitest/coverage-v8": "^3.0.9", | "@vitest/coverage-v8": "^3.0.9", | ||
| "eslint": "^8.57.0", | "eslint": "catalog:", | ||
| "eslint-config-next": "^15.5.12", | "eslint-config-next": "catalog:", | ||
| "husky": "^8.0.3", | "husky": "^8.0.3", | ||
| "i18next": "23.16.8", | "i18next": "catalog:", | ||
| "js-yaml": "^4.1.1", | "js-yaml": "catalog:", | ||
| "lint-staged": "^13.3.0", | "lint-staged": "^13.3.0", | ||
| "mongodb-memory-server": "^10.1.4", | "mongodb-memory-server": "^10.1.4", | ||
| "next-i18next": "15.4.2", | "next-i18next": "catalog:", | ||
| "prettier": "3.2.4", | "prettier": "3.2.4", | ||
| "react-i18next": "14.1.2", | "react-i18next": "catalog:", | ||
| "typescript": "^5.1.3", | "typescript": "^5.1.3", | ||
| "vitest": "^3.0.9", | "vitest": "^3.0.9", | ||
| "zhlint": "^0.7.4" | "zhlint": "^0.7.4" | ||
| ... | @@ -51,23 +51,8 @@ | ... | @@ -51,23 +51,8 @@ |
| "git add ." | "git add ." | ||
| ] | ] | ||
| }, | }, | ||
| "pnpm": { | |||
| "overrides": { | |||
| "react": "18.3.1", | |||
| "react-dom": "18.3.1", | |||
| "@types/react": "18.3.1" | |||
| } | |||
| }, | |||
| "resolutions": { | |||
| "mdast-util-gfm-autolink-literal": "2.0.0" | |||
| }, | |||
| "engines": { | "engines": { | ||
| "node": ">=20" | "node": "20.x", | ||
| }, | "pnpm": "9.x" | ||
| "devEngines": { | |||
| "packageManager": { | |||
| "name": "pnpm", | |||
| "version": "9.15.9" | |||
| } | |||
| } | } | ||
| } | } |
| { | { | ||
| "name": "@fastgpt/global", | "name": "@fastgpt/global", | ||
| "version": "1.0.0", | "version": "1.0.0", | ||
| "engines": { | |||
| "node": "20.x", | |||
| "pnpm": "9.x" | |||
| }, | |||
| "dependencies": { | "dependencies": { | ||
| "@fastgpt-sdk/plugin": "0.3.8", | "@fastgpt-sdk/plugin": "0.3.8", | ||
| "@apidevtools/swagger-parser": "^10.1.0", | "@apidevtools/swagger-parser": "^10.1.0", | ||
| "@bany/curl-to-json": "^1.2.8", | "@bany/curl-to-json": "^1.2.8", | ||
| "axios": "^1.13.5", | "axios": "catalog:", | ||
| "cron-parser": "^4.9.0", | "cron-parser": "^4.9.0", | ||
| "dayjs": "^1.11.7", | "dayjs": "catalog:", | ||
| "encoding": "^0.1.13", | "encoding": "^0.1.13", | ||
| "js-yaml": "^4.1.1", | "js-yaml": "catalog:", | ||
| "jschardet": "3.1.1", | "jschardet": "3.1.1", | ||
| "json5": "^2.2.3", | "json5": "catalog:", | ||
| "nanoid": "^5.1.3", | "nanoid": "^5.1.3", | ||
| "next": "15.5.12", | "next": "catalog:", | ||
| "openai": "4.61.0", | "openai": "4.104.0", | ||
| "openapi-types": "^12.1.3", | "openapi-types": "^12.1.3", | ||
| "timezones-list": "^3.0.2", | "timezones-list": "^3.0.2", | ||
| "lodash": "^4.17.23", | "lodash": "catalog:", | ||
| "zod": "^4.1.12", | "zod": "catalog:", | ||
| "zod-openapi": "^5.4.3" | "zod-openapi": "^5.4.3" | ||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "@types/lodash": "^4.14.191", | "@types/lodash": "catalog:", | ||
| "@types/js-yaml": "^4.0.9", | "@types/js-yaml": "^4.0.9", | ||
| "@types/node": "20.14.0" | "@types/node": "20.14.0" | ||
| } | } | ||
| ... | ... |
| ... | @@ -2,13 +2,17 @@ | ... | @@ -2,13 +2,17 @@ |
| "name": "@fastgpt/service", | "name": "@fastgpt/service", | ||
| "version": "1.0.0", | "version": "1.0.0", | ||
| "type": "module", | "type": "module", | ||
| "engines": { | |||
| "node": "20.x", | |||
| "pnpm": "9.x" | |||
| }, | |||
| "dependencies": { | "dependencies": { | ||
| "@fastgpt-sdk/storage": "^0.6.15", | "@fastgpt-sdk/storage": "catalog:", | ||
| "@fastgpt/global": "workspace:*", | "@fastgpt/global": "workspace:*", | ||
| "@logtape/logtape": "^2", | "@logtape/logtape": "^2", | ||
| "@logtape/pretty": "^2", | "@logtape/pretty": "^2", | ||
| "@maxmind/geoip2-node": "^6.3.4", | "@maxmind/geoip2-node": "^6.3.4", | ||
| "@modelcontextprotocol/sdk": "^1.26.0", | "@modelcontextprotocol/sdk": "catalog:", | ||
| "@node-rs/jieba": "2.0.1", | "@node-rs/jieba": "2.0.1", | ||
| "@opentelemetry/api": "^1.9.0", | "@opentelemetry/api": "^1.9.0", | ||
| "@opentelemetry/api-logs": "^0.203.0", | "@opentelemetry/api-logs": "^0.203.0", | ||
| ... | @@ -19,16 +23,15 @@ | ... | @@ -19,16 +23,15 @@ |
| "@opentelemetry/semantic-conventions": "^1.39.0", | "@opentelemetry/semantic-conventions": "^1.39.0", | ||
| "@opentelemetry/winston-transport": "^0.14.0", | "@opentelemetry/winston-transport": "^0.14.0", | ||
| "@t3-oss/env-core": "0.13.10", | "@t3-oss/env-core": "0.13.10", | ||
| "@vercel/otel": "^1.13.0", | |||
| "@xmldom/xmldom": "^0.8.10", | "@xmldom/xmldom": "^0.8.10", | ||
| "@zilliz/milvus2-sdk-node": "2.4.10", | "@zilliz/milvus2-sdk-node": "2.4.10", | ||
| "axios": "^1.13.5", | "axios": "catalog:", | ||
| "bullmq": "^5.52.2", | "bullmq": "^5.52.2", | ||
| "chalk": "^5.3.0", | "chalk": "^5.3.0", | ||
| "cheerio": "1.0.0-rc.12", | "cheerio": "1.0.0-rc.12", | ||
| "cookie": "^0.7.1", | "cookie": "^0.7.1", | ||
| "date-fns": "2.30.0", | "date-fns": "catalog:", | ||
| "dayjs": "^1.11.7", | "dayjs": "catalog:", | ||
| "decompress": "^4.2.1", | "decompress": "^4.2.1", | ||
| "domino-ext": "^2.1.4", | "domino-ext": "^2.1.4", | ||
| "encoding": "^0.1.13", | "encoding": "^0.1.13", | ||
| ... | @@ -40,18 +43,18 @@ | ... | @@ -40,18 +43,18 @@ |
| "ioredis": "^5.6.0", | "ioredis": "^5.6.0", | ||
| "joplin-turndown-plugin-gfm": "^1.0.12", | "joplin-turndown-plugin-gfm": "^1.0.12", | ||
| "@apidevtools/json-schema-ref-parser": "^11.7.2", | "@apidevtools/json-schema-ref-parser": "^11.7.2", | ||
| "json5": "^2.2.3", | "json5": "catalog:", | ||
| "jsonpath-plus": "^10.3.0", | "jsonpath-plus": "^10.3.0", | ||
| "jsonwebtoken": "^9.0.2", | "jsonwebtoken": "^9.0.2", | ||
| "lodash": "^4.17.23", | "lodash": "catalog:", | ||
| "mammoth": "^1.11.0", | "mammoth": "^1.11.0", | ||
| "mime": "^4.1.0", | "mime": "^4.1.0", | ||
| "minio": "^8.0.5", | "minio": "catalog:", | ||
| "mongoose": "^8.10.1", | "mongoose": "^8.10.1", | ||
| "multer": "2.1.0", | "multer": "2.1.0", | ||
| "mysql2": "^3.11.3", | "mysql2": "^3.11.3", | ||
| "next": "15.5.12", | "next": "catalog:", | ||
| "nextjs-cors": "^2.2.0", | "nextjs-cors": "2.2.1", | ||
| "node-cron": "^3.0.3", | "node-cron": "^3.0.3", | ||
| "node-xlsx": "^0.24.0", | "node-xlsx": "^0.24.0", | ||
| "p-limit": "^7.2.0", | "p-limit": "^7.2.0", | ||
| ... | @@ -60,7 +63,7 @@ | ... | @@ -60,7 +63,7 @@ |
| "pg": "^8.10.0", | "pg": "^8.10.0", | ||
| "pino": "^9.7.0", | "pino": "^9.7.0", | ||
| "pino-opentelemetry-transport": "^1.0.1", | "pino-opentelemetry-transport": "^1.0.1", | ||
| "proxy-agent": "^6.5.0", | "proxy-agent": "catalog:", | ||
| "proxy-from-env": "^1.1.0", | "proxy-from-env": "^1.1.0", | ||
| "request-ip": "^3.3.0", | "request-ip": "^3.3.0", | ||
| "tiktoken": "1.0.17", | "tiktoken": "1.0.17", | ||
| ... | @@ -68,14 +71,14 @@ | ... | @@ -68,14 +71,14 @@ |
| "turndown": "^7.1.2", | "turndown": "^7.1.2", | ||
| "undici": "^7.18.2", | "undici": "^7.18.2", | ||
| "winston": "^3.17.0", | "winston": "^3.17.0", | ||
| "zod": "^4.1.12" | "zod": "catalog:" | ||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "@types/async-retry": "^1.4.9", | "@types/async-retry": "^1.4.9", | ||
| "@types/cookie": "^0.5.2", | "@types/cookie": "^0.5.2", | ||
| "@types/decompress": "^4.2.7", | "@types/decompress": "^4.2.7", | ||
| "@types/jsonwebtoken": "^9.0.3", | "@types/jsonwebtoken": "^9.0.3", | ||
| "@types/lodash": "^4.14.191", | "@types/lodash": "catalog:", | ||
| "@types/multer": "^1.4.10", | "@types/multer": "^1.4.10", | ||
| "@types/node-cron": "^3.0.11", | "@types/node-cron": "^3.0.11", | ||
| "@types/papaparse": "5.3.7", | "@types/papaparse": "5.3.7", | ||
| ... | ... |
| { | { | ||
| "name": "@fastgpt/web", | "name": "@fastgpt/web", | ||
| "version": "1.0.0", | "version": "1.0.0", | ||
| "engines": { | |||
| "node": "20.x", | |||
| "pnpm": "9.x" | |||
| }, | |||
| "dependencies": { | "dependencies": { | ||
| "@chakra-ui/anatomy": "2.2.1", | "@chakra-ui/anatomy": "catalog:", | ||
| "@chakra-ui/icons": "2.1.1", | "@chakra-ui/icons": "catalog:", | ||
| "@chakra-ui/next-js": "2.4.2", | "@chakra-ui/next-js": "catalog:", | ||
| "@chakra-ui/react": "2.10.7", | "@chakra-ui/react": "catalog:", | ||
| "@chakra-ui/styled-system": "2.9.1", | "@chakra-ui/styled-system": "catalog:", | ||
| "@chakra-ui/system": "2.6.1", | "@chakra-ui/system": "catalog:", | ||
| "@emotion/react": "11.11.1", | "@emotion/react": "catalog:", | ||
| "@emotion/styled": "11.11.0", | "@emotion/styled": "catalog:", | ||
| "@fastgpt/global": "workspace:*", | "@fastgpt/global": "workspace:*", | ||
| "@fingerprintjs/fingerprintjs": "^4.3.0", | "@fingerprintjs/fingerprintjs": "^4.3.0", | ||
| "@lexical/code": "0.12.6", | "@lexical/code": "0.12.6", | ||
| ... | @@ -23,22 +27,22 @@ | ... | @@ -23,22 +27,22 @@ |
| "@monaco-editor/react": "^4.6.0", | "@monaco-editor/react": "^4.6.0", | ||
| "@tanstack/react-query": "^4.24.10", | "@tanstack/react-query": "^4.24.10", | ||
| "ahooks": "^3.9.5", | "ahooks": "^3.9.5", | ||
| "axios": "^1.13.5", | "axios": "catalog:", | ||
| "date-fns": "2.30.0", | "date-fns": "catalog:", | ||
| "dayjs": "^1.11.7", | "dayjs": "catalog:", | ||
| "i18next": "23.16.8", | "i18next": "catalog:", | ||
| "js-cookie": "^3.0.5", | "js-cookie": "^3.0.5", | ||
| "lexical": "0.12.6", | "lexical": "0.12.6", | ||
| "lodash": "^4.17.23", | "lodash": "catalog:", | ||
| "next": "15.5.12", | "next": "catalog:", | ||
| "next-i18next": "15.4.2", | "next-i18next": "catalog:", | ||
| "papaparse": "^5.4.1", | "papaparse": "^5.4.1", | ||
| "react": "18.3.1", | "react": "catalog:", | ||
| "react-beautiful-dnd": "^13.1.1", | "react-beautiful-dnd": "^13.1.1", | ||
| "react-day-picker": "^8.7.1", | "react-day-picker": "^8.7.1", | ||
| "react-dom": "18.3.1", | "react-dom": "catalog:", | ||
| "react-hook-form": "7.43.1", | "react-hook-form": "7.43.1", | ||
| "react-i18next": "14.1.2", | "react-i18next": "catalog:", | ||
| "react-markdown": "^9.0.1", | "react-markdown": "^9.0.1", | ||
| "react-photo-view": "^1.2.6", | "react-photo-view": "^1.2.6", | ||
| "recharts": "^2.15.0", | "recharts": "^2.15.0", | ||
| ... | @@ -49,10 +53,10 @@ | ... | @@ -49,10 +53,10 @@ |
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "@types/js-cookie": "^3.0.5", | "@types/js-cookie": "^3.0.5", | ||
| "@types/lodash": "^4.14.191", | "@types/lodash": "catalog:", | ||
| "@types/papaparse": "^5.3.7", | "@types/papaparse": "^5.3.7", | ||
| "@types/react": "18.3.1", | "@types/react": "catalog:", | ||
| "@types/react-beautiful-dnd": "^13.1.1", | "@types/react-beautiful-dnd": "^13.1.1", | ||
| "@types/react-dom": "18.3.0" | "@types/react-dom": "catalog:" | ||
| } | } | ||
| } | } |
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
| ... | @@ -3,64 +3,66 @@ | ... | @@ -3,64 +3,66 @@ |
| "version": "4.14.8", | "version": "4.14.8", | ||
| "private": false, | "private": false, | ||
| "scripts": { | "scripts": { | ||
| "dev": "NODE_OPTIONS='--max-old-space-size=8192' npm run build:workers && next dev", | "dev": "npm run build:workers && next dev", | ||
| "build": "npm run build:workers && npm run lint && npm run typecheck && next build --debug", | "build": "npm run build:workers && next build --debug --webpack", | ||
| "start": "next start", | "start": "next start", | ||
| "lint": "next lint", | |||
| "build:workers": "npx tsx scripts/build-workers.ts", | "build:workers": "npx tsx scripts/build-workers.ts", | ||
| "typecheck": "tsc --noEmit --pretty", | "typecheck": "tsc --noEmit --pretty", | ||
| "build:workers:watch": "npx tsx scripts/build-workers.ts --watch" | "build:workers:watch": "npx tsx scripts/build-workers.ts --watch" | ||
| }, | }, | ||
| "engines": { | |||
| "node": "20.x", | |||
| "pnpm": "9.x" | |||
| }, | |||
| "dependencies": { | "dependencies": { | ||
| "@chakra-ui/anatomy": "2.2.1", | "@chakra-ui/anatomy": "catalog:", | ||
| "@chakra-ui/icons": "2.1.1", | "@chakra-ui/icons": "catalog:", | ||
| "@chakra-ui/next-js": "2.4.2", | "@chakra-ui/next-js": "catalog:", | ||
| "@chakra-ui/react": "2.10.7", | "@chakra-ui/react": "catalog:", | ||
| "@chakra-ui/styled-system": "2.9.1", | "@chakra-ui/styled-system": "catalog:", | ||
| "@chakra-ui/system": "2.6.1", | "@chakra-ui/system": "catalog:", | ||
| "@dagrejs/dagre": "^1.1.4", | "@dagrejs/dagre": "^1.1.4", | ||
| "@emotion/react": "11.11.1", | "@emotion/react": "catalog:", | ||
| "@emotion/styled": "11.11.0", | "@emotion/styled": "catalog:", | ||
| "@fastgpt-sdk/storage": "^0.6.15", | "@fastgpt-sdk/storage": "catalog:", | ||
| "@fastgpt/global": "workspace:*", | "@fastgpt/global": "workspace:*", | ||
| "@fastgpt/service": "workspace:*", | "@fastgpt/service": "workspace:*", | ||
| "@fastgpt/web": "workspace:*", | "@fastgpt/web": "workspace:*", | ||
| "@fortaine/fetch-event-source": "^3.0.6", | "@fortaine/fetch-event-source": "^3.0.6", | ||
| "@modelcontextprotocol/sdk": "^1.26.0", | "@modelcontextprotocol/sdk": "catalog:", | ||
| "@node-rs/jieba": "2.0.1", | "@node-rs/jieba": "2.0.1", | ||
| "@scalar/api-reference-react": "^0.8.1", | "@scalar/api-reference-react": "^0.8.1", | ||
| "@tanstack/react-query": "^4.24.10", | "@tanstack/react-query": "^4.24.10", | ||
| "ahooks": "^3.9.5", | "ahooks": "^3.9.5", | ||
| "axios": "^1.13.5", | "axios": "catalog:", | ||
| "date-fns": "2.30.0", | "date-fns": "catalog:", | ||
| "dayjs": "^1.11.7", | "dayjs": "catalog:", | ||
| "echarts": "5.4.1", | "echarts": "5.4.1", | ||
| "echarts-gl": "2.0.9", | "echarts-gl": "2.0.9", | ||
| "esbuild": "^0.25.11", | "esbuild": "^0.25.11", | ||
| "framer-motion": "9.1.7", | "framer-motion": "9.1.7", | ||
| "hyperdown": "^2.4.29", | "hyperdown": "^2.4.29", | ||
| "i18next": "23.16.8", | "i18next": "catalog:", | ||
| "immer": "^9.0.19", | "immer": "^9.0.19", | ||
| "ip2region.js": "^3.1.6", | "ip2region.js": "^3.1.6", | ||
| "js-yaml": "^4.1.1", | "js-yaml": "catalog:", | ||
| "json5": "^2.2.3", | "json5": "catalog:", | ||
| "jsondiffpatch": "^0.7.2", | "jsondiffpatch": "^0.7.2", | ||
| "jsonwebtoken": "^9.0.2", | "jsonwebtoken": "^9.0.2", | ||
| "lodash": "^4.17.23", | "lodash": "catalog:", | ||
| "mermaid": "^10.9.4", | "mermaid": "^10.9.4", | ||
| "minio": "^8.0.5", | "minio": "catalog:", | ||
| "nanoid": "^5.1.3", | "nanoid": "^5.1.3", | ||
| "next": "15.5.12", | "next": "catalog:", | ||
| "next-i18next": "15.4.2", | "next-i18next": "catalog:", | ||
| "nprogress": "^0.2.0", | "nprogress": "^0.2.0", | ||
| "p-limit": "^7.2.0", | "p-limit": "^7.2.0", | ||
| "proxy-agent": "^6.5.0", | |||
| "qrcode": "^1.5.4", | "qrcode": "^1.5.4", | ||
| "react": "18.3.1", | "react": "catalog:", | ||
| "react-day-picker": "^8.7.1", | "react-day-picker": "^8.7.1", | ||
| "react-dom": "18.3.1", | "react-dom": "catalog:", | ||
| "react-hook-form": "7.43.1", | "react-hook-form": "7.43.1", | ||
| "react-i18next": "14.1.2", | "react-i18next": "catalog:", | ||
| "react-markdown": "^9.0.1", | "react-markdown": "^9.0.1", | ||
| "react-syntax-highlighter": "^15.5.0", | "react-syntax-highlighter": "^15.5.0", | ||
| "react-textarea-autosize": "^8.5.4", | "react-textarea-autosize": "^8.5.4", | ||
| ... | @@ -75,25 +77,26 @@ | ... | @@ -75,25 +77,26 @@ |
| "sass": "^1.58.3", | "sass": "^1.58.3", | ||
| "undici": "^7.18.2", | "undici": "^7.18.2", | ||
| "use-context-selector": "^1.4.4", | "use-context-selector": "^1.4.4", | ||
| "zod": "^4.1.12" | "zod": "catalog:" | ||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "@next/bundle-analyzer": "^15.5.6", | "@next/bundle-analyzer": "16.1.6", | ||
| "@svgr/webpack": "^6.5.1", | "@svgr/webpack": "^6.5.1", | ||
| "@types/js-yaml": "^4.0.9", | "@types/js-yaml": "^4.0.9", | ||
| "@types/jsonwebtoken": "^9.0.3", | "@types/jsonwebtoken": "^9.0.3", | ||
| "@types/lodash": "^4.14.191", | "@types/lodash": "catalog:", | ||
| "@types/node": "^20.14.2", | "@types/node": "^20.14.2", | ||
| "@types/nprogress": "^0.2.0", | "@types/nprogress": "^0.2.0", | ||
| "@types/qrcode": "^1.5.5", | "@types/qrcode": "^1.5.5", | ||
| "@types/react": "18.3.1", | "@types/react": "catalog:", | ||
| "@types/react-dom": "18.3.0", | "@types/react-dom": "catalog:", | ||
| "@types/react-syntax-highlighter": "^15.5.6", | "@types/react-syntax-highlighter": "^15.5.6", | ||
| "@types/request-ip": "^0.0.37", | "@types/request-ip": "^0.0.37", | ||
| "@typescript-eslint/eslint-plugin": "^6.21.0", | "@typescript-eslint/eslint-plugin": "^6.21.0", | ||
| "@typescript-eslint/parser": "^6.21.0", | "@typescript-eslint/parser": "^6.21.0", | ||
| "eslint": "8.56.0", | "eslint": "catalog:", | ||
| "eslint-config-next": "15.5.12", | "eslint-config-next": "catalog:", | ||
| "next-rspack": "catalog:", | |||
| "tsx": "^4.20.6", | "tsx": "^4.20.6", | ||
| "typescript": "^5.1.3", | "typescript": "^5.1.3", | ||
| "vitest": "^3.0.9" | "vitest": "^3.0.9" | ||
| ... | ... |
| ... | @@ -8,33 +8,37 @@ | ... | @@ -8,33 +8,37 @@ |
| "start": "next start", | "start": "next start", | ||
| "lint": "next lint" | "lint": "next lint" | ||
| }, | }, | ||
| "engines": { | |||
| "node": "20.x", | |||
| "pnpm": "9.x" | |||
| }, | |||
| "dependencies": { | "dependencies": { | ||
| "@chakra-ui/anatomy": "2.2.1", | "@chakra-ui/anatomy": "catalog:", | ||
| "@chakra-ui/icons": "2.1.1", | "@chakra-ui/icons": "catalog:", | ||
| "@chakra-ui/next-js": "2.4.2", | "@chakra-ui/next-js": "catalog:", | ||
| "@chakra-ui/react": "2.10.7", | "@chakra-ui/react": "catalog:", | ||
| "@chakra-ui/styled-system": "2.9.1", | "@chakra-ui/styled-system": "catalog:", | ||
| "@chakra-ui/system": "2.6.1", | "@chakra-ui/system": "catalog:", | ||
| "@fastgpt/global": "workspace:*", | "@fastgpt/global": "workspace:*", | ||
| "@fastgpt/service": "workspace:*", | "@fastgpt/service": "workspace:*", | ||
| "@fastgpt/web": "workspace:*", | "@fastgpt/web": "workspace:*", | ||
| "axios": "^1.13.5", | "axios": "catalog:", | ||
| "i18next": "23.16.8", | "i18next": "catalog:", | ||
| "mongoose": "^8.10.1", | "mongoose": "^8.10.1", | ||
| "next": "15.5.12", | "next": "catalog:", | ||
| "next-i18next": "15.4.2", | "next-i18next": "catalog:", | ||
| "react": "18.3.1", | "react": "catalog:", | ||
| "react-dom": "18.3.1", | "react-dom": "catalog:", | ||
| "react-i18next": "14.1.2", | "react-i18next": "catalog:", | ||
| "zod": "^4.1.12" | "zod": "catalog:" | ||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "@svgr/webpack": "^6.5.1", | "@svgr/webpack": "^6.5.1", | ||
| "@types/node": "^20", | "@types/node": "^20", | ||
| "@types/react": "^18", | "@types/react": "catalog:", | ||
| "@types/react-dom": "^18", | "@types/react-dom": "catalog:", | ||
| "eslint": "^8", | "eslint": "catalog:", | ||
| "eslint-config-next": "15.5.12", | "eslint-config-next": "catalog:", | ||
| "postcss": "^8", | "postcss": "^8", | ||
| "tailwindcss": "^3.4.1", | "tailwindcss": "^3.4.1", | ||
| "typescript": "^5" | "typescript": "^5" | ||
| ... | ... |
| ... | @@ -13,14 +13,18 @@ | ... | @@ -13,14 +13,18 @@ |
| "start": "bun src/index.ts", | "start": "bun src/index.ts", | ||
| "mcp_test": "npx @modelcontextprotocol/inspector" | "mcp_test": "npx @modelcontextprotocol/inspector" | ||
| }, | }, | ||
| "engines": { | |||
| "node": "20.x", | |||
| "pnpm": "9.x" | |||
| }, | |||
| "dependencies": { | "dependencies": { | ||
| "@fastgpt/global": "workspace:*", | "@fastgpt/global": "workspace:*", | ||
| "@fastgpt/service": "workspace:*", | "@fastgpt/service": "workspace:*", | ||
| "@modelcontextprotocol/sdk": "^1.26.0", | "@modelcontextprotocol/sdk": "catalog:", | ||
| "chalk": "^5.3.0", | "chalk": "^5.3.0", | ||
| "dayjs": "^1.11.7", | "dayjs": "catalog:", | ||
| "dotenv": "^16.5.0", | "dotenv": "^16.5.0", | ||
| "express": "^4.22.0" | "express": "catalog:" | ||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "@types/express": "^5.0.1" | "@types/express": "^5.0.1" | ||
| ... | ... |
| ... | @@ -11,6 +11,10 @@ | ... | @@ -11,6 +11,10 @@ |
| "test": "vitest run", | "test": "vitest run", | ||
| "test:watch": "vitest" | "test:watch": "vitest" | ||
| }, | }, | ||
| "engines": { | |||
| "node": "20.x", | |||
| "pnpm": "9.x" | |||
| }, | |||
| "dependencies": { | "dependencies": { | ||
| "axios": "^1.7.9", | "axios": "^1.7.9", | ||
| "crypto-js": "^4.2.0", | "crypto-js": "^4.2.0", | ||
| ... | ... |
| ... | @@ -54,7 +54,7 @@ | ... | @@ -54,7 +54,7 @@ |
| "ali-oss": "^6.23.0", | "ali-oss": "^6.23.0", | ||
| "cos-nodejs-sdk-v5": "^2.15.4", | "cos-nodejs-sdk-v5": "^2.15.4", | ||
| "es-toolkit": "^1.43.0", | "es-toolkit": "^1.43.0", | ||
| "minio": "^8.0.5", | "minio": "catalog:", | ||
| "vitest": "^4.0.16" | "vitest": "^4.0.16" | ||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| ... | ... |
Please
register
or
sign in
to comment