UNPKG

vite-shadcn-setup

Version:

Automates Vite project setup with React, TypeScript, Tailwind CSS, ShadCN UI, and other essential configurations for a streamlined development experience in just a few seconds.

42 lines (41 loc) 997 B
{ "name": "vite-shadcn-setup", "version": "1.0.0", "description": "Automates Vite project setup with React, TypeScript, Tailwind CSS, ShadCN UI, and other essential configurations for a streamlined development experience in just a few seconds.", "main": "index.js", "bin": { "vite-setup": "./script.sh" }, "scripts": { "test": "./script.sh" }, "keywords": [ "vite", "shadcn", "setup", "automation", "react", "typescript", "tailwindcss", "ui", "vite-plugin", "vite-config", "react-setup", "typescript-setup", "tailwind-setup", "frontend", "development", "tooling", "boilerplate" ], "author": "Zaid Rakhange", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/zaid-commits/vite-shadcn-setup.git" }, "bugs": { "url": "https://github.com/zaid-commits/vite-shadcn-setup/issues" }, "homepage": "https://github.com/zaid-commits/vite-shadcn-setup#readme" }