{
  "name": "react-swc-ts-extended",
  "description": "This is a boilerplate build with Vite + SWC, React 18, TypeScript, Vitest, Testing Library, TailwindCSS 3, Eslint and Prettier, Husky and lint-staged.",
  "license": "MIT",
  "private": true,
  "version": "0.0.0",
  "author": {
    "email": "caymo.abesuni@gmail.com",
    "name": "Abe Suni M. Caymo",
    "url": "https://github.com/abetoots"
  },
  "type": "module",
  "scripts": {
    "commit": "cz",
    "dev": "vite",
    "build": "vite build",
    "lint": "eslint .",
    "preview": "vite preview",
    "prepare": "husky",
    "test": "vitest run",
    "coverage": "vitest run --coverage",
    "test:watch": "vitest --watch",
    "test:ui": "vitest --ui",
    "typecheck": "tsc",
    "pre-commit": "pnpm exec lint-staged -c ./.lintstagedrc.mjs"
  },
  "dependencies": {
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "tailwindcss": "^4.0.9"
  },
  "devDependencies": {
    "@eslint/compat": "^1.2.7",
    "@nabla/vite-plugin-eslint": "^2.0.5",
    "@satoshibits/eslint-config": "^2.0.7",
    "@tailwindcss/forms": "^0.5.10",
    "@tailwindcss/vite": "^4.0.9",
    "@testing-library/jest-dom": "^6.6.3",
    "@testing-library/react": "^16.2.0",
    "@types/node": "^22.13.9",
    "@types/react": "^19.0.10",
    "@types/react-dom": "^19.0.4",
    "@typescript-eslint/eslint-plugin": "^8.26.0",
    "@typescript-eslint/parser": "^8.26.0",
    "@typescript-eslint/utils": "^8.26.0",
    "@vitejs/plugin-react-swc": "^3.8.0",
    "commitizen": "^4.3.1",
    "cz-conventional-changelog": "^3.3.0",
    "eslint": "^9.21.0",
    "eslint-plugin-jsx-a11y": "^6.10.2",
    "eslint-plugin-react": "^7.37.4",
    "eslint-plugin-react-hooks": "^5.2.0",
    "eslint-plugin-react-refresh": "^0.4.19",
    "eslint-plugin-tailwindcss": "^3.18.0",
    "eslint-plugin-testing-library": "^7.1.1",
    "happy-dom": "^17.1.9",
    "husky": "^9.1.7",
    "jiti": "^2.4.2",
    "lint-staged": "^15.4.3",
    "npm-run-all": "^4.1.5",
    "prettier": "^3.5.3",
    "prettier-plugin-tailwindcss": "^0.6.11",
    "tailwindcss": "^3.3.3",
    "typescript": "^5.8.2",
    "typescript-eslint": "^8.26.0",
    "vite": "^6.2.0",
    "vite-tsconfig-paths": "^5.1.4",
    "vitest": "^3.0.7"
  }
}
