UNPKG

react-template-uri

Version:

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

24 lines (23 loc) 510 B
{ "name": "react-template-uri", "version": "1.0.2", "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": { "create-vite-react-app": "./index.js" }, "dependencies": { "chalk": "^5.4.1", "degit": "^2.8.4", "prompts": "^2.4.2" } }