rsnext/examples/with-gsap/package.json

19 lines
346 B
JSON
Raw Normal View History

{
"name": "with-gsap",
"version": "0.1.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"gsap": "^3.0.1",
"next": "latest",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-transition-group": "^4.3.0",
"sass": "1.29.0"
},
"license": "MIT"
}