|
14 | 14 | "@chakra-ui/system": "^2.5.8", |
15 | 15 | "@emotion/react": "^11.10.6", |
16 | 16 | "@emotion/styled": "^11.10.6", |
| 17 | + "@fastgpt/common": "workspace:*", |
| 18 | + "@fastgpt/core": "workspace:*", |
| 19 | + "@fastgpt/support": "workspace:*", |
17 | 20 | "@mozilla/readability": "^0.4.4", |
18 | 21 | "@tanstack/react-query": "^4.24.10", |
19 | 22 | "@types/nprogress": "^0.2.0", |
|
45 | 48 | "next-i18next": "^14.0.3", |
46 | 49 | "nextjs-cors": "^2.1.2", |
47 | 50 | "nprogress": "^0.2.0", |
48 | | - "openai": "^3.3.0", |
49 | 51 | "papaparse": "^5.4.1", |
50 | 52 | "pg": "^8.10.0", |
51 | 53 | "pg-query-stream": "^4.5.3", |
|
64 | 66 | "request-ip": "^3.3.0", |
65 | 67 | "sass": "^1.58.3", |
66 | 68 | "timezones-list": "^3.0.2", |
67 | | - "tunnel": "^0.0.6", |
68 | 69 | "winston": "^3.10.0", |
69 | 70 | "winston-mongodb": "^5.1.1", |
70 | | - "zustand": "^4.3.5", |
71 | | - "@fastgpt/support": "workspace:*", |
72 | | - "@fastgpt/common": "workspace:*", |
73 | | - "@fastgpt/core": "workspace:*" |
| 71 | + "zustand": "^4.3.5" |
74 | 72 | }, |
75 | 73 | "devDependencies": { |
76 | 74 | "@svgr/webpack": "^6.5.1", |
|
89 | 87 | "@types/react-dom": "18.0.11", |
90 | 88 | "@types/react-syntax-highlighter": "^15.5.6", |
91 | 89 | "@types/request-ip": "^0.0.37", |
92 | | - "@types/tunnel": "^0.0.3", |
93 | 90 | "eslint": "8.34.0", |
94 | 91 | "eslint-config-next": "13.1.6", |
95 | 92 | "typescript": "4.9.5" |
|
0 commit comments