-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.03 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
{
"name": "moonwith",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "concurrently 'content-collections watch' next dev --turbo",
"build": "content-collections build && next build",
"preview": "next build && next start",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@tailwindcss/typography": "^0.5.12",
"@types/node": "20.12.12",
"@types/react": "18.3.3",
"@types/react-dom": "18.2.25",
"@vercel/analytics": "^1.3.1",
"autoprefixer": "10.4.19",
"classnames": "^2.5.1",
"date-fns": "^3.6.0",
"eslint": "8.57.0",
"eslint-config-next": "14.2.3",
"next": "14.2.3",
"next-themes": "^0.3.0",
"postcss": "8.4.38",
"react": "18.3.1",
"react-dom": "18.2.0",
"tailwindcss": "3.4.3",
"typescript": "5.4.5"
},
"devDependencies": {
"@content-collections/cli": "^0.1.2",
"@content-collections/core": "^0.4.1",
"@content-collections/mdx": "^0.1.3",
"@content-collections/next": "^0.2.0",
"concurrently": "^8.2.2"
}
}