forked from codebucks27/Nextjs-tailwindcss-blog-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.11 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.11 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
{
"name": "princeps-polycap-blog",
"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",
"@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",
"mermaid": "^10.9.1",
"mongoose": "^8.19.3",
"next": "^15.2.4",
"next-sitemap": "^4.2.2",
"postcss": "^8.4.49",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.45.4",
"react-markdown": "^9.0.1",
"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"
}
}