UNPKG

vite-react-template-cli

Version:

A script to create react template with routes, tailwindcss and redux toolkit

24 lines (23 loc) 520 B
{ "name": "vite-react-template-cli", "version": "1.0.1", "description": "A script to create react template with routes, tailwindcss and redux toolkit", "keywords": [ "SCRIPT" ], "license": "ISC", "author": "Rishabh Rawat", "type": "module", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "bin": { "vite-react-template-redux": "./index2.js" }, "dependencies": { "chalk": "^5.4.1", "degit": "^2.8.4", "prompts": "^2.4.2" } }