{ "name": "chatty", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "start": "parcel public/index.html", "build": "parcel build public/index.html", "deploy": "bash deploy.sh", "test": "jest --watch", "http-server": "http-server", "flow": "flow", "eslint": "eslint", "jest": "jest", "parcel": "parcel", "bundlejs": "parcel build src/index.js" }, "keywords": [], "author": "", "license": "ISC", "browserslist": [ "last 1 version", "> 1%", "IE 10" ], "dependencies": { "abort-controller": "^2.0.3", "axios": "^0.18.0", "color-hash": "^1.0.3", "core-js": "^2.6.5", "event-source-polyfill": "0.0.16", "immer": "^1.12.1", "js-cookie": "^2.2.0", "jwt-decode": "^2.2.0", "parcel-bundler": "^1.12.3", "react": "^16.8.6", "react-completor": "^2.3.0", "react-dom": "^16.8.6", "react-loadable": "^5.5.0", "react-loading": "^2.0.3", "react-redux": "^5.1.1", "react-responsive-modal": "^3.6.0", "react-select": "^2.4.2", "react-table": "^6.9.2", "recharts": "^1.5.0", "redux": "^4.0.1", "sweetalert": "^2.1.2", "tableau-api": "^2.2.2", "whatwg-fetch": "^3.0.0" }, "devDependencies": { "@babel/core": "^7.4.3", "@babel/plugin-syntax-dynamic-import": "^7.2.0", "@babel/preset-env": "^7.4.3", "@babel/preset-flow": "^7.0.0", "babel-eslint": "^9.0.0", "babel-plugin-transform-react-jsx": "^6.24.1", "cssnano": "^4.1.10", "eslint": "^5.16.0", "eslint-config-airbnb": "^17.1.0", "eslint-config-prettier": "^3.6.0", "eslint-loader": "^2.1.2", "eslint-plugin-flowtype": "^2.50.3", "eslint-plugin-import": "^2.16.0", "eslint-plugin-jsx-a11y": "^6.2.1", "eslint-plugin-react": "^7.12.4", "flow-bin": "^0.81.0", "http-server": "^0.11.1", "jest": "^24.7.1", "parcel-plugin-bundle-visualiser": "^1.2.0", "react-testing-library": "^5.9.0", "stylelint-config-standard": "^18.2.0" }, "jest": { "moduleNameMapper": { "\\.(css|less|png|jpeg|ico|svg)$": "/__mocks__/nonjs.js" }, "setupFiles": [ "/setupTests.js" ] } }