daml/navigator/frontend/package.json
Moritz Kiefer 4affb053e9
Force newer version of glob-parent in Navigator (#10105)
This addresses a dependabot alert.

No nice way to do this unfortunately, it’s pulled in via transitive
deps which don’t have a version with less restrictive bounds.

I did test manually that Navigator still works (it’s a dev-time only
dependency).

changelog_begin
changelog_end
2021-06-24 14:04:38 +02:00

103 lines
3.2 KiB
JSON

{
"name": "@da/navigator",
"version": "1.1.1",
"description": "Navigator client",
"main": "src/index.tsx",
"license": "SEE LICENSE IN LICENSE",
"author": "Digital Asset (Switzerland) GmbH and/or its affiliates",
"contributors": [
"Carl Baatz <carl.baatz@digitalasset.com>",
"Mathias Hässig <mathias.haessig@ergon.ch>",
"Nicolas Gagliani <nicolas.gagliani@digitalasset.com>",
"Szabolcs Rodek <szabolcs.rodek@digitalasset.com>",
"Robert Autenrieth <rautenrieth@digitalasset.com>"
],
"scripts": {
"start": "webpack-dev-server",
"start-ui-core": "webpack-dev-server --config webpack.ui-core.js",
"build": "webpack --env prod",
"test": "echo 'No frontend tests exist yet.'"
},
"devDependencies": {
"@bazel/hide-bazel-files": "^1.7.0",
"@types/async": "^3.2.5",
"@types/babel-core": "^6.25.3",
"@types/classnames": "^2.2.11",
"@types/color": "^3.0.1",
"@types/deep-equal": "^1.0.1",
"@types/lodash": "^4.14.76",
"@types/modernizr": "^3.5.3",
"@types/react": "^17.0.0",
"@types/react-autosuggest": "^10.0.1",
"@types/react-dom": "^17.0.0",
"@types/react-overlays": "^3.1.0",
"@types/react-redux": "^7.1.11",
"@types/react-virtualized": "^9.21.10",
"@types/route-parser": "^0.1.3",
"@types/styled-components": "^5.1.0",
"@typescript-eslint/eslint-plugin": "^4.9.0",
"@typescript-eslint/parser": "^4.9.0",
"case-sensitive-paths-webpack-plugin": "^2.3.0",
"classnames": "^2.2.5",
"css-loader": "^5.0.1",
"eslint": "^7.0.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsdoc": "^30.7.8",
"eslint-plugin-react": "^7.21.5",
"eslint-webpack-plugin": "^2.4.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^4.5.0",
"json-loader": "^0.5.7",
"license-checker": "^25.0.1",
"modernizr-loader": "^1.0.1",
"raw-loader": "^4.0.2",
"style-loader": "^2.0.0",
"ts-loader": "8.0.11",
"tsconfig-paths-webpack-plugin": "^3.3.0",
"typescript": "4.1.2",
"url-loader": "^4.1.1",
"webpack": "^4.44.2",
"webpack-cli": "^4.2.0",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"@apollo/client": "^3.3.2",
"babel-standalone": "^6.26.0",
"color": "^3.0.1",
"deep-equal": "^2.0.5",
"enzyme": "^3.11.0",
"es6-promise": "^4.1.1",
"graphql": "^15.4.0",
"jpeg-js": "^0.4.1",
"lodash": "^4.17.19",
"modernizr": "^3.11.4",
"moment": "^2.23.0",
"normalize.css": "^8.0.1",
"react": "^17.0.1",
"react-autosuggest": "^10.0.4",
"react-dom": "^17.0.1",
"react-is": "^17.0.1",
"react-markdown": "5.0.3",
"react-overlays": "^4.1.1",
"react-redux": "^7.2.2",
"react-virtualized": "^9.9.0",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"route-parser": "0.0.5",
"styled-components": "^5.1.1",
"typescript-collections": "^1.3.3",
"uuidjs": "^4.2.6",
"whatwg-fetch": "^3.5.0"
},
"resolutions": {
"**/elliptic": "^6.5.4",
"**/jpeg-js": "^0.4.1",
"**/selfsigned": "^1.10.8",
"**/ssri": "^8.0.1",
"**/hosted-git-info": "^4.0.2",
"**/ws": "^7.4.6",
"**/css-what": "^5.0.1",
"**/glob-parent": "^6.0.0"
}
}