daml/package.json
Robin Krom 2e9fe6afb6
language: add daml-react package to ts libraries (#4259)
* language: add daml-react package to ts libraries

This adds the library formerly known as `daml-react-hook` into the
monorepo. We renamed it to `@daml/react`.

The tests sadly don't work with bazel right now because the local
imports aren't resolved correctly. Local testing with `yarn run test`
works as usual.

CHANGELOG_BEGIN
CHANGELOG_END

* address moritz comments

* get rid of DAVL mentions

* fix eslint warnings

* Update language-support/ts/daml-react/tsconfig.json

Co-Authored-By: Martin Huschenbett <martin.huschenbett@posteo.me>

Co-authored-by: Martin Huschenbett <martin.huschenbett@posteo.me>
2020-01-29 15:37:47 +01:00

38 lines
1022 B
JSON

{
"name": "digital-asset_daml_dummy",
"displayName": "digital-asset_daml_dummy",
"description": "package for bazel-managed nodejs dependencies",
"private": true,
"version": "0.0.0",
"dependencies": {
"bower": "1.8.8",
"dockerode": "^2.5.8",
"express": "^4.16.4",
"express-session": "^1.15.6",
"grunt": "1.0.4",
"grunt-banner": "0.6.0",
"grunt-browserify": "5.3.0",
"grunt-cli": "1.3.2",
"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",
"matchdep": "2.0.0",
"color-convert": "2.0.1",
"colors": "1.4.0",
"http-proxy": "^1.17.0",
"node-cache": "^4.2.0",
"typescript": "3.7.4",
"url": "^0.11.0"
},
"devDependencies": {
"@bazel/bazel": "0.29.0",
"@bazel/hide-bazel-files": "1.1.0",
"@bazel/typescript": "1.1.0"
}
}