-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.07 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "pmmp-nxt",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"format": "prettier . --write",
"lint": "next lint"
},
"dependencies": {
"@auth/supabase-adapter": "^1.4.1",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/mdx": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/bundle-analyzer": "^14.2.5",
"@next/mdx": "^14.2.5",
"@next/third-parties": "^14.2.5",
"@simplewebauthn/browser": "9.0.1",
"@simplewebauthn/server": "9.0.3",
"@supabase/ssr": "^0.4.0",
"@supabase/supabase-js": "^2.44.4",
"@tailwindcss/container-queries": "^0.1.1",
"@types/mdx": "^2.0.13",
"eslint": "^8.57.0",
"gray-matter": "^4.0.3",
"jose": "^5.6.3",
"next": "^14.2.5",
"next-auth": "5.0.0-beta.19",
"next-mdx-remote": "^5.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^4.12.0",
"remark-gfm": "^3.0.1",
"rss": "^1.2.2",
"sharp": "^0.31.3",
"tailwind-children": "^0.5.0",
"theme-change": "^2.5.0"
},
"devDependencies": {
"@builder.io/partytown": "^0.10.2",
"@hookform/resolvers": "^2.9.11",
"@simplewebauthn/types": "^10.0.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.13",
"@ts-react/form": "^1.8.3",
"@types/node": "18.11.3",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"@types/rss": "^0.0.32",
"autoprefixer": "^10.4.19",
"cors": "^2.8.5",
"cssnano": "^5.1.15",
"daisyui": "^4.12.10",
"eslint-config-next": "^14.2.5",
"eslint-config-prettier": "^8.10.0",
"next-pwa": "^5.6.0",
"postcss": "^8.4.40",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.2.8",
"react-hook-form": "^7.52.1",
"server-only": "^0.0.1",
"supabase": "^1.187.3",
"tailwindcss": "^3.4.7",
"typescript": "^4.9.5",
"zod": "^3.23.8"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=18",
"pnpm": ">=3"
}
}