mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.6.0. - [Release notes](https://github.com/ljharb/qs/releases) - [Changelog](https://github.com/ljharb/qs/blob/master/CHANGELOG.md) - [Commits](https://github.com/ljharb/qs/compare/v6.5.2...v6.6.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
81 lines
2.2 KiB
JSON
81 lines
2.2 KiB
JSON
{
|
|
"name": "ui",
|
|
"version": "0.0.1",
|
|
"license": "Apache-2.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@attently/riek": "2.0.1",
|
|
"@babel/polyfill": "7.0.0",
|
|
"@fortawesome/fontawesome-svg-core": "1.2.8",
|
|
"@fortawesome/free-regular-svg-icons": "5.5.0",
|
|
"@fortawesome/free-solid-svg-icons": "5.5.0",
|
|
"@fortawesome/react-fontawesome": "0.1.3",
|
|
"@sentry/browser": "4.3.4",
|
|
"body-scroll-lock": "2.6.1",
|
|
"bootstrap": "4.1.3",
|
|
"bootswatch": "4.1.3",
|
|
"copy-to-clipboard": "3.0.8",
|
|
"fast-deep-equal": "2.0.1",
|
|
"favico.js": "0.3.10",
|
|
"lodash.debounce": "4.0.8",
|
|
"lodash.throttle": "4.1.1",
|
|
"lodash.uniqueid": "4.0.1",
|
|
"mobx": "5.6.0",
|
|
"mobx-react": "5.4.2",
|
|
"mobx-stored": "1.0.2",
|
|
"moment": "2.22.2",
|
|
"object-hash": "1.3.1",
|
|
"prop-types": "15.6.2",
|
|
"qs": "6.6.0",
|
|
"react": "16.6.3",
|
|
"react-autosuggest": "9.4.2",
|
|
"react-datepicker": "2.0.0",
|
|
"react-dom": "16.6.3",
|
|
"react-highlighter": "0.4.3",
|
|
"react-idle-timer": "4.1.3",
|
|
"react-input-range": "1.3.0",
|
|
"react-js-pagination": "3.0.2",
|
|
"react-json-pretty": "1.7.9",
|
|
"react-linkify": "0.2.2",
|
|
"react-masonry-infinite": "1.2.2",
|
|
"react-moment": "0.8.4",
|
|
"react-onclickoutside": "6.7.1",
|
|
"react-popper": "1.3.0",
|
|
"react-resize-detector": "3.2.1",
|
|
"react-scripts": "2.1.1",
|
|
"react-select": "2.1.2",
|
|
"react-tippy": "1.2.3",
|
|
"react-transition-group": "2.5.0",
|
|
"whatwg-fetch": "3.0.0"
|
|
},
|
|
"scripts": {
|
|
"start": "NODE_ENV=dev REACT_APP_BACKEND_URI=http://localhost:8080 react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/travis-cli": "7.2.1",
|
|
"diffable-html": "3.0.0",
|
|
"enzyme": "3.7.0",
|
|
"enzyme-adapter-react-16": "1.7.0",
|
|
"jest-canvas-mock": "1.1.0",
|
|
"jest-date-mock": "1.0.6",
|
|
"jest-fetch-mock": "1.7.5",
|
|
"markdownlint-cli": "0.13.0",
|
|
"node-sass": "4.10.0"
|
|
},
|
|
"browserslist": [
|
|
">= 1%",
|
|
"last 1 major version",
|
|
"not dead",
|
|
"Chrome >= 45",
|
|
"Firefox >= 38",
|
|
"Edge >= 12",
|
|
"Explorer >= 10",
|
|
"iOS >= 9",
|
|
"Safari >= 9",
|
|
"Android >= 4.4",
|
|
"Opera >= 30"
|
|
]
|
|
}
|