react-scroll-animation-wrapper
Version:
create animated react wrapper component
41 lines (40 loc) • 886 B
JSON
{
"name": "react-scroll-animation-wrapper",
"version": "1.0.3",
"description": "create animated react wrapper component",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "rm -rf ./lib && tsc",
"prepare": "npm run build"
},
"files": [
"lib/**/*"
],
"repository": {
"type": "git",
"url": "https://github.com/4thwithme/scroll-animation-wrapper"
},
"keywords": [
"reactScrollEffects",
"react",
"reactJS",
"react-component",
"animate",
"scroll",
"animation",
"reactAnimateOnScroll"
],
"author": "4thwithme",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"@types/lodash": "^4.14.176",
"@types/react": "^17.0.33",
"@types/react-dom": "^17.0.10",
"lodash": "^4.17.21",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"typescript": "^4.4.4"
}
}