* Update all Yarn dependencies (2022-05-16) * Upgrade dependencies * Removes deprecated packages * Upgrades deps * Updates submodules * Update yarn.lock * Linting * Linting * Update website * Build fixes * TODO: fix this * Module resolving * Type fixes * Intercom fixes on SSG * Fixes infinite loop * Upgrades to React 18 * Type fixes * Locks node version to 14 * Upgrades daily-js * Readds missing types * Upgrades playwright * Noop when intercom is not installed * Update website * Removed yarn.lock in favor of monorepo Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com> Co-authored-by: zomars <zomars@me.com>
30 lines
755 B
JSON
30 lines
755 B
JSON
{
|
|
"name": "@calcom/docs",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf .next",
|
|
"dev": "PORT=4000 next",
|
|
"lint": "next lint",
|
|
"type-check": "tsc --pretty --noEmit",
|
|
"lint:report": "eslint . --format json --output-file ../../lint-results/docs.json",
|
|
"start": "PORT=4000 next start",
|
|
"build": "next build"
|
|
},
|
|
"author": "Cal.com, Inc.",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"iframe-resizer-react": "^1.1.0",
|
|
"next": "^12.1.6",
|
|
"nextra": "^1.1.0",
|
|
"nextra-theme-docs": "^1.2.2",
|
|
"react": "^18.1.0",
|
|
"react-dom": "^18.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@calcom/config": "*",
|
|
"eslint": "^8.15.0"
|
|
}
|
|
}
|