
* fix: adds servers in openapi, remove hack in snippets, update deps, make dynamic import to use latests swagger ui deps * fix: remove unneded import * fix: adds yarn dev commands for api and swagger * fix: prisma not web before api * fix: improve mobile docs api * fix request snippets * fix: custom more visible scrollbar for snippets in moible * fix: remove comments and ugly scrollbar * fix: types and remove lib url * fix: install iframe-react-resizer in docs * fix: remove web scope from yarn dev:api * fix: remove json-schema autogenerated as wont be used * fix: apiKeyAuth * fix: swagger patch thx hariom * fix: add api to env/example Co-authored-by: Agusti Fernandez Pardo <git@agusti.me> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> Co-authored-by: zomars <zomars@me.com>
29 lines
755 B
JSON
29 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.0",
|
|
"nextra": "^1.1.0",
|
|
"nextra-theme-docs": "^1.2.2",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@calcom/config": "*",
|
|
"eslint": "^8.10.0"
|
|
}
|
|
}
|