{ "name": "luzzu-dashboard", "version": "0.1.0", "private": true, "dependencies": { "@coreui/coreui": "^2.1.9", "@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.2.0", "@coreui/icons": "0.3.0", "@coreui/react": "~2.1.5", "axios": "0.18.0", "basic-auth": "^2.0.1", "bootstrap": "^4.4.1", "chart.js": "^2.8.0", "chartjs-plugin-annotation": "^0.5.7", "classnames": "^2.2.6", "core-js": "^2.6.5", "enzyme": "^3.9.0", "enzyme-adapter-react-16": "^1.11.2", "flag-icon-css": "^3.3.0", "font-awesome": "^4.7.0", "lodash": "^4.17.11", "node-sass": "^4.11.0", "prop-types": "^15.7.2", "query-string": "6.2.0", "react": "^16.8.5", "react-app-polyfill": "^0.2.2", "react-bootstrap": "^1.0.0-beta.16", "react-bootstrap-switch": "^15.5.3", "react-chartjs-2": "^2.7.4", "react-circular-progressbar": "^1.0.0", "react-dom": "^16.8.5", "react-fileupload-progress": "^0.4.2", "react-lineto": "^3.1.3", "react-rangeslider": "^2.2.0", "react-redux": "^6.0.1", "react-router-config": "^4.4.0-beta.8", "react-router-dom": "~4.3.1", "react-switch": "^5.0.1", "react-test-renderer": "^16.8.5", "reactstrap": "^7.1.0", "redux": "^4.0.1", "simple-line-icons": "^2.4.1" }, "devDependencies": { "react-scripts": "^2.1.8" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "test:cov": "react-scripts test --coverage", "test:debug": "react-scripts --inspect-brk test --runInBand", "eject": "react-scripts eject" }, "eslintConfig": { "extends": "react-app" }, "browserslist": [ ">0.2%", "not dead", "not ie <= 9", "not op_mini all" ], "jest": { "collectCoverageFrom": [ "src/**/*.{js,jsx}", "!**/*index.js", "!src/serviceWorker.js", "!src/polyfill.js" ] } }