{
  "name": "create-reactivite",
  "version": "6.5.1",
  "description": "⚡ Scaffold modern frontend projects in seconds — pick a template: React + Vite, Next.js 16 (App Router), Rspack, or a publishable UI kit library. All ship Tailwind v4, shadcn/ui, TypeScript and a clean, production-ready structure. The Next.js template adds i18n, TanStack Query, axios/orval, Zustand, husky and Vitest; the UI kit template adds tsup, Storybook, per-component subpath exports and npm/Nexus publish scripts. Zero setup hassle.",
  "bin": {
    "create-reactivite": "./index.js"
  },
  "type": "module",
  "scripts": {
    "prepare": "husky || true",
    "check": "sh .husky/pre-push",
    "check:staged": "sh .husky/pre-commit"
  },
  "engines": {
    "node": "^20.19.0 || >=22.12.0"
  },
  "files": [
    "index.js",
    "template/",
    "template2/",
    "template3/",
    "template4/",
    "template5/",
    "tools/figma-bridge/",
    "tools/instructions-mcp.md",
    "!tools/figma-bridge/out",
    "!**/.claude/settings.local.json",
    "!**/professional_review.md",
    "!**/professional_review.scan.json",
    "!**/.playwright-mcp",
    "!**/.husky/_",
    "!**/node_modules",
    "!**/dist",
    "!**/.next",
    "!**/storybook-static",
    "!**/coverage",
    "!**/.changeset/*.md",
    "!**/*.tgz",
    "!**/*.tsbuildinfo",
    "!**/pnpm-lock.yaml",
    "!**/package-lock.json",
    "!**/yarn.lock"
  ],
  "dependencies": {
    "execa": "^7.1.0",
    "figlet": "^1.9.3",
    "fs-extra": "^11.2.0",
    "prompts": "^2.4.2"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jsznpm/create-reactivite.git"
  },
  "bugs": {
    "url": "https://github.com/jsznpm/create-reactivite/issues"
  },
  "homepage": "https://github.com/jsznpm/create-reactivite#readme",
  "keywords": [
    "react",
    "vite",
    "nextjs",
    "rspack",
    "tailwind",
    "tailwindcss",
    "shadcn",
    "boilerplate",
    "template",
    "react-template",
    "vite-react-template",
    "create-react-app",
    "react-cli",
    "project-generator",
    "starter-kit",
    "frontend",
    "typescript",
    "reactivite",
    "create-reactivite",
    "ui-kit",
    "design-system",
    "component-library",
    "storybook"
  ],
  "author": {
    "name": "Javid Salimov",
    "email": "",
    "url": "https://github.com/jsznpm"
  },
  "license": "MIT",
  "devDependencies": {
    "husky": "^9.1.7"
  }
}
