codelabs-react-tanstack
Version:
A modern, production-ready boilerplate for building React applications with TypeScript, Vite, TanStack Router, TanStack Query, React Hook Form, Zod, Shadcn UI, and more.
98 lines (97 loc) • 2.55 kB
JSON
{
"name": "codelabs-react-tanstack",
"version": "1.2.4",
"description": "A modern, production-ready boilerplate for building React applications with TypeScript, Vite, TanStack Router, TanStack Query, React Hook Form, Zod, Shadcn UI, and more.",
"type": "module",
"bin": {
"codelabs-react-tanstack": "./bin/cli.js"
},
"files": [
"bin",
"src",
"public",
"index.html",
"vite.config.ts",
"tsconfig.json",
"biome.json",
"commitlint.config.js",
"components.json",
"lint-staged.config.js",
".gitignore",
".vscode",
".husky",
"README.md"
],
"keywords": [
"react",
"vite",
"tanstack-router",
"tanstack-query",
"typescript",
"boilerplate",
"template",
"shadcn-ui",
"react-hook-form",
"zod"
],
"author": "",
"license": "MIT",
"repository": {
"type": "git",
"url": ""
},
"scripts": {
"dev": "vite",
"build": "tsc --noEmit && vite build",
"lint": "biome lint .",
"lint:fix": "biome lint --write .",
"format": "biome format --write .",
"format:check": "biome format .",
"check": "biome check .",
"check:fix": "biome check --write .",
"preview": "vite preview",
"prepare": "husky"
},
"dependencies": {
"@hookform/resolvers": "^5.2.2",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@tanstack/react-query": "^5.90.6",
"@tanstack/react-router": "^1.134.9",
"@tanstack/router-devtools": "^1.134.9",
"axios": "^1.13.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"lucide-react": "^0.552.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-hook-form": "^7.66.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.3.1",
"usehooks-ts": "^3.1.1",
"zod": "^4.1.12"
},
"devDependencies": {
"@biomejs/biome": "^2.3.2",
"@commitlint/cli": "^20.1.0",
"@commitlint/config-conventional": "^20.0.0",
"@tailwindcss/postcss": "^4.1.16",
"@tailwindcss/vite": "^4.1.16",
"@tanstack/react-query-devtools": "^5.90.2",
"@tanstack/router-plugin": "^1.134.9",
"@types/node": "^24.6.0",
"@types/react": "^19.1.16",
"@types/react-dom": "^19.1.9",
"@vitejs/plugin-react": "^5.0.4",
"autoprefixer": "^10.4.21",
"globals": "^16.4.0",
"husky": "^9.1.7",
"lint-staged": "^16.2.6",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.16",
"tailwindcss-animate": "^1.0.7",
"typescript": "~5.9.3",
"vite": "^7.1.7"
}
}