rsnext/examples/with-framer-motion/package.json
Nate Moore 61a9cfb317 Add Framer Motion example (#9185)
* Add example for Framer Motion

* Prevent scroll on route change

* Replace hook with more robust useId hook

* Improve scroll behavior

* Remove custom hook in favor of gitInitialProps

* Update framer-motion, react

* Update readme

* Fix lint errors
2019-10-29 23:21:03 -04:00

16 lines
298 B
JSON

{
"name": "with-framer-motion",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"framer-motion": "latest",
"next": "latest",
"react": "16.11.0",
"react-dom": "16.11.0"
},
"license": "ISC"
}