create-react-app-alternative
Version:
**The modern, batteries-included way to start React projects—no more outdated boilerplates!**
29 lines (28 loc) • 555 B
JSON
{
"name": "create-react-app-alternative",
"version": "4.0.0",
"license": "MIT",
"type": "commonjs",
"repository": {
"type": "git",
"url": "git+https://github.com/viendinhcom/esmate.git"
},
"bin": {
"create-react-app-alternative": "./cli.js"
},
"dependencies": {
"commander": "^14.0.0"
},
"keywords": [
"create-react-app",
"create-react-app-alternative",
"react-app",
"esmate-app",
"create-esmate",
"vite",
"vite-react",
"react-router",
"esmate-eslint",
"esmate-prettier"
]
}