-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.22 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.22 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
{
"name": "maxforsey.com-2.0",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "NEXT_WEBPACK_USEPOLLING=1 next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@heroicons/react": "^2.2.0",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.2.7",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@supabase/supabase-js": "^2.45.6",
"@types/katex": "^0.16.7",
"date-fns": "^3.6.0",
"framer-motion": "^11.11.9",
"gray-matter": "^4.0.3",
"katex": "^0.16.11",
"next": "^14.2.24",
"next-mdx-remote": "^6.0.0",
"next-themes": "^0.2.1",
"react": "^18",
"react-dom": "^18",
"react-katex": "^3.0.1",
"resend": "^4.1.2",
"server-only": "^0.0.1",
"slugify": "^1.6.6",
"web-vitals": "^4.2.4",
"zod": "^3.24.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.16",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-katex": "^3.0.4",
"autoprefixer": "^10.4.20",
"eslint": "^8",
"eslint-config-next": "14.2.4",
"postcss": "^8.5.1",
"tailwindcss": "^3.4.17",
"typescript": "^5"
}
}