-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.38 KB
/
package.json
File metadata and controls
86 lines (86 loc) · 2.38 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
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
{
"name": "untitled2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.940.0",
"@aws-sdk/s3-request-presigner": "^3.940.0",
"@cyntler/react-doc-viewer": "^1.17.1",
"@monaco-editor/react": "^4.7.0",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-tooltip": "^1.2.8",
"@tailwindcss/typography": "^0.5.19",
"@types/mime-types": "^3.0.1",
"@types/react-syntax-highlighter": "^15.5.13",
"@uiw/react-md-editor": "^4.0.10",
"@xyflow/react": "^12.9.3",
"ai": "^5.0.106",
"axios": "^1.13.2",
"bcryptjs": "^3.0.3",
"chardet": "^2.1.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"framer-motion": "^12.23.26",
"iconv-lite": "^0.7.0",
"ioredis": "^5.8.2",
"konva": "^10.0.12",
"lru-cache": "^11.2.4",
"lucide-react": "^0.555.0",
"mammoth": "^1.11.0",
"mime-types": "^3.0.2",
"mongodb": "^7.0.0",
"mysql2": "^3.15.3",
"neo4j-driver": "^6.0.1",
"next": "14.2.5",
"next-auth": "^5.0.0-beta.30",
"openai": "^6.9.1",
"pdf-parse": "^2.4.5",
"pg": "^8.16.3",
"react": "^18",
"react-doc-viewer": "^0.1.15",
"react-dom": "^18",
"react-konva": "^18.2.14",
"react-markdown": "^10.1.0",
"react-syntax-highlighter": "^16.1.0",
"reactflow": "^11.11.4",
"remark-gfm": "^4.0.1",
"sonner": "^2.0.7",
"tailwind-merge": "^3.4.0",
"uuid": "^13.0.0",
"xlsx": "^0.18.5",
"zod": "^4.1.13",
"zustand": "^5.0.9"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.17",
"@types/bcryptjs": "^2.4.6",
"@types/jest": "^30.0.0",
"@types/node": "^20",
"@types/pg": "^8.16.0",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"autoprefixer": "^10.4.22",
"dotenv": "^17.2.3",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"jest": "^30.2.0",
"node-mocks-http": "^1.17.2",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.17",
"ts-jest": "^29.4.6",
"typescript": "^5"
}
}