* docs improvements * many changes * prompt changes * add refetch comment * fix: checkout subscription data * cus eligibility fixes * rm cursor thing --------- Co-authored-by: Ayush Rodrigues <joesj2905@gmail.com> Co-authored-by: John Yeo <johnyeocx@gmail.com> Co-authored-by: John Yeo <51376134+johnyeocx@users.noreply.github.com> Co-authored-by: Ayush <74830628+ay-rod@users.noreply.github.com>
110 lines
3.2 KiB
JSON
110 lines
3.2 KiB
JSON
{
|
|
"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": {
|
|
"@ai-sdk/react": "^3.0.25",
|
|
"@autumn/shared": "workspace:*",
|
|
"atmn": "workspace:*",
|
|
"@better-auth/dash": "catalog:",
|
|
"@fortawesome/free-brands-svg-icons": "^6.7.2",
|
|
"@fortawesome/react-fontawesome": "^0.2.2",
|
|
"@phosphor-icons/react": "^2.1.10",
|
|
"@radix-ui/react-accordion": "^1.2.11",
|
|
"@radix-ui/react-checkbox": "^1.1.4",
|
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
|
"@radix-ui/react-hover-card": "^1.1.15",
|
|
"@radix-ui/react-label": "^2.1.8",
|
|
"@radix-ui/react-popover": "^1.1.14",
|
|
"@radix-ui/react-radio-group": "^1.3.8",
|
|
"@radix-ui/react-scroll-area": "^1.2.10",
|
|
"@radix-ui/react-select": "^2.2.6",
|
|
"@radix-ui/react-separator": "^1.1.8",
|
|
"@radix-ui/react-slot": "^1.2.4",
|
|
"@radix-ui/react-switch": "^1.2.5",
|
|
"@radix-ui/react-tabs": "^1.1.3",
|
|
"@radix-ui/react-tooltip": "^1.2.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",
|
|
"@tailwindcss/vite": "^4.0.13",
|
|
"@tanstack/react-form": "^1.23.8",
|
|
"@tanstack/react-query": "catalog:",
|
|
"@tanstack/react-table": "^8.21.3",
|
|
"@tanstack/react-virtual": "^3.13.18",
|
|
"ag-charts-community": "^12.0.2",
|
|
"ag-grid-community": "^34.0.2",
|
|
"ag-grid-react": "^34.0.2",
|
|
"ai": "^6.0.5",
|
|
"autumn-js": "workspace:*",
|
|
"axios": "^1.8.3",
|
|
"better-auth": "catalog:",
|
|
"buffer": "^6.0.3",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"cmdk": "^1.1.1",
|
|
"date-fns": "^3.6.0",
|
|
"decimal.js": "^10.5.0",
|
|
"input-otp": "^1.4.2",
|
|
"lodash": "^4.17.21",
|
|
"lucide-react": "^0.562.0",
|
|
"motion": "^12.26.1",
|
|
"nanoid": "^5.1.6",
|
|
"nuqs": "^2.4.3",
|
|
"posthog-js": "^1.230.4",
|
|
"react": "^18.2.0",
|
|
"react-day-picker": "^8.10.1",
|
|
"react-dom": "^18.2.0",
|
|
"react-hotkeys-hook": "^4.6.1",
|
|
"react-router": "^7.3.0",
|
|
"react-router-dom": "^7.6.2",
|
|
"recharts": "^3.3.0",
|
|
"shiki": "^3.20.0",
|
|
"sonner": "^2.0.1",
|
|
"streamdown": "^1.6.10",
|
|
"stripe": "catalog:",
|
|
"svix-react": "^1.13.3",
|
|
"swr": "^2.3.3",
|
|
"tailwind-merge": "^3.0.2",
|
|
"tailwind-scrollbar-hide": "^4.0.0",
|
|
"tailwindcss": "^4.0.13",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"use-stick-to-bottom": "^1.1.1",
|
|
"zod": "^3.25.23",
|
|
"zustand": "^5.0.8"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.21.0",
|
|
"@types/lodash": "^4.17.16",
|
|
"@types/node": "^22.13.10",
|
|
"@types/react": "^18.3.18",
|
|
"@types/react-dom": "^18.3.5",
|
|
"@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"
|
|
}
|
|
}
|