react-scroll-fade-animation
Version:
react scroll fade animation component
85 lines (84 loc) • 2.09 kB
JSON
{
"name": "react-scroll-fade-animation",
"version": "0.5.4",
"description": "react scroll fade animation component",
"keywords": [
"react",
"scroll",
"animation",
"keyframes",
"reactJS",
"react-component",
"reactScrollFadeAnimation"
],
"scripts": {
"test": "jest --config=jest.config.js",
"predeploy": "cd demo && npm run build",
"deploy": "git subtree push --prefix demo/dist origin gh-pages"
},
"homepage": "https://leon-dunamu.github.io/react-scroll-fade-animation",
"bugs": {
"url": "https://github.com/leon-dunamu/react-scroll-fade-animation/issues",
"email": "unos@khu.ac.kr"
},
"author": {
"name": "WonSeog Choi",
"email": "unos@khu.ac.kr",
"url": "https://leon-dunamu.github.io"
},
"license": "MIT",
"main": "build/index.js",
"repository": {
"type": "git",
"url": "https://github.com/leon-dunamu/react-scroll-fade-animation.git"
},
"peerDependencies": {
"react": "^17.0.0",
"react-dom": "^17.0.0"
},
"devDependencies": {
"@babel/preset-env": "^7.14.1",
"@babel/preset-typescript": "^7.13.0",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^11.2.6",
"@types/enzyme": "^3.10.8",
"@types/jest": "^26.0.23",
"@types/react": "^17.0.5",
"@types/react-dom": "^17.0.3",
"@types/react-test-renderer": "^17.0.1",
"babel-jest": "^26.6.3",
"enzyme": "^3.11.0",
"gh-pages": "^3.1.0",
"jest": "^26.6.3",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-test-renderer": "^17.0.2",
"ts-jest": "^26.5.6"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"jest": {
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
}
}