-
Notifications
You must be signed in to change notification settings - Fork 210
/
package.json
42 lines (42 loc) · 1.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
{
"name": "developer-blog-starter-code",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint",
"content": "velite --clean"
},
"dependencies": {
"@lottiefiles/dotlottie-react": "^0.12.0",
"@supabase/supabase-js": "^2.47.9",
"@tailwindcss/forms": "^0.5.5",
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "^10.4.20",
"date-fns": "^4.1.0",
"eslint": "^9.17.0",
"eslint-config-next": "^15.1.1",
"github-slugger": "^2.0.0",
"next": "^15.1.1",
"next-sitemap": "^4.2.2",
"postcss": "^8.4.49",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.45.4",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-pretty-code": "^0.14.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.0",
"shiki": "^1.24.2",
"tailwindcss": "^3.4.17"
},
"devDependencies": {
"encoding": "^0.1.13",
"sharp": "^0.32.6",
"velite": "^0.2.1"
}
}