{ "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", "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": { "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" } }