UNPKG

@trapar-waves/react-tanstack

Version:

A React template leveraging TanStack tools (Query, Router) for state management, routing, and data handling, with TypeScript, Tailwind CSS, and Rsbuild integration.

72 lines (71 loc) 2.15 kB
{ "name": "@trapar-waves/react-tanstack", "type": "module", "version": "1.1.21", "packageManager": "pnpm@10.27.0", "description": "A React template leveraging TanStack tools (Query, Router) for state management, routing, and data handling, with TypeScript, Tailwind CSS, and Rsbuild integration.", "author": { "email": "admin@rikka.cc", "name": "Rikka", "url": "https://github.com/Muromi-Rikka" }, "license": "MIT", "homepage": "https://github.com/Trapar-waves/react-tanstack", "repository": { "type": "git", "url": "git+https://github.com/Trapar-waves/react-tanstack.git" }, "bugs": { "url": "https://github.com/Trapar-waves/react-tanstack/issues" }, "keywords": [ "react", "tanstack", "rsbuild", "query", "router", "typescript", "tailwindcss" ], "publishConfig": { "access": "public" }, "scripts": { "dev": "rsbuild dev --open", "build": "rsbuild build", "preview": "rsbuild preview", "lint": "eslint . --cache --max-warnings=0 --no-warn-ignored", "postinstall": "husky" }, "dependencies": { "@tanstack/react-query": "^5.90.16", "@tanstack/react-router": "^1.144.0", "react": "^19.2.3", "react-dom": "^19.2.3" }, "devDependencies": { "@antfu/eslint-config": "^6.7.3", "@eslint-react/eslint-plugin": "^2.5.0", "@iconify/json": "^2.2.424", "@iconify/tailwind4": "^1.2.0", "@rsbuild/core": "^1.7.1", "@rsbuild/plugin-react": "^1.4.2", "@tailwindcss/postcss": "^4.1.18", "@tanstack/eslint-plugin-query": "^5.91.2", "@tanstack/eslint-plugin-router": "^1.141.0", "@tanstack/react-devtools": "^0.9.0", "@tanstack/react-query-devtools": "^5.91.2", "@tanstack/react-router-devtools": "^1.144.0", "@tanstack/router-plugin": "^1.145.2", "@types/react": "^19.2.7", "@types/react-dom": "^19.2.3", "eslint": "^9.39.2", "eslint-plugin-format": "^1.1.0", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.4.25", "husky": "^9.1.7", "lint-staged": "^16.2.7", "tailwindcss": "^4.1.18", "typescript": "^5.9.3" } }