-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 859 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
33
34
35
36
37
38
{
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "next start"
},
"dependencies": {
"@next/third-parties": "^14.1.0",
"date-fns": "^2.30.0",
"gray-matter": "^4.0.3",
"next": "^14.0.2",
"next-seo": "^6.4.0",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^9.0.0",
"react-syntax-highlighter": "^15.5.0",
"rehype-raw": "^7.0.0",
"rehype-sanitize": "^6.0.0",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"rss": "^1.2.2"
},
"engines": {
"node": ">=18"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"mini-css-extract-plugin": "^2.7.6"
},
"nextBundleAnalysis": {
"budget": 200000,
"budgetPercentIncreaseRed": 20,
"minimumChangeThreshold": 0,
"showDetails": true
}
}