mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
a462277bf0
CHANGELOG_BEGIN CHANGELOG_END
99 lines
3.0 KiB
JSON
99 lines
3.0 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 serve",
|
|
"start-ui-core": "webpack serve --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",
|
|
"apollo": "^2.5.1",
|
|
"case-sensitive-paths-webpack-plugin": "^2.3.0",
|
|
"classnames": "^2.2.5",
|
|
"css-loader": "^5.2.7",
|
|
"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": "^5.3.2",
|
|
"json-loader": "^0.5.7",
|
|
"license-checker": "^25.0.1",
|
|
"raw-loader": "^4.0.2",
|
|
"style-loader": "^2.0.0",
|
|
"ts-loader": "^9.2.6",
|
|
"tsconfig-paths-webpack-plugin": "^3.3.0",
|
|
"typescript": "4.1.2",
|
|
"url-loader": "^4.1.1",
|
|
"val-loader": "^4.0.0",
|
|
"webpack": "^5.54.0",
|
|
"webpack-cli": "^4.8.0",
|
|
"webpack-dev-server": "^4.7.3"
|
|
},
|
|
"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",
|
|
"jpeg-js": "^0.4.4",
|
|
"lodash": "^4.17.19",
|
|
"modernizr": "^3.11.8",
|
|
"moment": "^2.29.4",
|
|
"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": {
|
|
"**/shelljs": "^0.8.5",
|
|
"**/moment": "^2.29.4",
|
|
"apollo/**/parse-url": "^8.1.0",
|
|
"modernizr/**/markdown-it": "^12.3.2"
|
|
}
|
|
}
|