{ "name": "rocks-bones-sticks-frontend", "private": true, "version": "0.1.0", "type": "module", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview", "lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0" }, "dependencies": { "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", "@fontsource/roboto": "^5.0.8", "@microsoft/clarity": "^1.0.0", "@mui/icons-material": "^5.14.19", "@mui/material": "^5.14.19", "@reduxjs/toolkit": "^2.0.1", "@stripe/react-stripe-js": "^2.4.0", "@stripe/stripe-js": "^2.2.0", "@tanstack/react-query": "^5.12.2", "axios": "^1.6.2", "date-fns": "^4.1.0", "dotenv": "^16.5.0", "papaparse": "^5.5.2", "react": "^18.2.0", "react-dom": "^18.2.0", "react-email-editor": "^1.7.11", "react-redux": "^9.0.2", "react-router-dom": "^6.20.1", "recharts": "^2.10.3", "xlsx": "^0.18.5" }, "devDependencies": { "@types/react": "^18.2.37", "@types/react-dom": "^18.2.15", "@vitejs/plugin-react": "^4.2.0", "eslint": "^8.53.0", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.4", "sass": "^1.69.5", "vite": "^5.0.0" } }