-
-
Notifications
You must be signed in to change notification settings - Fork 274
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.28 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.28 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
{
"name": "developer-blog-starter-code",
"version": "0.1.0",
"private": true,
"scripts": {
"predev": "velite build --clean",
"dev": "next dev",
"prebuild": "velite build --clean",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "eslint .",
"content": "velite --clean",
"content:watch": "velite --watch"
},
"dependencies": {
"@lottiefiles/dotlottie-react": "^0.19.0",
"@supabase/supabase-js": "^2.104.1",
"@tailwindcss/forms": "^0.5.11",
"@tailwindcss/postcss": "^4.2.4",
"@tailwindcss/typography": "^0.5.19",
"date-fns": "^4.1.0",
"github-slugger": "^2.0.0",
"next": "^16.2.4",
"next-sitemap": "^4.2.3",
"postcss": "^8.5.10",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react-hook-form": "^7.73.1",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-pretty-code": "^0.14.3",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.1",
"shiki": "^4.0.2",
"tailwindcss": "^4.2.4"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.5",
"encoding": "^0.1.13",
"eslint": "^10.2.1",
"eslint-config-next": "^16.2.4",
"sharp": "^0.34.5",
"velite": "^0.3.1"
},
"trustedDependencies": [
"unrs-resolver"
]
}