{ "name": "twenty-website", "version": "0.2.2", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", "@tabler/icons-react": "^2.44.0", "next": "14.0.4", "next-mdx-remote": "^4.4.1", "react": "^18", "react-dom": "^18", "remark-behead": "^3.1.0", "remark-gfm": "^3.0.1" }, "devDependencies": { "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", "eslint": "^8", "eslint-config-next": "14.0.4", "typescript": "^5" } }