-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 1.04 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
{
"name": "aayushsahu.com",
"private": true,
"node": "20.x",
"scripts": {
"dev": "next dev",
"build": "contentlayer build && next build",
"start": "next start",
"lint": "next lint",
"newPost": "node utils/createPost.js"
},
"dependencies": {
"contentlayer": "^0.3.4",
"date-fns": "^2.28.0",
"feed": "^4.2.2",
"kbar": "0.1.0-beta.36",
"markdown-toc": "^1.2.0",
"next": "12.2.2",
"next-contentlayer": "^0.3.4",
"phoenix": "^1.6.15",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.4.0",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-prism-plus": "^1.4.2",
"rehype-slug": "^5.0.1",
"remark": "^15.0.1",
"remark-gfm": "^3.0.1",
"remark-html": "^16.0.1",
"sharp": "^0.33.1"
},
"devDependencies": {
"@types/node": "^18.0.6",
"@types/phoenix": "^1.5.4",
"@types/react": "^17.0.43",
"eslint": "8.20.0",
"eslint-config-next": "12.2.2",
"next-remote-watch": "^2.0.0",
"typescript": "^4.7.4"
}
}