Build, Test, and Push CFDM Docker Image / test (push) Successful in 3m14s
Build, Test, and Push CFDM Docker Image / build-and-push (push) Successful in 2m5s
Build, Test, and Push CFDM Docker Image / update-wiki (push) Successful in 6s
Build, Test, and Push CFDM Docker Image / create-release (push) Has been skipped
Синхронизированы тема и layout (ModeToggle, sticky header), списки переведены на DataGridCard, дашборд на компактные SectionCards. Co-authored-by: Cursor <cursoragent@cursor.com>
46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"name": "@cfdm/ui",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"exports": {
|
|
"./globals.css": "./src/styles/globals.css",
|
|
"./components/*": "./src/components/*.tsx",
|
|
"./lib/*": "./src/lib/*.ts",
|
|
"./hooks/*": "./src/hooks/*.ts"
|
|
},
|
|
"imports": {
|
|
"#lib/*": "./src/lib/*.ts",
|
|
"#hooks/*": "./src/hooks/*.ts"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@base-ui/react": "^1.5.0",
|
|
"@radix-ui/react-dialog": "^1.1.16",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.17",
|
|
"@radix-ui/react-label": "^2.1.9",
|
|
"@radix-ui/react-select": "^2.3.0",
|
|
"@radix-ui/react-slot": "^1.2.5",
|
|
"@radix-ui/react-tabs": "^1.1.14",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"date-fns": "^4.4.0",
|
|
"lucide-react": "^1.18.0",
|
|
"next-themes": "^0.4.6",
|
|
"react-day-picker": "^10.0.1",
|
|
"recharts": "^3.8.0",
|
|
"sonner": "^2.0.7",
|
|
"tailwind-merge": "^3.6.0",
|
|
"tw-animate-css": "^1.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"tailwindcss": "^4.3.1",
|
|
"typescript": "~6.0.2"
|
|
}
|
|
}
|