{ "name": "flexy", "version": "1.2.0", "homepage": "/", "author": "WrapPixel", "private": true, "dependencies": { "@emotion/cache": "^11.4.0", "@emotion/react": "^11.1.5", "@emotion/styled": "^11.3.0", "@mui/icons-material": "5.0.3", "@mui/lab": "5.0.0-alpha.50", "@mui/material": "5.0.3", "@mui/utils": "5.0.1", "@reduxjs/toolkit": "^1.7.2", "@testing-library/jest-dom": "^5.11.10", "@testing-library/react": "^11.2.6", "@testing-library/user-event": "^12.8.3", "apexcharts": "^3.23.1", "axios": "^0.21.1", "axios-mock-adapter": "^1.18.1", "date-fns": "^2.21.3", "feather-icons-react": "^0.4.3", "history": "^5.0.0", "js-sha256": "^0.9.0", "lodash": "^4.17.21", "moment": "^2.29.1", "prop-types": "^15.7.2", "react": "^17.0.2", "react-apexcharts": "^1.3.7", "react-big-calendar": "^0.33.5", "react-dom": "^17.0.2", "react-helmet": "^6.1.0", "react-perfect-scrollbar": "^1.5.8", "react-quill": "^1.3.5", "react-redux": "^7.2.3", "react-router": "^6.0.0-beta.0", "react-router-dom": "^6.0.0-beta.0", "react-scripts": "4.0.3", "react-spring": "^9.2.4", "react-swipeable-views": "^0.14.0", "react-swipeable-views-utils": "^0.14.0", "redux": "^4.1.0", "redux-devtools-extension": "^2.13.9", "redux-thunk": "^2.3.0", "stylis-plugin-rtl": "^2.1.0", "web-vitals": "^1.1.1", "js-cookie": "^3.0.1" }, "devDependencies": { "eslint": "^7.30.0", "eslint-config-airbnb": "^18.2.1", "eslint-config-prettier": "^8.3.0", "eslint-config-react-app": "^6.0.0", "eslint-plugin-flowtype": "^5.7.2", "eslint-plugin-import": "^2.23.4", "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-prettier": "^3.4.0", "eslint-plugin-react": "^7.24.0", "eslint-plugin-react-hooks": "^4.2.0", "prettier": "^2.3.1" }, "scripts": { "start": "export PORT=9091 && react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject", "lint": "eslint ./src", "pretty": "prettier --write \"./**/*.{js,jsx}\"" }, "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" ] } }