react-slide-fade-in
Version:
Customizable slide fade-in animation for react
32 lines (31 loc) • 684 B
JSON
{
"name": "react-slide-fade-in",
"version": "1.0.9",
"description": "Customizable slide fade-in animation for react",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Bruno Luvizotto",
"repository": {
"url": "git@github.com:brunoluvizotto/react-slide-fade-in.git",
"type": "git"
},
"keywords": [
"react",
"animation",
"slide",
"fade"
],
"license": "MIT",
"scripts": {
"build": "tsc"
},
"devDependencies": {
"@types/node": "17.0.10",
"@types/react": "^18.0.2",
"eslint": "8.7.0",
"eslint-config-prettier": "^8.3.0",
"prettier": "^2.5.1",
"react": "^18.2.0",
"typescript": "4.5.5"
}
}