forked from rolemadelen/blog-v1
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 892 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 892 Bytes
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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"contentlayer": "^0.0.33",
"date-fns": "^2.28.0",
"feed": "^4.2.2",
"gray-matter": "^4.0.3",
"next": "^12.1.0",
"next-contentlayer": "^0.0.33",
"prismjs": "^1.27.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-markdown": "^7.1.2",
"react-syntax-highlighter": "^15.4.5",
"rehype-highlight": "^5.0.2",
"remark": "^14.0.2",
"remark-html": "^15.0.1",
"remark-prism": "^1.3.6",
"sass": "^1.45.2"
},
"devDependencies": {
"autoprefixer": "^10.4.1",
"eslint": "8.6.0",
"eslint-config-next": "12.0.8",
"postcss": "^8.4.5",
"tailwind-styled-components": "^2.0.4",
"tailwindcss": "^3.0.11"
}
}