73 lines
2.0 KiB
JSON
73 lines
2.0 KiB
JSON
{
|
|
"name": "@opencut/web",
|
|
"private": true,
|
|
"type": "module",
|
|
"imports": {
|
|
"#/*": "./src/*"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite dev --port 5173",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"test": "vitest run",
|
|
"deploy": "bun run build && wrangler deploy"
|
|
},
|
|
"dependencies": {
|
|
"@base-ui/react": "^1.4.1",
|
|
"@cloudflare/vite-plugin": "^1.26.0",
|
|
"@fontsource-variable/inter": "^5.2.8",
|
|
"@hookform/resolvers": "^5.2.2",
|
|
"@hugeicons/core-free-icons": "^4.1.2",
|
|
"@hugeicons/react": "^1.1.6",
|
|
"@tailwindcss/vite": "^4.1.18",
|
|
"@tanstack/react-devtools": "latest",
|
|
"@tanstack/react-router": "latest",
|
|
"@tanstack/react-router-devtools": "latest",
|
|
"@tanstack/react-router-ssr-query": "latest",
|
|
"@tanstack/react-start": "latest",
|
|
"@tanstack/router-plugin": "^1.132.0",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"cmdk": "^1.1.1",
|
|
"date-fns": "^4.1.0",
|
|
"embla-carousel-react": "^8.6.0",
|
|
"input-otp": "^1.4.2",
|
|
"lucide-react": "^1.14.0",
|
|
"next-themes": "^0.4.6",
|
|
"radix-ui": "^1.4.3",
|
|
"react": "^19.2.0",
|
|
"react-day-picker": "^10.0.0",
|
|
"react-dom": "^19.2.0",
|
|
"react-hook-form": "^7.75.0",
|
|
"react-resizable-panels": "^4.11.0",
|
|
"recharts": "3.8.0",
|
|
"shadcn": "^4.7.0",
|
|
"sonner": "^2.0.7",
|
|
"tailwind-merge": "^3.5.0",
|
|
"tailwindcss": "^4.1.18",
|
|
"tw-animate-css": "^1.4.0",
|
|
"vaul": "^1.1.2",
|
|
"zod": "^4.4.3"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "^0.5.16",
|
|
"@tanstack/devtools-vite": "latest",
|
|
"@testing-library/dom": "^10.4.1",
|
|
"@testing-library/react": "^16.3.0",
|
|
"@types/node": "^22.10.2",
|
|
"@types/react": "^19.2.0",
|
|
"@types/react-dom": "^19.2.0",
|
|
"@vitejs/plugin-react": "^6.0.1",
|
|
"jsdom": "^28.1.0",
|
|
"typescript": "^6.0.2",
|
|
"vite": "^8.0.0",
|
|
"vitest": "^4.1.5",
|
|
"wrangler": "^4.70.0"
|
|
},
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"esbuild",
|
|
"lightningcss"
|
|
]
|
|
}
|
|
} |