Files
karma/ui/package.json
Łukasz Mierzwa 80c30f1879 fix(ui): pass configured alertmanager headers when making requests from the browser
Right now configured headers are only set on requests made from the backend to alertmanager API.
With this change fetch() calls in the browser will use those headers if proxy mode is not enabled.
2019-09-26 20:37:23 +01:00

100 lines
2.8 KiB
JSON

{
"name": "ui",
"version": "0.0.1",
"license": "Apache-2.0",
"private": true,
"dependencies": {
"@attently/riek": "2.0.1",
"@fortawesome/fontawesome-svg-core": "1.2.25",
"@fortawesome/free-regular-svg-icons": "5.11.2",
"@fortawesome/free-solid-svg-icons": "5.11.2",
"@fortawesome/react-fontawesome": "0.1.4",
"@sentry/browser": "5.6.3",
"body-scroll-lock": "2.6.4",
"bootstrap": "4.3.1",
"bootswatch": "4.3.1",
"copy-to-clipboard": "3.2.0",
"csshake": "1.5.3",
"fast-deep-equal": "2.0.1",
"favico.js": "0.3.10",
"fontfaceobserver": "2.1.0",
"lodash.debounce": "4.0.8",
"lodash.merge": "4.6.2",
"lodash.throttle": "4.1.1",
"lodash.uniqueid": "4.0.1",
"mobx": "5.13.0",
"mobx-react": "6.1.3",
"mobx-stored": "1.1.0",
"moment": "2.24.0",
"object-hash": "1.3.1",
"prop-types": "15.7.2",
"qs": "6.9.0",
"react": "16.9.0",
"react-app-polyfill": "1.0.3",
"react-autosuggest": "9.4.3",
"react-collapsible": "2.6.0",
"react-datepicker": "2.9.6",
"react-dom": "16.9.0",
"react-highlighter": "0.4.3",
"react-hotkeys": "2.0.0",
"react-idle-timer": "4.2.9",
"react-input-range": "1.3.0",
"react-js-pagination": "3.0.2",
"react-json-pretty": "2.1.0",
"react-linkify": "0.2.2",
"react-masonry-infinite": "1.2.2",
"react-moment": "0.9.2",
"react-onclickoutside": "6.9.0",
"react-popper": "1.3.4",
"react-resize-detector": "4.2.1",
"react-reveal": "1.2.2",
"react-scripts": "3.1.2",
"react-select": "3.0.5",
"react-tippy": "1.2.3",
"react-transition-group": "4.3.0",
"react-truncate": "2.4.0",
"semver": "6.3.0",
"typeface-open-sans": "0.0.75"
},
"scripts": {
"start": "NODE_ENV=dev REACT_APP_BACKEND_URI=http://localhost:8080 react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"storybook": "start-storybook",
"snapshot": "build-storybook --quiet -s public && percy-storybook --widths=700,1280 --minimum_height=200"
},
"jest": {
"collectCoverageFrom": [
"src/**/*.{js,jsx}",
"!src/**/*.stories.{js,jsx}"
]
},
"devDependencies": {
"@commitlint/travis-cli": "8.2.0",
"@percy-io/percy-storybook": "2.1.0",
"@storybook/react": "5.2.1",
"diffable-html": "4.0.0",
"enzyme": "3.10.0",
"enzyme-adapter-react-16": "1.14.0",
"eslint-plugin-prettier": "3.1.1",
"jest-canvas-mock": "2.1.1",
"jest-date-mock": "1.0.7",
"jest-fetch-mock": "2.1.2",
"markdownlint-cli": "0.18.0",
"node-sass": "4.12.0",
"prettier": "1.18.2"
},
"browserslist": [
">= 1%",
"last 1 major version",
"not dead",
"Chrome >= 49",
"Firefox >= 38",
"Edge >= 12",
"iOS >= 9",
"Safari >= 10",
"Android >= 4.4",
"Opera >= 36"
]
}