react-easy-setup
Version:
A custom React project setup with Husky and ESLint for pre-commit hooks and code quality
50 lines (49 loc) • 992 B
JSON
{
"name": "react-easy-setup",
"version": "2.0.8",
"type": "module",
"description": "A custom React project setup with Husky and ESLint for pre-commit hooks and code quality",
"main": "index.js",
"keywords": [
"react-easy-setup",
"react-easy",
"react",
"setup",
"eslint",
"husky",
"prettier",
"lint-staged",
"react-setup",
"git-hooks",
"code-quality",
"eslint-setup",
"prettier-setup",
"react-router",
"tailwind",
"es6",
"webpack",
"starter kit",
"minimal",
"reacet-component",
"tailwindv4",
"tailwindv4setup"
],
"engines": {
"node": ">=14.0.0"
},
"scripts": {
"start": "./bin/setup-react.js"
},
"bin": {
"setup-react": "./bin/setup-react.js"
},
"dependencies": {
"inquirer": "^12.4.1"
},
"repository": {
"type": "git",
"url": "https://github.com/akashpradhan-dev/react-quick-start"
},
"author": "Akash Pradhan",
"license": "MIT"
}