-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.15 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.15 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
{
"name": "foxrain-blog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"contentlayer": "^0.3.4",
"date-fns": "^2.30.0",
"geist": "^1.3.1",
"next": "^14.2.15",
"next-contentlayer": "^0.3.4",
"pliny": "^0.1.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rehype-prism-plus": "^1.6.3",
"rehype-slug": "^6.0.0"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^20.16.12",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.15",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-unused-imports": "^4.1.4",
"next-themes": "^0.2.1",
"postcss": "^8.4.47",
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.5.14",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3"
},
"overrides": {
"next-contentlayer": {
"next": "$next"
}
}
}