Files
calendso/apps/docs/package.json
Omar López ede0e98e1f Upgrades next to 12.1 (#1895)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-02-17 22:29:54 +00:00

21 lines
413 B
JSON

{
"name": "@calcom/docs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "PORT=4000 next",
"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"
}
}