-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.72 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.72 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
{
"name": "nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"prebuild": "node scripts/build-wallpaper-index.mjs",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postbuild": "next-sitemap",
"index:wallpapers": "node scripts/build-wallpaper-index.mjs"
},
"dependencies": {
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.6.1",
"@react-three/rapier": "^2.2.0",
"@tailwindcss/typography": "^0.5.20",
"@types/three": "^0.184.1",
"axios": "^1.18.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^12.41.0",
"gsap": "^3.15.0",
"highlight.js": "^11.11.1",
"ioredis": "^5.11.1",
"lenis": "^1.3.24",
"lucide-react": "^0.514.0",
"meshline": "^3.3.1",
"mongodb": "^6.21.0",
"next": "^15.5.19",
"next-sitemap": "^4.2.3",
"ogl": "^1.0.11",
"radix-ui": "^1.6.0",
"react": "19.2.7",
"react-dom": "19.2.7",
"react-hot-toast": "^2.6.0",
"react-icons": "^5.6.0",
"react-intersection-observer": "^9.16.0",
"react-markdown": "^10.1.0",
"react-masonry-css": "^1.0.16",
"react-simple-typewriter": "^5.0.1",
"remark-gfm": "^4.0.1",
"shadcn": "^4.11.0",
"tailwind-merge": "^3.6.0",
"three": "^0.184.0",
"tw-animate-css": "^1.4.0",
"uuid": "^14.0.1",
"ws": "^8.21.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.3.1",
"@types/node": "^20.19.43",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@types/ws": "^8.18.1",
"eslint": "^9.39.4",
"eslint-config-next": "^16.2.9",
"sharp": "^0.34.5",
"tailwindcss": "^4.3.1",
"typescript": "^5.9.3"
}
}