1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
| {
| "name": "codegen-front",
| "private": true,
| "version": "0.0.0",
| "type": "module",
| "scripts": {
| "dev": "vite --host 0.0.0.0 --port 8899",
| "build": "tsc && vite build",
| "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
| "preview": "vite preview"
| },
| "dependencies": {
| "@ant-design/icons": "^5.6.1",
| "@ant-design/pro-components": "^2.8.7",
| "@ant-design/x": "^1.1.0",
| "@tinyflow-ai/react": "^0.2.1",
| "@types/react-syntax-highlighter": "^15.5.13",
| "@uiw/react-markdown-preview": "^5.1.4",
| "ahooks": "^3.8.4",
| "aieditor": "^1.3.6",
| "antd": "^5.24.6",
| "antd-img-crop": "^4.24.0",
| "antd-style": "^3.7.1",
| "axios": "1.8.2",
| "axios-hooks": "^5.1.1",
| "dayjs": "^1.11.13",
| "docx": "^9.3.0",
| "docx-preview": "^0.3.5",
| "fetch-event-stream": "^0.1.5",
| "i18next-browser-languagedetector": "^7.2.1",
| "localforage": "^1.10.0",
| "lru-cache": "^10.4.3",
| "mammoth": "^1.9.0",
| "markdown-it": "^14.1.0",
| "mitt": "^3.0.1",
| "radash": "^12.1.0",
| "react": "^18.3.1",
| "react-dom": "^18.3.1",
| "react-draggable": "^4.4.6",
| "react-i18next": "^15.1.0",
| "react-markdown": "^10.1.0",
| "react-router-dom": "^6.30.0",
| "react-syntax-highlighter": "^15.6.1",
| "react-to-print": "^3.0.5",
| "react18-json-view": "^0.2.9",
| "rehype-highlight": "^7.0.2",
| "rehype-raw": "^7.0.0",
| "rehype-sanitize": "^6.0.0",
| "remark-breaks": "^4.0.0",
| "remark-gfm": "^4.0.1",
| "sort-by": "^1.2.0",
| "use-debounce": "^10.0.4",
| "zustand": "^4.5.5"
| },
| "devDependencies": {
| "@rollup/plugin-commonjs": "^28.0.1",
| "@types/react": "^18.3.12",
| "@types/react-dom": "^18.3.1",
| "@typescript-eslint/eslint-plugin": "^6.14.0",
| "@typescript-eslint/parser": "^6.14.0",
| "@vitejs/plugin-react": "^4.2.1",
| "eslint": "^8.55.0",
| "eslint-plugin-react-hooks": "^4.6.0",
| "eslint-plugin-react-refresh": "^0.4.5",
| "less": "^4.2.0",
| "typescript": "^5.2.2",
| "vite": "^5.4.10"
| }
| }
|
|