UNPKG

quikfrontend

Version:

A CLI tool for generating React-Vite frontend projects with pre-configured setups

67 lines (66 loc) 1.78 kB
{ "name": "quikfrontend", "version": "1.0.3", "description": "A CLI tool for generating React-Vite frontend projects with pre-configured setups", "bin": { "quikfrontend": "./bin/index.js" }, "main": "bin/index.js", "scripts": { "start": "node bin/index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "cli", "react", "vite", "frontend", "code-generation", "tailwindcss", "redux", "react-router", "axios", "lucide-react", "google-oauth", "boilerplate", "scaffolding", "project-generator", "frontend-development", "rapid-prototyping", "starter-template", "developer-tools", "automation", "productivity", "web-development", "react-developers", "frontend-engineers", "jamstack", "single-page-app", "modern-web" ], "author": "Haresh Kurade (https://hareshkurade.netlify.app)", "license": "SEE LICENSE IN LICENSE", "dependencies": { "chalk": "^5.4.1", "commander": "^12.0.0", "figlet": "^1.8.1", "fs-extra": "^11.2.0", "gradient-string": "^3.0.0", "inquirer": "^11.1.0", "ora": "^8.2.0", "tailwindcss-animate": "^1.0.7", "uuid": "^10.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/hareshkurade/quikfrontend.git" }, "homepage": "https://quikfrontend.vercel.app/", "files": [ "bin/", "src/", "templates/", "README.md", "LICENSE" ] }