-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.72 KB
/
Copy pathpackage.json
File metadata and controls
65 lines (65 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
64
65
{
"name": "amir.sh",
"version": "2.2.12",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"lint": "eslint . --max-warnings=0",
"typecheck": "tsc --noEmit",
"preview": "prettier --write . && npm run lint && npm run build && next start"
},
"dependencies": {
"@mdx-js/react": "^3.1.0",
"@next/mdx": "^16.2.11",
"@react-three/drei": "^10.0.8",
"@react-three/fiber": "^9.1.2",
"@upstash/redis": "^1.34.9",
"@vercel/speed-insights": "^2.0.0",
"cloudinary": "^2.6.1",
"clsx": "^2.1.1",
"drizzle-orm": "1.0.0-beta.22",
"js-cookie": "^3.0.5",
"next": "^16.2.11",
"next-auth": "^5.0.0-beta.32",
"next-cloudinary": "^6.16.0",
"next-mdx-remote": "^6.0.0",
"pg": "^8.16.0",
"posthog-js": "^1.248.1",
"posthog-node": "^5.46.0",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"sharp": "^0.35.3",
"simplex-noise": "^4.0.3",
"sugar-high": "^1.2.1",
"three": "^0.182.0",
"zustand": "^5.0.14"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.3.3",
"@types/js-cookie": "^3.0.6",
"@types/mdx": "^2.0.13",
"@types/node": "^24.13.3",
"@types/pg": "^8.15.2",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"drizzle-kit": "1.0.0-beta.22",
"eslint": "^9.39.5",
"eslint-config-next": "^16.2.11",
"postcss": "^8.5.23",
"prettier": "^3.9.6",
"prettier-plugin-tailwindcss": "^0.8.1",
"tailwind-scrollbar": "^4.0.2",
"tailwindcss": "^4.3.3",
"typescript": "^6.0.3"
},
"overrides": {
"postcss": "^8.5.23",
"sharp": "^0.35.3"
},
"allowScripts": {
"esbuild@0.25.12": true,
"unrs-resolver@1.12.2": true,
"core-js": false
}
}