man/package.json

23 lines
468 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": {
"gray-matter": "^4.0.2",
"next": "latest",
"next-mdx-remote": "^3.0.1",
"next-remote-watch": "1.0.0",
2024-02-17 08:15:57 +01:00
"react": "^18.0.0",
"react-dom": "^18.0.0"
2022-10-12 22:16:59 +02:00
},
"devDependencies": {
"@types/node": "18.8.5",
2024-02-17 08:15:57 +01:00
"@types/react": "18.2.56",
2022-10-12 22:16:59 +02:00
"typescript": "4.8.4"
2022-10-12 22:06:54 +02:00
}
}