Files
karma/ui/package.json
dependabot[bot] d6e47b4a67 chore(deps): bump downshift from 8.2.0 to 8.2.2 in /ui
Bumps [downshift](https://github.com/downshift-js/downshift) from 8.2.0 to 8.2.2.
- [Release notes](https://github.com/downshift-js/downshift/releases)
- [Changelog](https://github.com/downshift-js/downshift/blob/master/CHANGELOG.md)
- [Commits](https://github.com/downshift-js/downshift/compare/v8.2.0...v8.2.2)

---
updated-dependencies:
- dependency-name: downshift
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-02 09:19:26 +01:00

117 lines
3.4 KiB
JSON

{
"name": "ui",
"version": "0.0.1",
"license": "Apache-2.0",
"private": true,
"dependencies": {
"@floating-ui/react-dom": "2.0.2",
"@fortawesome/fontawesome-svg-core": "6.4.2",
"@fortawesome/free-regular-svg-icons": "6.4.2",
"@fortawesome/free-solid-svg-icons": "6.4.2",
"@fortawesome/react-fontawesome": "0.2.0",
"@juggle/resize-observer": "3.4.0",
"body-scroll-lock": "3.1.5",
"bootstrap": "5.2.3",
"bootswatch": "5.2.3",
"bricks.js": "1.8.0",
"copy-to-clipboard": "3.3.3",
"csshake": "1.7.0",
"date-fns": "2.30.0",
"downshift": "8.2.2",
"favico.js": "0.3.10",
"fontfaceobserver": "2.3.0",
"intersection-observer": "0.12.2",
"lodash.debounce": "4.0.8",
"lodash.merge": "4.6.2",
"lodash.throttle": "4.1.1",
"lodash.uniqueid": "4.0.1",
"mobx": "6.10.2",
"mobx-react-lite": "4.0.5",
"mobx-stored": "1.1.0",
"promise-retry": "2.0.1",
"qs": "6.11.2",
"react": "17.0.2",
"react-app-polyfill": "3.0.0",
"react-cool-dimensions": "3.0.1",
"react-day-picker": "8.8.2",
"react-dom": "17.0.2",
"react-hotkeys-hook": "4.4.1",
"react-idle-timer": "4.6.4",
"react-intersection-observer": "9.5.2",
"react-json-pretty": "2.2.0",
"react-linkify": "0.2.2",
"react-media-hook": "0.5.0",
"react-range": "1.8.14",
"react-select": "5.7.5",
"react-transition-group": "4.4.5",
"typeface-open-sans": "1.1.13"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "7.21.11",
"@testing-library/jest-dom": "6.1.3",
"@testing-library/react": "12.1.5",
"@testing-library/react-hooks": "8.0.1",
"@testing-library/user-event": "14.5.1",
"@types/body-scroll-lock": "3.1.0",
"@types/bricks.js": "1.8.3",
"@types/enzyme": "3.10.14",
"@types/fontfaceobserver": "2.1.1",
"@types/jest": "29.5.5",
"@types/lodash.debounce": "4.0.7",
"@types/lodash.merge": "4.6.7",
"@types/lodash.throttle": "4.1.7",
"@types/lodash.uniqueid": "4.0.7",
"@types/node": "20.8.0",
"@types/promise-retry": "1.1.4",
"@types/qs": "6.9.8",
"@types/react": "17.0.50",
"@types/react-dom": "17.0.17",
"@wojtekmaj/enzyme-adapter-react-17": "0.8.0",
"diffable-html": "5.0.0",
"enzyme": "3.11.0",
"eslint-config-prettier": "9.0.0",
"eslint-config-react-app": "7.0.1",
"eslint-plugin-jest": "27.4.2",
"eslint-plugin-prettier": "5.0.0",
"fetch-mock": "9.11.0",
"node-fetch": "2.6.11",
"prettier": "3.0.3",
"purgecss": "5.0.0",
"react-scripts": "5.0.1",
"sass": "1.68.0",
"typescript": "4.9.5"
},
"overrides": {
"react-scripts@5.0.1": {
"autoprefixer": "10.4.12"
}
},
"scripts": {
"start": "REACT_APP_BACKEND_URI=http://localhost:8080 react-scripts start",
"build": "react-scripts build",
"postbuild": "make backup-css && purgecss -c purgecss.config.js -o build/static/css",
"test": "react-scripts test",
"analyze": "npx source-map-explorer 'build/static/js/*.js'"
},
"jest": {
"collectCoverageFrom": [
"src/**/*.{js,ts,tsx}",
"!src/**/*.stories.{js,ts,tsx}",
"!src/__fixtures__/Stories.{js,ts,tsx}",
"!src/react-app-env.d.ts",
"!src/Models/*.ts"
]
},
"browserslist": [
">= 1%",
"last 1 major version",
"not dead",
"Chrome >= 49",
"Firefox >= 52",
"Edge >= 12",
"iOS >= 9",
"Safari >= 10",
"Android >= 4.4"
]
}