{ "name": "plane", "description": "plane.so", "private": true, "repository": "caravel/plane.so", "author": "caravel", "license": "Apache-2.0", "scripts": { "dev": "next dev --port 3001", "start": "next start", "build": "next build" }, "dependencies": { "@headlessui/react": "^1.4.0", "@heroicons/react": "^1.0.4", "autoprefixer": "^10.3.1", "next": "^12.0.1", "next-cookies": "^2.0.3", "nprogress": "0.2.0", "react": "17.0.2", "react-dom": "^17.0.2", "tailwindcss": "^2.2.7" }, "devDependencies": { "@types/nprogress": "0.2.0", "@types/react": "17.0.34", "@typescript-eslint/parser": "5.3.1", "eslint": "<8.0.0\n", "eslint-config-next": "12.0.3", "eslint-config-prettier": "8.3.0", "eslint-plugin-react": "7.27.0", "eslint-plugin-react-hooks": "4.3.0", "prettier": "2.4.1", "typescript": "4.4.4" }, "prettier": { "arrowParens": "always", "singleQuote": false, "tabWidth": 2, "trailingComma": "none" } }