2022-02-15 20:30:52 +00:00
|
|
|
{
|
|
|
|
"name": "@calcom/lib",
|
2023-05-13 08:22:31 +00:00
|
|
|
"private": true,
|
2022-08-11 16:36:30 +00:00
|
|
|
"sideEffects": false,
|
2022-02-15 20:30:52 +00:00
|
|
|
"version": "0.0.0",
|
|
|
|
"main": "./index.ts",
|
|
|
|
"types": "./index.ts",
|
|
|
|
"license": "MIT",
|
2022-07-12 21:07:50 +00:00
|
|
|
"scripts": {
|
|
|
|
"lint": "eslint . --ext .ts,.js,.tsx,.jsx",
|
|
|
|
"lint:fix": "eslint . --ext .ts,.js,.tsx,.jsx --fix",
|
|
|
|
"lint:report": "eslint . --format json --output-file ../../lint-results/app-store.json"
|
|
|
|
},
|
2022-02-15 20:30:52 +00:00
|
|
|
"dependencies": {
|
2022-07-22 17:27:06 +00:00
|
|
|
"@calcom/config": "*",
|
2022-08-11 00:53:05 +00:00
|
|
|
"@calcom/dayjs": "*",
|
2022-08-26 21:10:12 +00:00
|
|
|
"@sendgrid/client": "^7.7.0",
|
2023-06-22 22:25:37 +00:00
|
|
|
"@vercel/og": "^0.5.0",
|
2022-02-15 20:30:52 +00:00
|
|
|
"bcryptjs": "^2.4.3",
|
2023-06-22 22:25:37 +00:00
|
|
|
"i18next": "^23.2.3",
|
2022-03-23 22:00:30 +00:00
|
|
|
"ical.js": "^1.4.0",
|
2022-08-17 17:38:21 +00:00
|
|
|
"ics": "^2.37.0",
|
2022-11-18 23:36:32 +00:00
|
|
|
"jimp": "^0.16.1",
|
2023-08-02 09:35:48 +00:00
|
|
|
"next-collect": "^0.2.1",
|
2023-06-22 22:25:37 +00:00
|
|
|
"next-i18next": "^13.2.2",
|
2022-08-17 17:38:21 +00:00
|
|
|
"react-hot-toast": "^2.3.0",
|
|
|
|
"rrule": "^2.7.1",
|
2023-07-14 23:00:59 +00:00
|
|
|
"tailwind-merge": "^1.13.2",
|
2022-08-31 21:05:33 +00:00
|
|
|
"tsdav": "2.0.3",
|
2023-10-17 19:00:48 +00:00
|
|
|
"tslog": "^4.9.2",
|
2022-05-17 19:31:49 +00:00
|
|
|
"uuid": "^8.3.2"
|
2022-02-15 20:30:52 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@calcom/tsconfig": "*",
|
2022-05-26 17:07:14 +00:00
|
|
|
"@calcom/types": "*",
|
2022-08-11 00:53:05 +00:00
|
|
|
"@faker-js/faker": "^7.3.0",
|
2023-01-27 01:50:56 +00:00
|
|
|
"typescript": "^4.9.4"
|
2022-02-15 20:30:52 +00:00
|
|
|
}
|
|
|
|
}
|