b1d637d1a6
* Upgrading nextjs and collect * Fixing suggestions + yarn.lock * Updating submodules Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
26 lines
555 B
JSON
26 lines
555 B
JSON
{
|
|
"name": "@calcom/swagger",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "PORT=4200 next dev",
|
|
"build": "next build",
|
|
"start": "PORT=4200 next start"
|
|
},
|
|
"dependencies": {
|
|
"highlight.js": "^11.5.1",
|
|
"isarray": "2.0.5",
|
|
"next": "12.2.0",
|
|
"openapi-snippet": "^0.13.0",
|
|
"react": "18.1.0",
|
|
"react-dom": "18.1.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.6.4"
|
|
}
|
|
}
|