{ "name": "@example/openapi-ts-tanstack-react-query", "private": true, "version": "0.0.39", "type": "module", "scripts": { "build": "tsc && vite build", "dev": "vite", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "openapi-ts": "openapi-ts", "preview": "vite preview", "typecheck": "tsc --noEmit" }, "dependencies": { "@radix-ui/react-form": "0.1.1", "@radix-ui/react-icons": "1.3.2", "@radix-ui/themes": "3.1.6", "@tanstack/react-query": "5.73.3", "@tanstack/react-query-devtools": "5.73.3", "react": "19.0.0", "react-dom": "19.0.0" }, "devDependencies": { "@config/vite-base": "workspace:*", "@hey-api/openapi-ts": "workspace:*", "@types/react": "19.0.1", "@types/react-dom": "19.0.1", "@typescript-eslint/eslint-plugin": "8.29.1", "@typescript-eslint/parser": "8.29.1", "@vitejs/plugin-react": "4.4.0-beta.1", "autoprefixer": "10.4.19", "eslint": "9.17.0", "eslint-plugin-react-hooks": "5.2.0", "eslint-plugin-react-refresh": "0.4.7", "postcss": "8.4.41", "prettier": "3.4.2", "tailwindcss": "3.4.9", "typescript": "5.8.3", "vite": "7.1.2" } }