-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 884 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
{
"name": "www",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next lint && next build",
"export": "next export",
"start": "next start",
"lint": "next lint",
"format:check": "prettier --list-different \"$npm_package_config_prettier\"",
"format": "prettier --write \"$npm_package_config_prettier\""
},
"dependencies": {
"clsx": "^1.2.1",
"gray-matter": "4.0.3",
"next": "12.1.4",
"react": "17.0.2",
"react-dom": "17.0.2",
"remark": "14.0.2",
"remark-html": "15.0.1",
"strip-markdown": "5.0.0"
},
"devDependencies": {
"@netlify/plugin-nextjs": "4.23.1",
"@types/node": "16.11.13",
"@types/react": "17.0.37",
"eslint": "8.4.1",
"eslint-config-next": "12.0.7",
"eslint-config-prettier": "^8.5.0",
"prettier": "2.7.1",
"sass": "^1.54.9",
"typescript": "4.5.4"
}
}