Build, Test, and Push CFDM Docker Image / test (push) Failing after 3h13m2s
Build, Test, and Push CFDM Docker Image / create-release (push) Has been cancelled
Build, Test, and Push CFDM Docker Image / build-and-push (push) Has been cancelled
Build, Test, and Push CFDM Docker Image / update-wiki (push) Has been cancelled
44 lines
1.1 KiB
JSON
44 lines
1.1 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",
|
|
"lucide-react": "^1.18.0",
|
|
"next-themes": "^0.4.6",
|
|
"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"
|
|
}
|
|
}
|