{ "name": "", "version": "1.0.19", "private": true, "dependencies": { "@ungap/url-search-params": "^0.1.1", "axios": "^0.18.0", "bootstrap": "^4.1.3", "date-fns": "^2.0.0-alpha.27", "filepond": "^3.7.6", "filepond-plugin-file-validate-size": "^2.1.0", "filepond-plugin-file-validate-type": "^1.2.1", "filepond-plugin-image-preview": "^3.1.6", "filepond-polyfill": "^1.0.2", "highcharts": "^6.2.0", "highcharts-react-official": "^2.1.3", "history": "^4.7.2", "immutable": "^4.0.0-rc.12", "jsonp": "^0.2.1", "lodash": "^4.17.10", "map.prototype.tojson": "^0.1.3", "mathjs": "^5.1.1", "moment": "^2.22.2", "moment-timezone": "^0.5.23", "normalize.css": "^8.0.1", "numbro": "^2.1.0", "preval.macro": "^3.0.0", "prop-types": "^15.6.2", "pubsub-js": "^1.7.0", "query-string": "^6.2.0", "react": "^16.7.0", "react-app-polyfill": "^0.2.0", "react-beautiful-dnd": "^10.0.3", "react-cookie": "^3.0.4", "react-datepicker": "^2.3.0", "react-dates": "^18.3.1", "react-dom": "^16.7.0", "react-filepond": "^5.0.0", "react-html-parser": "^2.0.2", "react-idle-timer": "^4.2.3", "react-intl-universal": "^1.12.1", "react-redux": "^5.0.7", "react-router-bootstrap": "^0.24.4", "react-router-dom": "^4.3.1", "react-scripts": "^2.1.8", "react-toastify": "^4.5.2", "reactstrap": "^6.5.0", "reduce-reducers": "^0.4.3", "redux": "^4.0.0", "redux-actions": "^2.6.1", "redux-thunk": "^2.3.0", "sockjs-client": "^1.3.0", "styled-components": "^4.1.2", "styled-icons": "^7.7.0", "ts-pnp": "^1.0.1", "typescript": "^3.3.3333", "uuid": "^3.3.2", "validator": "^10.8.0", "webstomp-client": "^1.2.4" }, "devDependencies": { "@commitlint/cli": "^7.2.1", "@types/jest": "^24.0.11", "ajv": "^6.5.3", "ajv-keywords": "^3.2.0", "cross-env": "^5.2.0", "env-cmd": "^8.0.2", "enzyme": "^3.5.0", "enzyme-adapter-react-16": "^1.3.1", "jest-enzyme": "^7.0.2", "eslint-plugin-prettier": "^2.6.2", "http-proxy-middleware": "^0.19.0", "husky": "^1.2.1", "jquery": "^3.3.1", "npm-run-all": "^4.1.3", "prettier": "^1.14.2", "pretty-quick": "^1.6.0", "react-test-renderer": "^16.8.4", "redux-devtools-extension": "^2.13.5", "stylelint": "^9.9.0", "stylelint-config-recommended": "^2.1.0", "stylelint-config-styled-components": "^0.1.1", "stylelint-processor-styled-components": "^1.5.1" }, "scripts": { "start": "react-scripts start", "build": "npm --no-git-tag-version version patch && react-scripts build", "build:demo": "env-cmd .env.demo npm run build", "test": "react-scripts test --modulePaths=src --no-cache", "test:debug": "react-scripts --inspect-brk test --runInBand --no-cache --modulePaths=src", "eject": "react-scripts eject", "lint:css": "stylelint './src/**/*.js'" }, "lint-staged": { "src/**/*.{js,jsx,json,css}": [ "prettier --single-quote --write", "git add" ] }, "browserslist": [ ">0.2%", "not dead", "not ie <= 11", "not op_mini all" ], "husky": { "hooks": { "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" } } }