2026-04-24 16:52:40 -05:00
|
|
|
{
|
2026-04-27 11:47:26 -05:00
|
|
|
"name": "@openconcho/web",
|
|
|
|
|
"private": true,
|
|
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "vite",
|
|
|
|
|
"build": "tsc -b && vite build",
|
|
|
|
|
"typecheck": "tsc --noEmit -p tsconfig.app.json",
|
|
|
|
|
"preview": "vite preview",
|
|
|
|
|
"lint": "biome check src/",
|
|
|
|
|
"lint:fix": "biome check --write src/",
|
|
|
|
|
"test": "vitest run --passWithNoTests",
|
|
|
|
|
"generate:api": "openapi-typescript openapi.json -o src/api/schema.d.ts"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@tauri-apps/api": "^2",
|
|
|
|
|
"@tauri-apps/plugin-http": "^2",
|
|
|
|
|
"@tauri-apps/plugin-shell": "^2",
|
|
|
|
|
"@fontsource/dm-mono": "^5.2.7",
|
|
|
|
|
"@fontsource/dm-sans": "^5.2.8",
|
|
|
|
|
"@radix-ui/react-collapsible": "^1.1.12",
|
|
|
|
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
|
|
|
"@radix-ui/react-label": "^2.1.8",
|
|
|
|
|
"@radix-ui/react-separator": "^1.1.8",
|
|
|
|
|
"@radix-ui/react-slot": "^1.2.4",
|
|
|
|
|
"@radix-ui/react-tooltip": "^1.2.8",
|
|
|
|
|
"@tailwindcss/vite": "^4.2.4",
|
|
|
|
|
"@tanstack/react-query": "^5.74.4",
|
|
|
|
|
"@tanstack/react-router": "^1.120.3",
|
|
|
|
|
"class-variance-authority": "^0.7.1",
|
|
|
|
|
"clsx": "^2.1.1",
|
|
|
|
|
"framer-motion": "^12.38.0",
|
|
|
|
|
"lucide-react": "^1.11.0",
|
|
|
|
|
"luxon": "^3.7.2",
|
|
|
|
|
"openapi-fetch": "^0.13.5",
|
|
|
|
|
"react": "catalog:",
|
|
|
|
|
"react-dom": "catalog:",
|
|
|
|
|
"react-markdown": "^10.1.0",
|
|
|
|
|
"remark-gfm": "^4.0.1",
|
|
|
|
|
"tailwind-merge": "^3.5.0",
|
|
|
|
|
"tailwindcss": "^4.2.4",
|
|
|
|
|
"zod": "catalog:"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@tanstack/router-plugin": "^1.120.3",
|
|
|
|
|
"@testing-library/jest-dom": "catalog:",
|
|
|
|
|
"@testing-library/react": "catalog:",
|
|
|
|
|
"@testing-library/user-event": "catalog:",
|
|
|
|
|
"@types/luxon": "^3.7.1",
|
|
|
|
|
"@types/node": "^25.6.0",
|
|
|
|
|
"@types/react": "catalog:",
|
|
|
|
|
"@types/react-dom": "catalog:",
|
|
|
|
|
"@vitejs/plugin-react": "catalog:",
|
|
|
|
|
"jsdom": "catalog:",
|
|
|
|
|
"openapi-typescript": "^7.8.0",
|
|
|
|
|
"typescript": "catalog:",
|
|
|
|
|
"vite": "catalog:",
|
|
|
|
|
"vitest": "catalog:"
|
|
|
|
|
}
|
2026-04-24 16:52:40 -05:00
|
|
|
}
|