-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 899 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 899 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
32
33
34
35
{
"scripts": {
"dev": "next --turbopack",
"build": "next build",
"start": "next start",
"postinstall": "patch-package",
"postbuild": "node scripts/postbuild.js"
},
"dependencies": {
"@tanstack/react-query": "^5.90.16",
"axios": "^1.13.2",
"framer-motion": "^12.23.26",
"lenis": "^1.3.16",
"next": "16.0.10",
"nextra": "^4.6.0",
"nextra-theme-docs": "^4.6.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"zustand": "^5.0.9"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.17",
"@types/d3-contour": "^3.0.6",
"@types/d3-quadtree": "^3.0.6",
"@types/node": "25.0.3",
"@types/react": "19.2.7",
"@types/react-dom": "^19.2.3",
"autoprefixer": "^10.4.22",
"pagefind": "^1.4.0",
"patch-package": "^8.0.1",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.17",
"typescript": "^5.9.3"
}
}