reactizzen
Version:
Creates single react component folder structure with multiple flags, upgraded version of not maintained anymore create-react-folder-component library.
22 lines (21 loc) • 363 B
JSON
{
"name": "examples",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"reactizzen": "^0.0.1",
"lodash": "^4.17.11"
},
"reactizzen": [
"scss",
"proptypes",
"stories",
"spec"
]
}