-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.51 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.51 KB
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
{
"name": "devpin-demo",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/icons": "^5.5.2",
"@ant-design/pro-chat": "^2.4.4",
"@chatui/core": "^2.4.2",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@faker-js/faker": "^9.3.0",
"@headlessui/react": "^2.2.0",
"@heroicons/react": "^2.2.0",
"@nextui-org/react": "^2.6.11",
"@radix-ui/react-dropdown-menu": "^2.1.4",
"@tabler/icons-react": "^3.28.1",
"@types/dagre": "^0.7.52",
"@types/pg": "^8.11.10",
"@types/uuid": "^10.0.0",
"@uiw/react-markdown-preview": "^5.1.3",
"@uiw/react-md-editor": "^4.0.5",
"antd": "^5.23.0",
"antd-style": "^3.7.1",
"dagre": "^0.8.5",
"date-fns": "^4.1.0",
"dayjs": "^1.11.13",
"framer-motion": "^11.16.0",
"https-proxy-agent": "^7.0.6",
"idb": "^8.0.1",
"lucide-react": "^0.469.0",
"next": "^14.2.22",
"next-themes": "^0.4.4",
"node-fetch": "^2.7.0",
"pg": "^8.13.1",
"react": "^18",
"react-dom": "^18",
"react-mentions": "^4.4.10",
"reactflow": "^11.11.4",
"swiper": "^11.2.0",
"uuid": "^11.0.4",
"zod": "^3.24.1"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.16",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}