UNPKG

react-ts-starter-kit

Version:

🚀 A modern Vite + React + TypeScript boilerplate with Tailwind CSS, ShadCN UI, ESLint, Prettier, and ready-to-use project structure.

50 lines (49 loc) • 1.29 kB
{ "name": "react-ts-starter-kit", "version": "1.0.9", "description": "🚀 A modern Vite + React + TypeScript boilerplate with Tailwind CSS, ShadCN UI, ESLint, Prettier, and ready-to-use project structure.", "main": "index.js", "bin": { "create-vite-react": "./bin/create-react-boilerplate.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node ./bin/create-react-boilerplate.js" }, "keywords": [ "react", "vite", "typescript", "starter", "starter-kit", "boilerplate", "generator", "template", "frontend", "tailwind", "shadcn", "scaffold", "setup", "react-vite-template", "vite-react-typescript" ], "author": "Bodruddoza Redoy", "license": "MIT", "dependencies": { "chalk": "^4.1.2", "commander": "^8.3.0", "fs-extra": "^10.0.0", "inquirer": "^8.2.0" }, "devDependencies": { "nodemon": "^2.0.15" }, "repository": { "type": "git", "url": "https://github.com/BodruddozaRedoy/react-ts-starter-kit.git" }, "bugs": { "url": "https://github.com/bodruddoza-redoy/react-ts-starter-kit/issues" }, "homepage": "https://github.com/BodruddozaRedoy/react-ts-starter-kit" }