{ "name": "fallback-ui", "version": "0.1.0", "private": true, "type": "module", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview", "lint": "eslint \"src/**/*.{ts,tsx}\"" }, "dependencies": { "@radix-ui/react-slot": "^1.1.2", "@tanstack/react-query": "^5.59.16", "@tanstack/react-router": "^1.92.8", "@tanstack/router-devtools": "^1.92.8", "@trpc/client": "^11.6.0", "@trpc/react-query": "^11.6.0", "axios": "^1.7.9", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "formik": "^2.4.9", "jwt-decode": "^4.0.0", "react": "19.0.0", "react-dom": "19.0.0", "superjson": "^2.2.1", "tailwind-merge": "^2.5.5", "yup": "^1.7.1", "zod": "^3.24.1", "zustand": "^5.0.10" }, "devDependencies": { "@types/node": "^20.17.10", "@types/react": "~19.0.10", "@types/react-dom": "~19.0.4", "@typescript-eslint/eslint-plugin": "^8.18.1", "@typescript-eslint/parser": "^8.18.1", "@vitejs/plugin-react-swc": "^3.7.2", "autoprefixer": "^10.4.20", "eslint": "^9.25.0", "eslint-plugin-react-hooks": "^5.1.0", "eslint-plugin-react-refresh": "^0.4.9", "postcss": "^8.4.49", "tailwindcss": "^3.4.16", "tailwindcss-animate": "^1.0.7", "typescript": "~5.8.3", "vite": "^6.0.5" } }