Files
cfw-autumn/apps/checkout/package.json
2026-03-18 08:30:27 +00:00

47 lines
1.2 KiB
JSON

{
"name": "checkout",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"ts": "bunx tsgo --build --noEmit"
},
"dependencies": {
"@autumn/shared": "workspace:*",
"@base-ui/react": "^1.1.0",
"@orpc/client": "catalog:",
"@orpc/contract": "catalog:",
"@orpc/openapi-client": "catalog:",
"@phosphor-icons/react": "^2.1.10",
"@tailwindcss/vite": "catalog:",
"@tanstack/react-query": "^5.90.20",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"motion": "^12.29.2",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-router-dom": "^7.13.0",
"shadcn": "^3.7.0",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^4.1.17",
"tw-animate-css": "^1.4.0",
"use-debounce": "^10.1.0",
"vite-tsconfig-paths": "catalog:",
"decimal.js": "catalog:"
},
"devDependencies": {
"@types/bun": "^1.3.1",
"@types/node": "^24.10.1",
"@types/react": "^19.2.5",
"@types/react-dom": "^19.2.3",
"@typescript/native-preview": "catalog:",
"@vitejs/plugin-react": "catalog:",
"typescript": "~5.9.3",
"vite": "catalog:"
}
}