-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 892 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"format": "prettier --ignore-path .gitignore --write ."
},
"dependencies": {
"@vercel/analytics": "^0.1.5",
"@vercel/edge-config": "^0.1.1",
"@vercel/speed-insights": "^1.0.9",
"date-fns": "^2.29.3",
"gray-matter": "^4.0.3",
"json-to-frontmatter-markdown": "^1.0.0",
"next": "^13.5.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rehype-raw": "^6.1.1",
"rehype-sanitize": "^5.0.1",
"rehype-stringify": "^9.0.3",
"remark": "^14.0.2",
"remark-rehype": "^10.1.0",
"sitemap": "^7.1.1",
"swr": "^1.3.0"
},
"devDependencies": {
"@types/node": "18.11.5",
"@types/react": "18.2.47",
"autoprefixer": "^10.4.17",
"prettier": "^2.7.1",
"tailwindcss": "^3.4.1",
"typescript": "4.8.4"
}
}