* add eslint package * upgrade lint * remove linting for generated files from trpc * ts imports * add missing features lint script * enable turbo ui * reference workspace deps correctly * fixes * Fix eslint test * Fix eslint test * npm run all back * fix e2e * fix e2e * fix e2e --------- Co-authored-by: Alex van Andel <me@alexvanandel.com>
38 lines
964 B
JSON
38 lines
964 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": "eslint ."
|
|
},
|
|
"dependencies": {
|
|
"@calcom/config": "workspace:*",
|
|
"@calcom/lib": "workspace:*",
|
|
"@calcom/ui": "workspace:*",
|
|
"@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/eslint-config": "workspace:*",
|
|
"@calcom/tsconfig": "workspace:*",
|
|
"@types/mdx": "^2.0.13",
|
|
"@types/node": "^20",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"postcss": "^8",
|
|
"tailwindcss": "^3.4.1",
|
|
"typescript": "^5.9.0-beta"
|
|
}
|
|
}
|