react-branch
Version:
React helper conditional components for convenient and declarative development
53 lines (52 loc) • 1.36 kB
JSON
{
"name": "react-branch",
"version": "1.0.7",
"description": "React helper conditional components for convenient and declarative development",
"main": "lib/main.js",
"types": "lib/main.d.ts",
"scripts": {
"build::module": "webpack --config webpack.config.ts --mode=production",
"build::analyze": "webpack --config webpack.config.ts --env analyze --mode=production",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react",
"jsx",
"conditional",
"rendering",
"conditional-rendering",
"if-else",
"v-if",
"ng-if",
"react-conditional-rendering",
"branch",
"declarative",
"condition"
],
"author": {
"name": "Maxim Odorodko",
"email": "max.odor27@gmail.com",
"url": "https://www.npmjs.com/~ihaveataletotell"
},
"repository": {
"type": "git",
"url": "https://github.com/ihaveataletotell/react-branch.git"
},
"license": "ISC",
"devDependencies": {
"@types/react": "^17.0.18",
"ts-loader": "^9.2.5",
"ts-node": "^10.2.1",
"typescript": "^4.3.5",
"webpack": "^5.50.0",
"webpack-bundle-analyzer": "^4.4.2",
"webpack-cli": "^4.8.0"
},
"peerDependencies": {
"react": "^16.0.0 || ^17.0.0"
},
"directories": {
"lib": "lib",
"src": "src"
}
}