rsnext/examples/with-contentlayer/package.json
Imad Atyat-Allah 99b017e5cb
example: Added with-contentlayer example (#30045)
## Documentation / Examples

- [x] Make sure the linting passes


Co-authored-by: Lee Robinson <9113740+leerob@users.noreply.github.com>
2022-05-22 15:19:10 +00:00

15 lines
279 B
JSON

{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"contentlayer": "^0.2.4",
"next": "latest",
"next-contentlayer": "^0.2.4",
"react": "18.0.0",
"react-dom": "18.0.0"
}
}