2022-04-15 12:56:22 +00:00
|
|
|
{
|
|
|
|
"name": "@calcom/swagger",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"build": "next build",
|
2022-07-12 21:07:50 +00:00
|
|
|
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf .next",
|
|
|
|
"dev": "PORT=4200 next dev",
|
2022-08-11 19:17:56 +00:00
|
|
|
"lint": "eslint . --ignore-path .gitignore",
|
2022-07-13 21:11:40 +00:00
|
|
|
"lint:fix": "eslint . --ext .ts,.js,.tsx,.jsx --fix",
|
2022-07-12 21:07:50 +00:00
|
|
|
"lint:report": "eslint . --format json --output-file ../../lint-results/swagger.json",
|
2022-05-05 15:36:02 +00:00
|
|
|
"start": "PORT=4200 next start"
|
2022-04-15 12:56:22 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-08-17 17:38:21 +00:00
|
|
|
"highlight.js": "^11.6.0",
|
2022-04-15 12:56:22 +00:00
|
|
|
"isarray": "2.0.5",
|
2023-02-28 23:38:46 +00:00
|
|
|
"next": "^13.2.1",
|
2022-04-19 08:50:40 +00:00
|
|
|
"openapi-snippet": "^0.13.0",
|
2022-08-17 17:38:21 +00:00
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-dom": "^18.2.0",
|
2022-05-17 19:31:49 +00:00
|
|
|
"swagger-ui-react": "4.11.1"
|
2022-04-15 12:56:22 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-06-13 16:59:02 +00:00
|
|
|
"@types/node": "16.9.1",
|
2023-02-16 22:39:57 +00:00
|
|
|
"@types/react": "18.0.26",
|
|
|
|
"@types/react-dom": "18.0.9",
|
2023-01-27 01:50:56 +00:00
|
|
|
"typescript": "^4.9.4"
|
2022-04-15 12:56:22 +00:00
|
|
|
}
|
|
|
|
}
|