* 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>
30 lines
827 B
JSON
30 lines
827 B
JSON
{
|
|
"name": "@calcom/swagger",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "next build",
|
|
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf .next",
|
|
"dev": "PORT=4200 next dev",
|
|
"lint": "eslint . --ignore-path .gitignore",
|
|
"lint:fix": "eslint . --ext .ts,.js,.tsx,.jsx --fix",
|
|
"lint:report": "eslint . --format json --output-file ../../lint-results/swagger.json",
|
|
"start": "PORT=4200 next start"
|
|
},
|
|
"dependencies": {
|
|
"highlight.js": "^11.6.0",
|
|
"isarray": "2.0.5",
|
|
"next": "^12.2.5",
|
|
"openapi-snippet": "^0.13.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"swagger-ui-react": "4.11.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "16.9.1",
|
|
"@types/react": "^18.0.9",
|
|
"@types/react-dom": "18.0.4",
|
|
"typescript": "^4.7.4"
|
|
}
|
|
}
|