{ "name": "gmoker", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "start": "bun run vite", "build": "vite build", "lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview" }, "dependencies": { "@chakra-ui/react": "^2.8.2", "@emotion/react": "^11.13.3", "@emotion/styled": "^11.13.0", "axios": "^1.7.7", "framer-motion": "^11.5.4", "mysql2": "^3.11.1", "react": "^18.3.1", "react-dom": "^18.3.1", "react-router-dom": "^6.26.2" }, "devDependencies": { "@types/react": "^18.3.5", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.1", "eslint": "^8.57.0", "eslint-plugin-react": "^7.35.2", "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-react-refresh": "^0.4.11", "vite": "^5.4.3" } }