create-react-component-folder
Version:
Creates single react component folder structure
22 lines (21 loc) • 377 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": {
"create-react-component-folder": "^0.1.26",
"lodash": "^4.17.11"
},
"crcf": [
"scss",
"proptypes",
"stories",
"spec"
]
}