{ "name": "@autumn/vite", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite --host", "build": "tsc && vite build", "start": "serve -s dist", "lint": "eslint .", "preview": "vite preview", "dev:bun": "bunx --bun vite --port 3000 --host", "build:bun": "tsc && bunx --bun vite build", "start:bun": "bunx --bun serve -s dist", "vite:fix": "rm -rf ./node_modules/.vite ./node_modules/.vite-tmp" }, "author": "Recase Inc.", "license": "Apache-2.0", "dependencies": { "@amplitude/unified": "^1.0.0-beta.9", "@autumn/shared": "workspace:*", "@better-auth/stripe": "^1.2.12", "@date-fns/utc": "^2.1.1", "@fortawesome/free-brands-svg-icons": "^6.7.2", "@fortawesome/react-fontawesome": "^0.2.2", "@heroicons/react": "^2.2.0", "@jsx-tool/jsx-tool": "^0.0.21", "@phosphor-icons/react": "^2.1.10", "@radix-ui/react-accordion": "^1.2.11", "@radix-ui/react-checkbox": "^1.1.4", "@radix-ui/react-context-menu": "^2.2.16", "@radix-ui/react-dialog": "^1.1.15", "@radix-ui/react-dropdown-menu": "^2.1.15", "@radix-ui/react-label": "^2.1.8", "@radix-ui/react-popover": "^1.1.14", "@radix-ui/react-progress": "^1.1.7", "@radix-ui/react-radio-group": "^1.3.8", "@radix-ui/react-scroll-area": "^1.2.3", "@radix-ui/react-select": "^2.1.6", "@radix-ui/react-separator": "^1.1.2", "@radix-ui/react-slot": "^1.2.3", "@radix-ui/react-switch": "^1.2.5", "@radix-ui/react-tabs": "^1.1.3", "@radix-ui/react-tooltip": "^1.1.8", "@sentry/react": "^10.25.0", "@sentry/vite-plugin": "^4.6.0", "@squircle/core": "^1.0.6", "@squircle/paint-polyfill": "^1.0.6", "@squircle/tailwindcss": "^1.0.6", "@supabase/ssr": "^0.5.2", "@tailwindcss/vite": "^4.0.13", "@tanstack/react-form": "^1.23.8", "@tanstack/react-query": "^5.85.6", "@tanstack/react-query-devtools": "^5.85.6", "@tanstack/react-table": "^8.21.3", "@types/recharts": "^2.0.1", "@wooorm/starry-night": "^3.6.0", "ag-charts-community": "^12.0.2", "ag-grid-community": "^34.0.2", "ag-grid-react": "^34.0.2", "autumn-js": "^0.1.8", "axios": "^1.8.3", "better-auth": "^1.2.9", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "cmdk": "^1.1.1", "date-fns": "^3.6.0", "decimal.js": "^10.5.0", "hast-util-to-html": "^9.0.5", "input-otp": "^1.4.2", "lodash": "^4.17.21", "lucide-react": "^0.548.0", "motion": "^12.16.0", "next-themes": "^0.4.6", "nuqs": "^2.4.3", "posthog-js": "^1.230.4", "prism-themes": "^1.9.0", "prismjs": "^1.29.0", "react": "^18.2.0", "react-cmdk": "^1.3.9", "react-confetti-explosion": "^2.1.2", "react-day-picker": "^8.10.1", "react-dom": "^18.2.0", "react-dropzone": "^14.3.8", "react-hot-toast": "^2.5.2", "react-hotkeys-hook": "^4.6.1", "react-router": "^7.3.0", "react-router-dom": "^7.6.2", "recharts": "^3.3.0", "sonner": "^2.0.1", "stripe": "catalog:", "svix-react": "^1.13.3", "swr": "^2.3.3", "tailwind-merge": "^3.0.2", "tailwindcss": "^4.0.13", "tailwindcss-animate": "^1.0.7", "vaul": "^1.1.2", "zod": "^4", "zustand": "^5.0.8" }, "devDependencies": { "@eslint/js": "^9.21.0", "@types/lodash": "^4.17.16", "@types/node": "^22.13.10", "@types/prismjs": "^1.26.5", "@types/react": "^18.3.18", "@types/react-dom": "^18.3.5", "@types/react-router-dom": "^5.3.3", "@typescript/native-preview": "^7.0.0-dev.20251111.1", "@vitejs/plugin-react": "^4.3.4", "eslint": "^9.21.0", "eslint-plugin-react-hooks": "^5.1.0", "eslint-plugin-react-refresh": "^0.4.19", "globals": "^15.15.0", "typescript": "~5.7.2", "typescript-eslint": "^8.24.1", "vite": "^6.2.0", "vite-tsconfig-paths": "^5.1.4" } }