|
1 | 1 | { |
2 | 2 | "name": "chatgpt-on-cs", |
3 | 3 | "description": "多平台智能客服,允许使用 ChatGPT 作为客服机器人", |
4 | | - "version": "1.0.2", |
| 4 | + "version": "1.0.3", |
5 | 5 | "keywords": [ |
6 | 6 | "electron", |
7 | 7 | "boilerplate", |
|
101 | 101 | "@emotion/styled": "^11.11.0", |
102 | 102 | "@hw-hmscore/analytics-web": "6.9.9-301", |
103 | 103 | "@tanstack/react-query": "4.36.1", |
| 104 | + "ansi-styles": "^6.2.1", |
104 | 105 | "axios": "^1.6.7", |
| 106 | + "body-parser": "^1.20.2", |
| 107 | + "cors": "^2.8.5", |
| 108 | + "debug": "^4.3.4", |
| 109 | + "dottie": "^2.0.6", |
105 | 110 | "electron-debug": "^3.2.0", |
106 | 111 | "electron-log": "^4.4.8", |
107 | 112 | "electron-store": "^8.1.0", |
108 | 113 | "electron-updater": "^6.1.4", |
| 114 | + "express": "^4.19.2", |
| 115 | + "express-async-handler": "^1.2.0", |
109 | 116 | "framer-motion": "^11.0.3", |
110 | 117 | "immer": "^10.0.3", |
| 118 | + "inflection": "^3.0.0", |
| 119 | + "lodash": "^4.17.21", |
| 120 | + "lru-cache": "^7.18.3", |
| 121 | + "luxon": "^3.4.4", |
| 122 | + "moment": "^2.30.1", |
| 123 | + "moment-timezone": "^0.5.45", |
| 124 | + "ms": "^2.1.3", |
111 | 125 | "net": "^1.0.2", |
112 | 126 | "node-cron": "^3.0.3", |
| 127 | + "openai": "^4.38.3", |
| 128 | + "pg-connection-string": "^2.6.4", |
| 129 | + "pg-hstore": "^2.3.4", |
113 | 130 | "react": "^18.2.0", |
114 | 131 | "react-dom": "^18.2.0", |
115 | 132 | "react-hook-form": "^7.50.1", |
|
118 | 135 | "react-router-dom": "^6.16.0", |
119 | 136 | "react-spinners": "^0.13.8", |
120 | 137 | "react-use-websocket": "^4.8.1", |
| 138 | + "reflect-metadata": "^0.2.2", |
121 | 139 | "remark-gfm": "^4.0.0", |
| 140 | + "retry-as-promised": "^7.0.4", |
| 141 | + "semver": "^7.6.0", |
| 142 | + "sequelize": "^6.37.3", |
| 143 | + "sequelize-pool": "^8.0.0", |
| 144 | + "socket.io": "^4.7.5", |
122 | 145 | "source-map-support": "^0.5.21", |
| 146 | + "toposort-class": "^1.0.1", |
| 147 | + "tslib": "^2.6.2", |
| 148 | + "uuid": "^9.0.1", |
| 149 | + "validator": "^13.11.0", |
| 150 | + "wkx": "^0.5.0", |
123 | 151 | "zustand": "^4.5.0" |
124 | 152 | }, |
125 | 153 | "devDependencies": { |
|
130 | 158 | "@teamsupercell/typings-for-css-modules-loader": "^2.5.2", |
131 | 159 | "@testing-library/jest-dom": "^6.1.3", |
132 | 160 | "@testing-library/react": "^14.0.0", |
| 161 | + "@types/body-parser": "^1.19.5", |
| 162 | + "@types/cors": "^2.8.17", |
| 163 | + "@types/express": "^4.17.21", |
133 | 164 | "@types/jest": "^29.5.5", |
| 165 | + "@types/luxon": "^3.4.2", |
134 | 166 | "@types/node": "20.6.2", |
135 | 167 | "@types/react": "^18.2.21", |
136 | 168 | "@types/react-dom": "^18.2.7", |
137 | 169 | "@types/react-test-renderer": "^18.0.1", |
| 170 | + "@types/source-map-support": "^0.5.10", |
138 | 171 | "@types/terser-webpack-plugin": "^5.0.4", |
139 | 172 | "@types/webpack-bundle-analyzer": "^4.6.0", |
140 | 173 | "@typescript-eslint/eslint-plugin": "^6.7.0", |
141 | 174 | "@typescript-eslint/parser": "^6.7.0", |
| 175 | + "app-builder-lib": "25.0.0-alpha.6", |
142 | 176 | "browserslist-config-erb": "^0.0.3", |
143 | 177 | "chalk": "^4.1.2", |
144 | 178 | "concurrently": "^8.2.1", |
|
149 | 183 | "detect-port": "^1.5.1", |
150 | 184 | "dotenv": "^16.4.4", |
151 | 185 | "electron": "^26.2.1", |
152 | | - "electron-builder": "^24.6.4", |
| 186 | + "electron-builder": "^24.13.3", |
153 | 187 | "electron-devtools-installer": "^3.2.0", |
| 188 | + "electron-rebuild": "^3.2.9", |
154 | 189 | "electronmon": "^2.0.2", |
155 | 190 | "eslint": "^8.49.0", |
156 | 191 | "eslint-config-airbnb-base": "^15.0.0", |
|
170 | 205 | "jest": "^29.7.0", |
171 | 206 | "jest-environment-jsdom": "^29.7.0", |
172 | 207 | "mini-css-extract-plugin": "^2.7.6", |
| 208 | + "node-addon-api": "file:C:/Users/33204/Documents/project/alsritter.icu/lazy-rap-web/tmp/node-addon-api", |
173 | 209 | "prettier": "^3.0.3", |
174 | 210 | "prettier-eslint": "^16.3.0", |
175 | 211 | "react-refresh": "^0.14.0", |
176 | 212 | "react-test-renderer": "^18.2.0", |
177 | 213 | "rimraf": "^5.0.1", |
178 | 214 | "sass": "^1.67.0", |
179 | 215 | "sass-loader": "^13.3.2", |
| 216 | + "sqlite3": "^5.1.7", |
180 | 217 | "style-loader": "^3.3.3", |
181 | 218 | "terser-webpack-plugin": "^5.3.9", |
182 | 219 | "ts-jest": "^29.1.1", |
183 | 220 | "ts-loader": "^9.4.4", |
184 | 221 | "ts-node": "^10.9.1", |
185 | 222 | "tsconfig-paths-webpack-plugin": "^4.1.0", |
| 223 | + "typeorm": "^0.3.20", |
186 | 224 | "typescript": "^5.2.2", |
187 | 225 | "url-loader": "^4.1.1", |
188 | 226 | "webpack": "^5.88.2", |
|
0 commit comments