generated from shadcn/next-contentlayer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 797 Bytes
/
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
{
"name": "next-contentlayer",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"preview": "next build && next start",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@tailwindcss/typography": "0.5.15",
"@types/node": "18.19.62",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@vercel/analytics": "1.3.2",
"autoprefixer": "10.4.20",
"bright": "^1.0.0",
"contentlayer2": "0.5.3",
"eslint": "8.57.1",
"eslint-config-next": "14.2.16",
"next": "14.2.21",
"next-contentlayer2": "0.5.3",
"next-themes": "0.3.0",
"postcss": "8.4.47",
"react": "18.3.1",
"react-dom": "18.3.1",
"tailwindcss": "3.4.14",
"typescript": "5.6.3"
}
}