rc-if
Version:
React conditional rendering version of ngIf/ng-if/v-if
46 lines (45 loc) • 1.11 kB
JSON
{
"name": "rc-if",
"version": "0.0.12",
"description": "React conditional rendering version of ngIf/ng-if/v-if",
"main": "build/index.js",
"scripts": {
"build": "babel lib -d build",
"lint": "eslint lib/**; exit 0",
"lint:watch": "esw -w lib/**",
"prepublish": "npm run build"
},
"keywords": [
"react",
"ngif",
"ngIf",
"v-if"
],
"repository": {
"type": "git",
"url": "git://github.com/ivanhuay/rc-if",
"web": "https://github.com/ivanhuay/rc-if"
},
"author": "ivanhuay@gmail.com",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"babel-eslint": "^8.2.2",
"eslint": "^5.16.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"eslint-watch": "^5.1.2",
"polished": "^1.9.2",
"prop-types": "^15.6.1",
"styled-components": "^3.1.6"
},
"peerDependencies": {
"react": "^16.8.6",
"react-dom": "^16.8.6"
}
}