{ "name": "ecoconnect", "private": true, "version": "1.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview" }, "dependencies": { "@internationalized/date": "^3.5.5", "@nextui-org/react": "^2.4.2", "axios": "^1.7.2", "chart.js": "^4.4.3", "dayjs": "^1.11.12", "formik": "^2.4.6", "framer-motion": "^11.2.10", "openai": "^4.53.2", "react": "^18.2.0", "react-chartjs-2": "^5.2.0", "react-dom": "^18.2.0", "react-hot-toast": "^2.4.1", "react-markdown": "^9.0.1", "react-router-dom": "^6.23.1", "remark-gfm": "^4.0.0", "yup": "^1.4.0" }, "devDependencies": { "@tailwindcss/typography": "^0.5.14", "@types/react": "^18.2.66", "@types/react-dom": "^18.2.22", "@typescript-eslint/eslint-plugin": "^7.2.0", "@typescript-eslint/parser": "^7.2.0", "@vitejs/plugin-react": "^4.2.1", "autoprefixer": "^10.4.19", "eslint": "^8.57.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.6", "postcss": "^8.4.38", "tailwindcss": "^3.4.4", "typescript": "^5.2.2", "vite": "^5.2.0" } }