Files
cfw-autumn/vite/package.json

85 lines
2.5 KiB
JSON

{
"name": "@autumn/vite",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --port 3000 --host",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"start": "serve -s dist"
},
"dependencies": {
"@autumn/shared": "workspace:*",
"@clerk/clerk-react": "^5.24.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@radix-ui/react-accordion": "^1.2.3",
"@radix-ui/react-checkbox": "^1.1.4",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-dropdown-menu": "^2.1.6",
"@radix-ui/react-popover": "^1.1.6",
"@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",
"@supabase/ssr": "^0.5.2",
"@tailwindcss/vite": "^4.0.13",
"@tanstack/react-table": "^8.21.3",
"@wooorm/starry-night": "^3.6.0",
"autumn-js": "^0.0.41",
"axios": "^1.8.3",
"better-auth": "^1.2.9",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"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.511.0",
"motion": "^12.16.0",
"next-themes": "^0.4.6",
"posthog-js": "^1.230.4",
"prism-themes": "^1.9.0",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"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",
"sonner": "^2.0.1",
"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": "^3.25.23"
},
"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",
"@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"
}
}