-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 1.28 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
39
40
41
42
43
44
45
46
{
"name": "contentlayer",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "contentlayer build && next build && next-image-export-optimizer",
"start": "next start",
"export": "next export",
"postbuild": "next-sitemap",
"lint": "next lint",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json}\""
},
"dependencies": {
"@stitches/react": "^1.2.8",
"@tabler/icons-react": "^2.38.0",
"@types/node": "^20.8.2",
"@types/react": "^18.2.24",
"@types/react-highlight": "^0.12.6",
"decap-cms-app": "^3.0.7",
"eslint-config-prettier": "^9.0.0",
"icomoon-react": "^3.0.0",
"keen-slider": "^6.8.6",
"markdown-to-jsx": "^7.3.2",
"next": "^13.5.4",
"next-image-export-optimizer": "^1.8.5",
"next-share": "^0.27.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-github-btn": "^1.4.0",
"react-highlight": "^0.15.0",
"react-lite-youtube-embed": "^2.3.52",
"react-markdown": "^9.0.1",
"sharp": "^0.32.6"
},
"devDependencies": {
"contentlayer": "^0.3.4",
"eslint": "8.50.0",
"eslint-config-next": "^13.5.4",
"next-contentlayer": "^0.3.4",
"next-seo": "^6.1.0",
"next-sitemap": "^4.2.3",
"prettier": "^3.0.3",
"typescript": "^5.2.2"
}
}