18 lines
354 B
JSON
18 lines
354 B
JSON
|
{
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"dev": "next",
|
||
|
"dev:watch": "next-remote-watch ./posts",
|
||
|
"build": "next build",
|
||
|
"start": "next start"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"gray-matter": "^4.0.2",
|
||
|
"next": "latest",
|
||
|
"next-mdx-remote": "^3.0.1",
|
||
|
"next-remote-watch": "1.0.0",
|
||
|
"react": "^17.0.2",
|
||
|
"react-dom": "^17.0.2"
|
||
|
}
|
||
|
}
|