new-react-cli
Version:
A simple React CLI to generate components instantly and more.
63 lines (62 loc) • 1.28 kB
JSON
{
"name": "new-react-cli",
"version": "2.0.0",
"description": "A simple React CLI to generate components instantly and more.",
"author": "Espero-soft Informatique",
"license": "MIT",
"main": "bin/new-react-cli",
"bin": {
"new-react-cli": "bin/new-react-cli"
},
"files": [
"bin/",
"src/",
"README.md",
"CHANGELOG.md",
"LICENSE"
],
"publishConfig": {
"access": "public"
},
"keywords": [
"cli",
"react",
"reactjs",
"espero-soft",
"mudey"
],
"engines": {
"node": ">=10.x",
"npm": ">= 6.x"
},
"browserslist": [
"maintained node versions"
],
"scripts": {
"commit": "npx git-cz",
"release": "standard-version"
},
"dependencies": {
"chalk": "^4.1.2",
"commander": "^8.1.0",
"deep-keys": "^0.5.0",
"fs-extra": "^10.0.0",
"inquirer": "^8.1.2",
"lodash": "^4.17.20",
"replace": "^1.2.0"
},
"devDependencies": {
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.3.1",
"prettier": "2.3.2",
"rimraf": "^3.0.2",
"standard-version": "^9.3.1"
},
"repository": {
"type": "git",
"url": "\"\""
}
}