{ "name": "tasks", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@fullcalendar/daygrid": "^6.1.20", "@fullcalendar/interaction": "^6.1.20", "@fullcalendar/react": "^6.1.20", "@fullcalendar/timegrid": "^6.1.20", "@simplewebauthn/browser": "^12.0.0", "next": "14.2.35", "react": "^18", "react-dom": "^18", "react-swipeable": "^7.0.2" }, "devDependencies": { "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", "eslint": "^8", "eslint-config-next": "14.2.35", "postcss": "^8", "tailwindcss": "^3.4.1", "typescript": "^5" } }