calcom/packages/ui/package.json
Omar López 95b3397e42
Add ui package for reusable components (#1916)
* Add ui package for reusable components

* Add fallback

* Type fixes

* Type fixes

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-02-21 09:41:25 -07:00

15 lines
323 B
JSON

{
"name": "@calcom/ui",
"version": "0.0.0",
"main": "./index.tsx",
"types": "./index.tsx",
"license": "MIT",
"devDependencies": {
"@calcom/config": "*",
"@calcom/lib": "*",
"@calcom/tsconfig": "*",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"typescript": "^4.5.3"
}
}