-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.47 KB
/
package.json
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
{
"name": "www-2024",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"prebuild": "tsx ./src/scripts/runner.ts",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@supabase/ssr": "^0.5.1",
"@supabase/supabase-js": "^2.45.1",
"@types/mdx": "^2.0.13",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"@vercel/toolbar": "^0.1.20",
"class-variance-authority": "^0.7.0",
"framer-motion": "^11.0.20",
"glob": "^10.4.2",
"next": "14.2.10",
"next-mdx-remote": "^5.0.0",
"next-themes": "^0.3.0",
"plaiceholder": "^3.0.0",
"raw-loader": "^4.0.2",
"react": "^18",
"react-dom": "^18",
"remark-gfm": "^4.0.0",
"sharp": "^0.33.4",
"three": "^0.162.0",
"tweakpane": "^4.0.4"
},
"devDependencies": {
"@next/env": "^14.2.5",
"@tweakpane/core": "^2.0.4",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/three": "^0.162.0",
"@webgpu/types": "^0.1.46",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.4",
"image-size": "^1.1.1",
"postcss": "^8",
"server-only": "^0.0.1",
"shiki": "^1.6.3",
"supabase": "^1.176.10",
"tailwindcss": "^3.3.0",
"tsx": "^4.19.1",
"typescript": "^5.4.3",
"unist-util-visit": "^5.0.0"
}
}