This repository has been archived on 2024-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
ui/package.json

63 lines
1.9 KiB
JSON
Raw Normal View History

{
"name": "clego-ui3",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"deploy": "mc mirror ./dist ui_clego_org/ui.clego.org --overwrite",
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
2024-04-04 17:02:51 +02:00
"@radix-ui/react-avatar": "^1.0.4",
2024-04-04 23:11:29 +02:00
"@radix-ui/react-checkbox": "^1.0.4",
2024-04-04 17:02:51 +02:00
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
2024-04-04 14:44:15 +02:00
"@radix-ui/react-icons": "^1.3.0",
2024-04-04 17:02:51 +02:00
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
2024-04-04 23:11:29 +02:00
"@tanstack/react-table": "^8.15.3",
2024-04-04 14:44:15 +02:00
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
2024-04-04 23:11:29 +02:00
"cmdk": "^1.0.0",
2024-04-04 17:02:51 +02:00
"date-fns": "^3.6.0",
"jotai": "^2.7.2",
"lucide-react": "^0.364.0",
"react": "^18.2.0",
2024-04-04 17:02:51 +02:00
"react-day-picker": "^8.10.0",
2024-04-04 14:44:15 +02:00
"react-dom": "^18.2.0",
2024-04-04 17:02:51 +02:00
"react-resizable-panels": "^2.0.16",
"react-router-dom": "^6.22.3",
2024-04-04 14:44:15 +02:00
"tailwind-merge": "^2.2.2",
2024-04-04 23:11:29 +02:00
"tailwindcss-animate": "^1.0.7",
"zod": "^3.22.4"
},
"devDependencies": {
2024-04-04 23:11:29 +02:00
"@faker-js/faker": "^8.4.1",
2024-04-04 14:44:15 +02:00
"@types/node": "^20.12.4",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react": "^4.2.1",
2024-04-04 14:44:15 +02:00
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
2024-04-04 14:44:15 +02:00
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "^5.2.2",
"vite": "^5.2.0"
}
}