Files
calendar/apps/ui-playground/package.json
T

40 lines
972 B
JSON

{
"name": "@calcom/timeless-ui-docs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack --port=1337",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@calcom/config": "*",
"@calcom/lib": "*",
"@calcom/ui": "*",
"@radix-ui/react-tooltip": "^1.1.8",
"airtable": "^0.12.2",
"fumadocs-core": "^14.5.4",
"fumadocs-mdx": "^11.1.1",
"fumadocs-typescript": "^3.0.2",
"fumadocs-ui": "14.4.0",
"next": "15.1.6",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-hot-toast": "^2.5.2"
},
"devDependencies": {
"@calcom/tsconfig": "*",
"@eslint/eslintrc": "^3",
"@types/mdx": "^2.0.13",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8.34.0",
"eslint-config-next": "15.1.6",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5.9.0-beta"
}
}