cal/packages/ui/package.json
Omar López 558897fe53
Migrates components and libs to packages (#2172)
* Migrates Dialog to ui package

* Migrates Alert to ui

* Migrate Button to ui

* UI and lib migrations

* Add missing imports

* Update Error.tsx
2022-03-16 16:36:43 -07:00

20 lines
410 B
JSON

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