{ "name": "picup360", "version": "0.1.0", "private": true, "scripts": { "dev": "env-cmd -f .env.development next dev -p 34000", "build": "env-cmd -f .env.production next build", "start": "env-cmd -f .env.production next start -p 34000", "lint": "next lint" }, "dependencies": { "@emotion/react": "^11.11.4", "@emotion/styled": "^11.11.5", "@fullcalendar/core": "^6.1.15", "@fullcalendar/daygrid": "^6.1.15", "@fullcalendar/interaction": "^6.1.15", "@fullcalendar/react": "^6.1.15", "@mui/icons-material": "^5.15.18", "@mui/material": "^5.15.18", "@mui/styled-engine-sc": "^6.0.0-alpha.18", "@mui/types": "^7.2.14", "dayjs": "^1.11.11", "env-cmd": "^10.1.0", "mysql2": "^3.11.0", "next": "^14.2.13", "react": "^18", "react-dom": "^18", "react-quill": "^2.0.0", "recoil": "^0.7.7", "sass": "^1.77.1", "serverless-mysql": "^1.5.5", "styled-components": "^6.1.11", "styled-jsx": "^5.1.3" }, "devDependencies": { "@html-eslint/eslint-plugin": "^0.24.1", "@html-eslint/parser": "^0.24.1", "@types/node": "^20.12.12", "@types/react": "^18", "@types/react-dom": "^18", "@typescript-eslint/eslint-plugin": "^7.8.0", "@typescript-eslint/parser": "^7.8.0", "eslint": "^8", "eslint-config-airbnb": "^19.0.4", "eslint-config-airbnb-base": "^15.0.0", "eslint-config-airbnb-typescript": "^18.0.0", "eslint-config-next": "^14.2.3", "eslint-config-prettier": "^9.1.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-jsx-a11y": "^6.8.0", "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-react": "^7.34.1", "eslint-plugin-react-hooks": "^4.6.2", "prettier": "^3.2.5", "typescript": "^5" } }