rsnext/examples/with-next-page-transitions/package.json

16 lines
320 B
JSON

{
"name": "with-next-page-transitions",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"next": "latest",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"next-page-transitions": "1.0.0-beta.2"
},
"license": "ISC"
}