{ "name": "wenab-react-js", "version": "0.1.0", "private": true, "dependencies": { "@dinero.js/currencies": "^2.0.0-alpha.8", "@material-table/core": "^0.2.6", "@material-table/exporters": "^1.0.8", "@mui/icons-material": "^5.2.0", "@mui/lab": "^5.0.0-alpha.59", "@mui/material": "^5.2.1", "@mui/styles": "^5.2.2", "@reduxjs/toolkit": "^1.6.2", "@testing-library/jest-dom": "^5.15.0", "@testing-library/react": "^11.2.7", "@testing-library/user-event": "^12.8.3", "axios": "^0.24.0", "csv-parse": "^5.0.4", "dinero.js": "^2.0.0-alpha.8", "filefy": "^0.1.11", "lodash": "^4.17.21", "material-ui-popup-state": "^2.0.0", "math-expression-evaluator": "^1.3.8", "normalizr": "^3.6.1", "react": "^17.0.2", "react-dom": "^17.0.2", "react-router-dom": "^6.0.2", "react-scripts": "4.0.3", "react-table": "^7.7.0", "rsuite-table": "^5.3.2", "web-vitals": "^1.1.2" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject" }, "eslintConfig": { "extends": [ "react-app", "react-app/jest" ] }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "devDependencies": { "@craco/craco": "^6.4.0", "@welldone-software/why-did-you-render": "^6.2.3" } }