daml/package.json
Moritz Kiefer 91be1e1659
Drop matchdep dependency from docs build (#11023)
We really don’t need 600 lines of mostly deprecated and unmaintained
dependencies which get flagged by blackduck & dependabot if we can
inline this into a static array which we never changed since we first
added the docs.

changelog_begin
changelog_end
2021-09-27 09:48:00 +02:00

42 lines
1.1 KiB
JSON

{
"name": "digital-asset_daml_dummy",
"displayName": "digital-asset_daml_dummy",
"description": "package for bazel-managed nodejs dependencies",
"private": true,
"version": "0.0.0",
"resolutions" : {
"**/elliptic": "^6.5.4",
"**/bl": "^4.0.3",
"**/ws": "^7.4.6"
},
"dependencies": {
"bower": "1.8.8",
"color-convert": "2.0.1",
"colors": "1.4.0",
"coffeescript": "^2.5.1",
"express": "^4.16.4",
"express-session": "^1.15.6",
"grunt": "^1.4.0",
"grunt-banner": "0.6.0",
"grunt-browserify": "6.0.0",
"grunt-cli": "^1.4.3",
"grunt-contrib-clean": "2.0.0",
"grunt-contrib-connect": "2.0.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-sass": "1.0.0",
"grunt-contrib-uglify": "4.0.0",
"grunt-contrib-watch": "1.1.0",
"grunt-exec": "3.0.0",
"grunt-open": "0.2.4",
"http-proxy": "^1.17.0",
"node-cache": "^4.2.0",
"setprototypeof": "^1.2.0",
"typescript": "3.7.4",
"url": "^0.11.0"
},
"devDependencies": {
"@bazel/hide-bazel-files": "1.7.0",
"@bazel/typescript": "3.4.2"
}
}