@nahanil/react-show
Version:
react-show React component
48 lines (47 loc) • 957 B
JSON
{
"name": "@nahanil/react-show",
"version": "3.0.5",
"description": "react-show React component",
"main": "lib/index.js",
"module": "es/index.js",
"files": [
"css",
"es",
"lib",
"umd"
],
"author": "Tanner Linsley <tannerlinsley@gmail.com>",
"homepage": "https://github.com/nahanil/react-show",
"license": "MIT",
"keywords": [
"react-show",
"react",
"show",
"animate",
"ng-show",
"react",
"appear",
"hide",
"collapse"
],
"repository": {
"type": "git",
"url": "git+https://github.com/nahanil/react-show.git"
},
"scripts": {
"build": "nwb build-react-component",
"prepublishOnly": "yarn build",
"postPublish": "git push --tags"
},
"peerDependencies": {
"react": "15 || 16"
},
"devDependencies": {
"babel-preset-env": "^1.7.0",
"eslint-config-react-tools": "^1.0.10",
"nwb": "0.18.x"
},
"dependencies": {
"raf": "^3.4.0"
}
}