-
Notifications
You must be signed in to change notification settings - Fork 98
/
package.json
87 lines (87 loc) · 2.6 KB
/
package.json
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "antcode",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start --keepAliveTimeout 70000",
"lint": "next lint"
},
"dependencies": {
"@alifd/next": "^1.26.37",
"@alilc/lowcode-datasource-types": "^1.1.4",
"@anthropic-ai/sdk": "^0.24.0",
"@codesandbox/sandpack-react": "^2.11.2",
"@codesandbox/sandpack-themes": "^2.0.21",
"@excalidraw/excalidraw": "0.17.2",
"@google/generative-ai": "^0.1.3",
"@monaco-editor/loader": "^1.4.0",
"@monaco-editor/react": "^4.6.0",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-hover-card": "^1.0.7",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"ahooks": "^3.7.8",
"axios": "^1.6.3",
"class-variance-authority": "^0.7.0",
"classnames": "^2.3.2",
"clsx": "^2.0.0",
"copy-to-clipboard": "^3.3.3",
"html2canvas": "^1.4.1",
"intl-messageformat": "^10.5.8",
"lodash": "^4.17.21",
"lucide-react": "^0.304.0",
"mobx": "^6.12.0",
"mobx-react": "^9.1.0",
"moment": "^2.30.1",
"monaco-editor": "^0.45.0",
"next": "14.0.4",
"next-absolute-url": "^1.2.2",
"object-hash": "^3.0.0",
"openai": "^4.24.1",
"power-di": "^2.4.37",
"react": "^18",
"react-dom": "^18",
"react-dropzone": "^14.2.3",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.12.0",
"redaxios": "^0.5.1",
"store": "^2.0.12",
"strict-event-emitter-types": "^2.0.0",
"tailwind-merge": "^2.2.0",
"tailwindcss-animate": "^1.0.7",
"uuid": "^9.0.1",
"zen-logger": "^1.1.4"
},
"devDependencies": {
"@types/lodash": "^4.14.202",
"@types/node": "^20",
"@types/object-hash": "^3.0.6",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/store": "^2.0.5",
"@types/uuid": "^9.0.7",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"monaco-editor-webpack-plugin": "^7.1.0",
"next-global-css": "^1.3.1",
"postcss": "^8",
"sass": "^1.69.6",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}