2019-04-04 11:33:38 +03:00
|
|
|
{
|
2019-09-16 18:53:23 +03:00
|
|
|
"name": "digital-asset_daml_dummy",
|
|
|
|
"displayName": "digital-asset_daml_dummy",
|
2019-04-04 11:33:38 +03:00
|
|
|
"description": "package for bazel-managed nodejs dependencies",
|
|
|
|
"private": true,
|
|
|
|
"version": "0.0.0",
|
2022-02-11 14:44:52 +03:00
|
|
|
"resolutions": {
|
2021-03-09 16:44:10 +03:00
|
|
|
"**/elliptic": "^6.5.4",
|
2021-06-17 15:34:49 +03:00
|
|
|
"**/bl": "^4.0.3",
|
2021-10-14 14:15:34 +03:00
|
|
|
"**/ws": "^7.4.6",
|
2022-02-11 15:58:37 +03:00
|
|
|
"**/chalk": "^2.4.1",
|
|
|
|
"**/glob-parent": "^5.1.2"
|
2020-06-23 19:00:01 +03:00
|
|
|
},
|
2019-04-04 11:33:38 +03:00
|
|
|
"dependencies": {
|
2022-02-11 14:44:52 +03:00
|
|
|
"@mixer/parallel-prettier": "^2.0.1",
|
2019-04-04 11:33:38 +03:00
|
|
|
"bower": "1.8.8",
|
2022-02-11 14:44:52 +03:00
|
|
|
"coffeescript": "^2.5.1",
|
2020-06-11 20:36:40 +03:00
|
|
|
"color-convert": "2.0.1",
|
|
|
|
"colors": "1.4.0",
|
2019-04-04 11:33:38 +03:00
|
|
|
"express": "^4.16.4",
|
|
|
|
"express-session": "^1.15.6",
|
2021-05-07 11:29:52 +03:00
|
|
|
"grunt": "^1.4.0",
|
2019-04-04 11:33:38 +03:00
|
|
|
"grunt-banner": "0.6.0",
|
2021-06-14 11:07:52 +03:00
|
|
|
"grunt-browserify": "6.0.0",
|
2021-09-27 10:48:00 +03:00
|
|
|
"grunt-cli": "^1.4.3",
|
2019-04-04 11:33:38 +03:00
|
|
|
"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",
|
2019-06-07 17:53:26 +03:00
|
|
|
"grunt-open": "0.2.4",
|
2020-01-16 17:55:32 +03:00
|
|
|
"http-proxy": "^1.17.0",
|
2019-04-04 11:33:38 +03:00
|
|
|
"node-cache": "^4.2.0",
|
2020-06-11 20:36:40 +03:00
|
|
|
"setprototypeof": "^1.2.0",
|
2020-01-29 17:37:47 +03:00
|
|
|
"typescript": "3.7.4",
|
2019-04-04 11:33:38 +03:00
|
|
|
"url": "^0.11.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-07-27 19:50:23 +03:00
|
|
|
"@bazel/hide-bazel-files": "1.7.0",
|
2022-01-18 17:52:39 +03:00
|
|
|
"@bazel/typescript": "4.6.1"
|
2019-04-04 11:33:38 +03:00
|
|
|
}
|
|
|
|
}
|