* Update all Yarn dependencies (2022-07-29) * Adds syncpack config * Fixes mismatches * Update yarn.lock * RRule fixes * Locking dayjs to fix build * Type fixes * Fixes mismatches * Submodule sync * Update yarn.lock * Update event.ts * Conflict fixes * Fixes prisma warnings * Liting * Upgrade next, zod * Prevents articfact overwriting * Yarn fixes * Jest fixes * Submodule sync * Formatting * Submodule sync * Adds provider for react-tooltip * Removed dotenv-cli * Readds dotenv-cli * Skips getSchedule tests Until prisma is mocked properly * Fixes * Revert prisma seed script * E2E fixes * test * Removed deprecated req.page in middleware * Make tests stable * Unskip getSchedule tests * fixed 404 logo on cal video (#3885) * Removed PW aliases as aren't needed anymore Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com> Co-authored-by: zomars <zomars@me.com> Co-authored-by: Hariom Balhara <hariombalhara@gmail.com> Co-authored-by: Alex van Andel <me@alexvanandel.com> Co-authored-by: Peer Richelsen <peeroke@gmail.com>
33 lines
895 B
JSON
33 lines
895 B
JSON
{
|
|
"name": "@calcom/config",
|
|
"sideEffects": false,
|
|
"version": "0.0.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"files": [
|
|
"eslint-preset.js",
|
|
"prettier-preset.js"
|
|
],
|
|
"dependencies": {
|
|
"@calcom/eslint-plugin-eslint": "*",
|
|
"eslint-config-next": "^12.2.3",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-config-turbo": "^0.0.3",
|
|
"eslint-plugin-playwright": "^0.9.0",
|
|
"eslint-plugin-prettier": "^4.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/forms": "^0.5.2",
|
|
"@tailwindcss/line-clamp": "^0.4.0",
|
|
"@tailwindcss/typography": "^0.5.4",
|
|
"@trivago/prettier-plugin-sort-imports": "3.2.0",
|
|
"@typescript-eslint/eslint-plugin": "^5.31.0",
|
|
"@typescript-eslint/parser": "^5.31.0",
|
|
"eslint": "^8.20.0",
|
|
"prettier": "^2.7.1",
|
|
"prettier-plugin-tailwindcss": "^0.1.13",
|
|
"tailwindcss": "^3.1.6",
|
|
"typescript": "^4.7.4"
|
|
}
|
|
}
|