ucap-angular/projects/i18n/package.json

15 lines
312 B
JSON
Raw Normal View History

2020-03-27 08:39:01 +00:00
{
"name": "@ucap/ng-i18n",
2020-08-10 05:05:57 +00:00
"version": "0.0.8",
2020-03-27 08:39:01 +00:00
"publishConfig": {
2020-07-11 11:48:59 +00:00
"registry": "https://nexus.loafle.net/repository/npm-ucap/"
2020-03-27 08:39:01 +00:00
},
"peerDependencies": {
"@angular/common": "^9.0.6",
"@angular/core": "^9.0.6",
2020-08-10 05:05:57 +00:00
"@ucap/i18n": "~0.0.1",
2020-03-27 08:39:01 +00:00
"i18next": "^19.3.2",
"tslib": "^1.10.0"
}
}