man/package.json

23 lines
464 B
JSON
Raw Normal View History

2022-10-12 22:06:54 +02:00
{
"private": true,
"scripts": {
"dev": "next",
"dev:watch": "next-remote-watch ./posts",
"build": "next build",
"start": "next start"
},
"dependencies": {
2022-10-25 23:42:46 +02:00
"gray-matter": "4.0.3",
2022-10-12 22:06:54 +02:00
"next": "latest",
2022-10-25 23:42:46 +02:00
"next-mdx-remote": "3.0.8",
2022-10-12 22:06:54 +02:00
"next-remote-watch": "1.0.0",
2022-10-25 23:42:46 +02:00
"react": "17.0.2",
"react-dom": "17.0.2"
2022-10-12 22:16:59 +02:00
},
"devDependencies": {
"@types/node": "18.8.5",
"@types/react": "18.0.21",
"typescript": "4.8.4"
2022-10-12 22:06:54 +02:00
}
}