53 lines
1.3 KiB
JSON
53 lines
1.3 KiB
JSON
{
|
|
"name": "frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"engines": {
|
|
"node": ">=22",
|
|
"pnpm": ">=10"
|
|
},
|
|
"packageManager": "pnpm@10.33.2",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"preview": "vite preview",
|
|
"typecheck": "tsc -b --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@radix-ui/react-dropdown-menu": "2.1.16",
|
|
"@radix-ui/react-label": "2.1.8",
|
|
"@radix-ui/react-separator": "1.1.8",
|
|
"@radix-ui/react-slot": "1.2.4",
|
|
"@tanstack/react-query": "5.100.1",
|
|
"@tanstack/react-router": "1.168.23",
|
|
"class-variance-authority": "0.7.1",
|
|
"clsx": "2.1.1",
|
|
"iso-3166": "4.4.0",
|
|
"lucide-react": "0.468.0",
|
|
"react": "18.3.1",
|
|
"react-dom": "18.3.1",
|
|
"react-helmet-async": "2.0.5",
|
|
"tailwind-merge": "2.6.1",
|
|
"tw-animate-css": "1.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/vite": "4.1.16",
|
|
"@tanstack/react-query-devtools": "5.100.0",
|
|
"@tanstack/react-router-devtools": "1.166.13",
|
|
"@tanstack/router-plugin": "1.167.22",
|
|
"@types/node": "22.19.17",
|
|
"@types/react": "18.3.28",
|
|
"@types/react-dom": "18.3.7",
|
|
"@vitejs/plugin-react": "4.7.0",
|
|
"tailwindcss": "4.1.16",
|
|
"typescript": "5.9.3",
|
|
"vite": "6.4.2"
|
|
},
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"esbuild"
|
|
]
|
|
}
|
|
}
|