Files
FastGPT/packages/web/package.json
T
Ryo 289da0f7b0 chore: bump pro submodule for hydration stability (#6808)
* sandbox-sync-agent

* refactor: host pro as submodule

* chore: checkpoint host pro restructure

* refactor workspace test layout and startup init

* chore: update next turbopack setup

* chore: snapshot current work before actions fix

* chore: update pro submodule

* chore: point pro submodule url to upstream https

* fix: Dockerfile

* chore: update pro submodule

* ci: support private pro submodule token and skip fork jobs

* fix(ci): build sdk workspace deps before code-sandbox bundle

* fix(app): exclude vitest configs from production typecheck

* fix(app-image): build sdk packages before next build

* fix(ci): align dockerfiles with workspace sdk build flow

* chore(docker): upgrade node20 docker images to node24

* fix(ci): read admin coverage output path in pro test workflow

* fix(app-image): include next-i18next config and locale assets

* chore: update pro submodule

* chore: do not specify branch for submodule

* chore: remove most ts-nocheck sign

* chore: update pro submodule

* chore: remove sandbox-agent-sync package

* chore: do not modify "pushData" file logic

* fix: health check

* chore: restore dev axios proxy state

* fix: test-fastgpt report workflow

* fix: use valid vitest coverage action inputs
2026-04-27 17:44:12 +08:00

63 lines
1.8 KiB
JSON

{
"name": "@fastgpt/web",
"version": "1.0.0",
"engines": {
"node": ">=20",
"pnpm": "10.x"
},
"dependencies": {
"@chakra-ui/anatomy": "catalog:",
"@chakra-ui/icons": "catalog:",
"@chakra-ui/next-js": "catalog:",
"@chakra-ui/react": "catalog:",
"@chakra-ui/styled-system": "catalog:",
"@chakra-ui/system": "catalog:",
"@emotion/react": "catalog:",
"@emotion/styled": "catalog:",
"@fastgpt/global": "workspace:*",
"@fingerprintjs/fingerprintjs": "^4.3.0",
"@lexical/code": "0.12.6",
"@lexical/list": "0.12.6",
"@lexical/markdown": "0.12.6",
"@lexical/react": "0.12.6",
"@lexical/rich-text": "0.12.6",
"@lexical/selection": "0.12.6",
"@lexical/text": "0.12.6",
"@lexical/utils": "0.12.6",
"@monaco-editor/react": "^4.7.0",
"@tanstack/react-query": "catalog:",
"ahooks": "catalog:",
"axios": "catalog:",
"date-fns": "catalog:",
"dayjs": "catalog:",
"i18next": "catalog:",
"js-cookie": "^3.0.5",
"lexical": "0.12.6",
"lodash": "catalog:",
"next": "catalog:",
"next-i18next": "catalog:",
"papaparse": "^5.4.1",
"react": "catalog:",
"react-beautiful-dnd": "^13.1.1",
"react-day-picker": "^9.14.0",
"react-dom": "catalog:",
"react-hook-form": "catalog:",
"react-i18next": "catalog:",
"react-markdown": "catalog:",
"react-photo-view": "^1.2.6",
"recharts": "catalog:",
"rehype-external-links": "^3.0.0",
"remark-gfm": "catalog:",
"use-context-selector": "^1.4.4",
"zustand": "^4.3.5"
},
"devDependencies": {
"@types/js-cookie": "^3.0.5",
"@types/lodash": "catalog:",
"@types/papaparse": "^5.3.7",
"@types/react": "catalog:",
"@types/react-beautiful-dnd": "^13.1.1",
"@types/react-dom": "catalog:"
}
}