-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.07 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
{
"private": true,
"scripts": {
"dev": "next-remote-watch posts",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@types/react-syntax-highlighter": "^13.5.2",
"classnames": "^2.3.1",
"gray-matter": "^4.0.3",
"next": "latest",
"next-seo": "^4.27.0",
"plaiceholder": "^2.0.1",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-markdown": "^7.0.1",
"react-multi-carousel": "^2.6.5",
"react-social-icons": "^5.6.1",
"react-syntax-highlighter": "^15.4.4",
"rehype-raw": "^6.1.0",
"remark-gfm": "^2.0.0",
"remark-toc": "^8.0.0",
"sharp": "^0.29.1"
},
"devDependencies": {
"@types/node": "^16.9.0",
"@types/react": "^17.0.20",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"autoprefixer": "^10.2.6",
"eslint": "^7.32.0",
"eslint-config-next": "11.1.2",
"next-remote-watch": "^1.0.0",
"postcss": "^8.3.5",
"tailwindcss": "^2.2.4",
"typescript": "^4.4.3"
}
}