23 lines
468 B
JSON
23 lines
468 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": "^18.0.0",
|
|
"react-dom": "^18.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "18.8.5",
|
|
"@types/react": "18.2.29",
|
|
"typescript": "4.8.4"
|
|
}
|
|
}
|