-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 927 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
36
37
{
"private": true,
"scripts": {
"dev": "next dev",
"lint": "next lint",
"build": "next build",
"start": "next start"
},
"dependencies": {
"classnames": "^2.3.1",
"date-fns": "^2.29.2",
"gray-matter": "^4.0.3",
"next": "^12.2.5",
"next-themes": "^0.2.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"remark": "^14.0.2",
"remark-html": "^15.0.1",
"sass": "^1.54.5",
"sharp": "^0.30.7"
},
"devDependencies": {
"@next/eslint-plugin-next": "^12.1.5",
"@types/node": "^16.7.4",
"@types/react": "^17.0.19",
"@types/react-dom": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"autoprefixer": "^10.4.9",
"eslint": "^8.14.0",
"eslint-config-next": "^12.1.5",
"postcss": "^8.3.5",
"postcss-import": "^14.0.2",
"tailwindcss": "^3.1.8",
"typescript": "^4.4.2"
}
}