V4.6.6-1 (#656)
Showing
| ... | @@ -6,16 +6,18 @@ | ... | @@ -6,16 +6,18 @@ |
| "prepare": "husky install", | "prepare": "husky install", | ||
| "format-code": "prettier --config \"./.prettierrc.js\" --write \"./**/src/**/*.{ts,tsx,scss}\"", | "format-code": "prettier --config \"./.prettierrc.js\" --write \"./**/src/**/*.{ts,tsx,scss}\"", | ||
| "format-doc": "zhlint --dir ./docSite *.md --fix", | "format-doc": "zhlint --dir ./docSite *.md --fix", | ||
| "gen:theme-typings": "chakra-cli tokens projects/app/src/web/styles/theme.ts --out node_modules/.pnpm/node_modules/@chakra-ui/styled-system/dist/theming.types.d.ts", | |||
| "postinstall": "sh ./scripts/postinstall.sh" | "postinstall": "sh ./scripts/postinstall.sh" | ||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "@chakra-ui/cli": "^2.4.1", | |||
| "husky": "^8.0.3", | "husky": "^8.0.3", | ||
| "lint-staged": "^13.2.1", | |||
| "prettier": "^3.0.3", | |||
| "zhlint": "^0.7.1", | |||
| "i18next": "^22.5.1", | "i18next": "^22.5.1", | ||
| "lint-staged": "^13.2.1", | |||
| "next-i18next": "^13.3.0", | "next-i18next": "^13.3.0", | ||
| "react-i18next": "^12.3.1" | "prettier": "^3.0.3", | ||
| "react-i18next": "^12.3.1", | |||
| "zhlint": "^0.7.1" | |||
| }, | }, | ||
| "lint-staged": { | "lint-staged": { | ||
| "./**/**/*.{ts,tsx,scss}": "npm run format-code", | "./**/**/*.{ts,tsx,scss}": "npm run format-code", | ||
| ... | ... |
packages/global/common/file/read/index.ts
0 → 100644
| ... | @@ -2,11 +2,12 @@ | ... | @@ -2,11 +2,12 @@ |
| "name": "@fastgpt/global", | "name": "@fastgpt/global", | ||
| "version": "1.0.0", | "version": "1.0.0", | ||
| "dependencies": { | "dependencies": { | ||
| "axios": "^1.5.1", | |||
| "dayjs": "^1.11.7", | "dayjs": "^1.11.7", | ||
| "openai": "4.23.0", | |||
| "encoding": "^0.1.13", | "encoding": "^0.1.13", | ||
| "js-tiktoken": "^1.0.7", | "js-tiktoken": "^1.0.7", | ||
| "axios": "^1.5.1", | "openai": "4.23.0", | ||
| "pdfjs-dist": "^4.0.269", | |||
| "timezones-list": "^3.0.2" | "timezones-list": "^3.0.2" | ||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| ... | ... |
packages/web/common/file/img.ts
0 → 100644
packages/web/common/file/read.ts
0 → 100644
| ... | @@ -2,6 +2,7 @@ | ... | @@ -2,6 +2,7 @@ |
| "name": "@fastgpt/web", | "name": "@fastgpt/web", | ||
| "version": "1.0.0", | "version": "1.0.0", | ||
| "dependencies": { | "dependencies": { | ||
| "@fastgpt/global": "workspace:*", | |||
| "joplin-turndown-plugin-gfm": "^1.0.12", | "joplin-turndown-plugin-gfm": "^1.0.12", | ||
| "turndown": "^7.1.2" | "turndown": "^7.1.2" | ||
| }, | }, | ||
| ... | ... |
This diff is collapsed.
Click to expand it.
| { | { | ||
| "name": "app", | "name": "app", | ||
| "version": "4.6.5", | "version": "4.6.6", | ||
| "private": false, | "private": false, | ||
| "scripts": { | "scripts": { | ||
| "dev": "next dev", | "dev": "next dev", | ||
| ... | @@ -17,32 +17,38 @@ | ... | @@ -17,32 +17,38 @@ |
| "@chakra-ui/system": "^2.6.1", | "@chakra-ui/system": "^2.6.1", | ||
| "@emotion/react": "^11.11.1", | "@emotion/react": "^11.11.1", | ||
| "@emotion/styled": "^11.11.0", | "@emotion/styled": "^11.11.0", | ||
| "@fastgpt/plugins": "workspace:*", | |||
| "@fastgpt/global": "workspace:*", | "@fastgpt/global": "workspace:*", | ||
| "@fastgpt/plugins": "workspace:*", | |||
| "@fastgpt/service": "workspace:*", | "@fastgpt/service": "workspace:*", | ||
| "@fastgpt/web": "workspace:*", | "@fastgpt/web": "workspace:*", | ||
| "@node-rs/jieba": "^1.7.2", | "@node-rs/jieba": "^1.7.2", | ||
| "@tanstack/react-query": "^4.24.10", | "@tanstack/react-query": "^4.24.10", | ||
| "@types/nprogress": "^0.2.0", | "@types/nprogress": "^0.2.0", | ||
| "axios": "^1.5.1", | |||
| "date-fns": "^2.30.0", | "date-fns": "^2.30.0", | ||
| "dayjs": "^1.11.7", | |||
| "echarts": "^5.4.1", | "echarts": "^5.4.1", | ||
| "next": "13.5.2", | |||
| "echarts-gl": "^2.0.9", | "echarts-gl": "^2.0.9", | ||
| "formidable": "^2.1.1", | "formidable": "^2.1.1", | ||
| "framer-motion": "^9.0.6", | "framer-motion": "^9.0.6", | ||
| "hyperdown": "^2.4.29", | "hyperdown": "^2.4.29", | ||
| "i18next": "^22.5.1", | |||
| "immer": "^9.0.19", | "immer": "^9.0.19", | ||
| "jschardet": "^3.0.0", | "jschardet": "^3.0.0", | ||
| "jsonwebtoken": "^9.0.2", | "jsonwebtoken": "^9.0.2", | ||
| "lodash": "^4.17.21", | "lodash": "^4.17.21", | ||
| "mammoth": "^1.6.0", | "mammoth": "^1.6.0", | ||
| "mermaid": "^10.2.3", | "mermaid": "^10.2.3", | ||
| "nanoid": "^4.0.1", | |||
| "next": "13.5.2", | |||
| "next-i18next": "^13.3.0", | |||
| "nprogress": "^0.2.0", | "nprogress": "^0.2.0", | ||
| "papaparse": "^5.4.1", | "papaparse": "^5.4.1", | ||
| "react": "18.2.0", | "react": "18.2.0", | ||
| "react-day-picker": "^8.7.1", | "react-day-picker": "^8.7.1", | ||
| "react-dom": "18.2.0", | "react-dom": "18.2.0", | ||
| "react-hook-form": "^7.43.1", | "react-hook-form": "^7.43.1", | ||
| "react-i18next": "^12.3.1", | |||
| "react-markdown": "^8.0.7", | "react-markdown": "^8.0.7", | ||
| "react-syntax-highlighter": "^15.5.0", | "react-syntax-highlighter": "^15.5.0", | ||
| "reactflow": "^11.7.4", | "reactflow": "^11.7.4", | ||
| ... | @@ -52,13 +58,7 @@ | ... | @@ -52,13 +58,7 @@ |
| "remark-math": "^5.1.1", | "remark-math": "^5.1.1", | ||
| "request-ip": "^3.3.0", | "request-ip": "^3.3.0", | ||
| "sass": "^1.58.3", | "sass": "^1.58.3", | ||
| "zustand": "^4.3.5", | "zustand": "^4.3.5" | ||
| "i18next": "^22.5.1", | |||
| "next-i18next": "^13.3.0", | |||
| "react-i18next": "^12.3.1", | |||
| "axios": "^1.5.1", | |||
| "nanoid": "^4.0.1", | |||
| "dayjs": "^1.11.7" | |||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "@svgr/webpack": "^6.5.1", | "@svgr/webpack": "^6.5.1", | ||
| ... | ... |
This diff is collapsed.
Click to expand it.
projects/app/public/js/pdf.js
deleted
100644 → 0
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment