Files
cfw-autumn/vite/package.json
2026-05-14 15:19:47 +08:00

105 lines
2.9 KiB
JSON

{
"name": "@autumn/vite",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"d": "vite --host",
"dev": "vite --host",
"build": "tsc && vite build",
"ts": "tsc --noEmit",
"start": "serve -s dist",
"lint": "eslint .",
"test:unit": "bun test tests/",
"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:*",
"@base-ui/react": "^1.4.1",
"@better-auth/dash": "catalog:",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@monaco-editor/react": "^4.7.0",
"@phosphor-icons/react": "^2.1.10",
"@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": "catalog:",
"@tanstack/react-form": "^1.23.8",
"@tanstack/react-query": "catalog:",
"@tanstack/react-table": "^8.21.3",
"@tanstack/react-virtual": "^3.13.18",
"@trigger.dev/react-hooks": "4.4.6",
"ag-charts-community": "^12.0.2",
"ag-charts-react": "^12.0.2",
"ag-grid-community": "^34.0.2",
"ag-grid-react": "^34.0.2",
"ai": "^6.0.5",
"atmn": "workspace:*",
"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",
"json5": "^2.2.3",
"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-grab": "^0.1.29",
"react-hotkeys-hook": "^4.6.1",
"react-resizable-panels": "^4.11.0",
"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",
"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",
"vaul": "^1.1.2",
"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": "catalog:",
"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": "catalog:",
"vite-tsconfig-paths": "catalog:"
}
}