calcom/packages/lib/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

18 lines
377 B
JSON

{
"name": "@calcom/lib",
"version": "0.0.0",
"main": "./index.ts",
"types": "./index.ts",
"license": "MIT",
"dependencies": {
"bcryptjs": "^2.4.3",
"dayjs": "^1.10.4",
"dayjs-business-time": "^1.0.4",
"next-i18next": "^8.9.0",
"react-hot-toast": "^2.1.0"
},
"devDependencies": {
"@calcom/tsconfig": "*",
"typescript": "^4.5.3"
}
}