daml/navigator/frontend/package.json
Robin Krom 0a26591849
upgrading to newest nodejs_rules (#4057)
* upgrading to newest nodejs_rules

CHANGELOG_BEGIN
CHANGELOG_END

* addressing andreas comments
2020-01-16 15:55:32 +01:00

87 lines
2.7 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.'",
"lint": "tslint --project tslint.json"
},
"devDependencies": {
"@bazel/hide-bazel-files": "1.1.0",
"@types/async": "2.0.39",
"@types/babel-core": "^6.25.3",
"@types/classnames": "0.0.32",
"@types/color": "1.0.3",
"@types/deep-equal": "1.0.0",
"@types/lodash": "4.14.76",
"@types/react": "^16.0.5",
"@types/react-autosuggest": "8.0.1",
"@types/react-dom": "^15.5.0",
"@types/react-overlays": "0.8.4",
"@types/react-redux": "^5.0.8",
"@types/react-virtualized": "9.7.4",
"@types/route-parser": "0.0.0",
"@types/uuidjs": "3.3.2",
"apollo": "^2.5.1",
"case-sensitive-paths-webpack-plugin": "^2.1.2",
"css-loader": "^3.0.0",
"favicons-webpack-plugin": "0.0.9",
"file-loader": "^0.11.2",
"git-revision-webpack-plugin": "^2.5.1",
"html-webpack-plugin": "^2.28.0",
"json-loader": "^0.5.7",
"license-checker": "^15.0.0",
"modernizr-loader": "^1.0.1",
"raw-loader": "^0.5.1",
"style-loader": "^0.18.2",
"ts-loader": "3.5.0",
"tsconfig-paths-webpack-plugin": "3.2.0",
"tslint": "^5.4.3",
"tslint-loader": "^3.5.3",
"tslint-react": "^3.0.0",
"typescript": "^2.5.3",
"url-loader": "^0.5.9",
"webpack": "2.6.1",
"webpack-dev-server": "2.4.5"
},
"dependencies": {
"apollo-client": "1.4.1",
"babel-standalone": "^6.26.0",
"color": "1.0.3",
"deep-equal": "~1.0.1",
"es6-promise": "^4.1.1",
"lodash": "^4.17.13",
"modernizr": "^3.6.0",
"moment": "^2.23.0",
"normalize.css": "^7.0.0",
"react": "^15.6.2",
"react-apollo": "^1.4.15",
"react-autosuggest": "9.3.2",
"react-dom": "^15.6.2",
"react-markdown": "2.5.0",
"react-overlays": "1.0.0-beta.2",
"react-redux": "^5.0.5",
"react-virtualized": "^9.9.0",
"redux": "^3.7.0",
"redux-thunk": "^2.2.0",
"route-parser": "0.0.5",
"styled-components": "2.1.0",
"typescript-collections": "1.2.5",
"uuidjs": "3.5.3",
"whatwg-fetch": "^2.0.3"
}
}