rsnext/examples/with-joi/package.json
Sergio bace9b4949
Add with-joi example (#25759)
* Add joi and next-joi example

* Add more README information

* Update examples/with-joi/package.json

Co-authored-by: Lee Robinson <me@leerob.io>

* Update all dependencies to latest

Co-authored-by: Lee Robinson <me@leerob.io>
2021-08-02 19:43:07 -05:00

16 lines
291 B
JSON

{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"joi": "latest",
"next": "latest",
"next-connect": "latest",
"next-joi": "latest",
"react": "latest",
"react-dom": "latest"
}
}