react-scroll-animator
Version:
System for creating animations based on scroll location in react
49 lines (48 loc) • 1.38 kB
JSON
{
"name": "react-scroll-animator",
"version": "0.0.7",
"description": "System for creating animations based on scroll location in react",
"main": "build/index.js",
"types": "build/index.d.ts",
"files": [
"build/*"
],
"scripts": {
"start": "webpack --watch --env dev",
"build": "webpack --env prod"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TarVK/react-scroll-animator.git"
},
"keywords": [
"React",
"Scroll",
"Animator"
],
"author": "Tar van Krieken",
"license": "MIT",
"bugs": {
"url": "https://github.com/TarVK/react-scroll-animator/issues"
},
"homepage": "https://github.com/TarVK/react-scroll-animator#readme",
"peerDependencies": {
"react": "^16.8.6"
},
"devDependencies": {
"@emotion/core": "^10.0.10",
"@emotion/styled": "^10.0.12",
"@rehooks/window-size": "^1.0.2",
"@types/react": "^16.8.19",
"@types/react-dom": "^16.8.4",
"@types/react-router-dom": "^4.3.3",
"react-dom": "^16.8.6",
"react": "^16.8.6",
"react-router-dom": "^5.0.0",
"ts-loader": "^6.0.2",
"typescript": "^3.5.1",
"webpack": "^4.32.2",
"webpack-cli": "^3.3.2",
"webpack-dev-server": "^3.5.0"
}
}