-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 746 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 746 Bytes
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
{
"name": "tree-visualizer-next",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "cross-env PORT=3006 next start",
"lint": "next lint",
"postinstall": "next build"
},
"dependencies": {
"@heroui/react": "^2.8.10",
"@iconify/react": "^6.0.2",
"clsx": "^2.1.1",
"framer-motion": "^12.38.0",
"next": "^16.2.0",
"next-themes": "^0.4.6",
"react": "^19.2.4",
"react-dom": "^19.2.4"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.2.2",
"@types/node": "^25.5.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"cross-env": "^10.1.0",
"tailwindcss": "^4.2.2",
"typescript": "^5.9.3"
}
}