mirror of
https://github.com/nicotsx/ironmount.git
synced 2025-12-10 12:10:51 +01:00
65 lines
1.8 KiB
JSON
65 lines
1.8 KiB
JSON
{
|
|
"name": "@ironmount/client",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "react-router build",
|
|
"dev": "react-router dev",
|
|
"start": "react-router-serve ./build/server/index.js",
|
|
"tsc": "react-router typegen && tsc"
|
|
},
|
|
"dependencies": {
|
|
"@hookform/resolvers": "^5.2.2",
|
|
"@ironmount/schemas": "workspace:*",
|
|
"@radix-ui/react-alert-dialog": "^1.1.15",
|
|
"@radix-ui/react-checkbox": "^1.3.3",
|
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
"@radix-ui/react-label": "^2.1.7",
|
|
"@radix-ui/react-progress": "^1.1.8",
|
|
"@radix-ui/react-scroll-area": "^1.2.10",
|
|
"@radix-ui/react-select": "^2.2.6",
|
|
"@radix-ui/react-separator": "^1.1.7",
|
|
"@radix-ui/react-slot": "^1.2.3",
|
|
"@radix-ui/react-switch": "^1.2.6",
|
|
"@radix-ui/react-tabs": "^1.1.13",
|
|
"@radix-ui/react-tooltip": "^1.2.8",
|
|
"@react-router/node": "^7.9.3",
|
|
"@react-router/serve": "^7.9.3",
|
|
"@tanstack/react-query": "^5.90.2",
|
|
"@tanstack/react-query-devtools": "^5.90.2",
|
|
"@tanstack/react-table": "^8.21.3",
|
|
"arktype": "^2.1.23",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"cron-parser": "^5.4.0",
|
|
"date-fns": "^4.1.0",
|
|
"dither-plugin": "^1.1.1",
|
|
"isbot": "^5.1.31",
|
|
"lucide-react": "^0.546.0",
|
|
"next-themes": "^0.4.6",
|
|
"react": "^19.2.0",
|
|
"react-dom": "^19.2.0",
|
|
"react-hook-form": "^7.63.0",
|
|
"react-router": "^7.9.3",
|
|
"recharts": "3.2.1",
|
|
"sonner": "^2.0.7",
|
|
"tailwind-merge": "^3.3.1",
|
|
"yaml": "^2.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"@react-router/dev": "^7.9.3",
|
|
"@tailwindcss/vite": "^4.1.14",
|
|
"@types/node": "^24.6.2",
|
|
"@types/react": "^19.2.0",
|
|
"@types/react-dom": "^19.2.0",
|
|
"lightningcss": "^1.30.2",
|
|
"tailwindcss": "^4.1.14",
|
|
"tinyglobby": "^0.2.15",
|
|
"tw-animate-css": "^1.4.0",
|
|
"typescript": "^5.9.3",
|
|
"vite": "^7.1.9",
|
|
"vite-bundle-analyzer": "^1.2.3",
|
|
"vite-tsconfig-paths": "^5.1.4"
|
|
}
|
|
}
|