-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.18 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.18 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
{
"name": "tldh",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=22.0.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.17",
"@radix-ui/react-aspect-ratio": "^1.0.3",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tooltip": "^1.0.7",
"@types/d3": "^7.4.2",
"ai": "^2.2.15",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"d3": "^7.8.5",
"multer": "^1.4.5-lts.1",
"next": "^15.1.4",
"openai": "^4.12.1",
"react": "^18",
"react-dom": "^18",
"react-dropzone": "^14.2.3",
"react-hot-toast": "^2.4.1",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7",
"zustand": "^4.4.3"
},
"devDependencies": {
"@types/multer": "^1.4.8",
"@types/node": "^22",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10",
"eslint": "^8",
"eslint-config-next": "^15.1.4",
"postcss": "^8",
"tailwindcss": "^3",
"typescript": "^5"
}
}