UNPKG

react-cleanup-cli

Version:

Ever wanted a tool that creates a React project for you with all the clutter removed? Vite is a great bundling tool that sets up a React Project quickly. But for those of us who don't want any of the boilerplate css or jsx or to remove the svgs it has to

44 lines (43 loc) 821 B
{ "name": "react-cleanup-cli", "version": "0.0.9", "main": "index.js", "type": "module", "files": [ "dist", "readme.md" ], "bin": { "cleanReact": "./dist/index.js" }, "scripts": { "watch": "tsc --watch", "dev": "node ./dist/index.js" }, "repository": { "type": "git", "url": "git+https://github.com/souvikelric/react-cleanup-cli" }, "keywords": [ "react", "CLI", "cli", "boilerplate-template", "node-cli", "node" ], "author": "Souvik Roy", "license": "MIT", "description": "", "devDependencies": { "@types/node": "^22.13.4", "get-package-json-file": "^2.0.0", "typescript": "^5.8.3" }, "dependencies": { "@inquirer/prompts": "^7.3.2", "chalk": "^5.4.1", "cli-welcome": "^3.0.1", "ora": "^8.2.0" } }