{ "private": true, "scripts": { "dev": "npm run development", "development": "mix", "watch": "mix watch", "watch-poll": "mix watch -- --watch-options-poll=1000", "hot": "mix watch --hot", "prod": "npm run production", "production": "mix --production" }, "devDependencies": { "@babel/preset-react": "^7.16.5", "@popperjs/core": "^2.10.2", "axios": "^0.21.4", "bootstrap": "^5.1.3", "laravel-mix": "^6.0.6", "lodash": "^4.17.19", "postcss": "^8.1.14", "react": "^17.0.2", "react-dom": "^17.0.2", "resolve-url-loader": "^4.0.0", "sass": "^1.32.11", "sass-loader": "^11.0.1" }, "dependencies": { "@emotion/react": "^11.7.1", "@emotion/styled": "^11.6.0", "@mui/icons-material": "^5.2.5", "@mui/lab": "^5.0.0-alpha.61", "@mui/material": "^5.2.5", "@reduxjs/toolkit": "^1.7.1", "@rtk-query/graphql-request-base-query": "^1.0.3", "@types/react": "^17.0.37", "@types/react-dom": "^17.0.11", "@types/react-redux": "^7.1.20", "@types/recharts": "^1.8.23", "date-fns": "^2.27.0", "graphql-request": "^3.7.0", "react-redux": "^7.2.6", "react-router-dom": "^6.2.1", "recharts": "^2.1.8", "ts-loader": "^9.2.6", "typescript": "^4.5.4" } }