2021-06-03 18:58:57 +02:00
|
|
|
{
|
2022-03-28 16:00:42 +02:00
|
|
|
"name": "@bitwarden/jslib-angular",
|
2021-06-03 18:58:57 +02:00
|
|
|
"version": "0.0.0",
|
|
|
|
"description": "Common code used across Bitwarden JavaScript projects.",
|
|
|
|
"keywords": [
|
|
|
|
"bitwarden"
|
|
|
|
],
|
|
|
|
"author": "Bitwarden Inc.",
|
|
|
|
"homepage": "https://bitwarden.com",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/bitwarden/jslib"
|
|
|
|
},
|
|
|
|
"license": "GPL-3.0",
|
|
|
|
"scripts": {
|
|
|
|
"clean": "rimraf dist/**/*",
|
|
|
|
"build": "npm run clean && tsc",
|
2022-02-22 15:39:11 +01:00
|
|
|
"build:watch": "npm run clean && tsc -watch"
|
2021-06-03 18:58:57 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-07-28 18:35:03 +02:00
|
|
|
"@types/duo_web_sdk": "^2.7.1",
|
2021-06-03 18:58:57 +02:00
|
|
|
"rimraf": "^3.0.2",
|
2021-12-09 15:00:26 +01:00
|
|
|
"typescript": "4.3.5"
|
2021-06-03 18:58:57 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-12-09 15:00:26 +01:00
|
|
|
"@angular/animations": "^12.2.13",
|
|
|
|
"@angular/cdk": "^12.2.13",
|
|
|
|
"@angular/common": "^12.2.13",
|
|
|
|
"@angular/compiler": "^12.2.13",
|
|
|
|
"@angular/core": "^12.2.13",
|
|
|
|
"@angular/forms": "^12.2.13",
|
|
|
|
"@angular/platform-browser": "^12.2.13",
|
|
|
|
"@angular/platform-browser-dynamic": "^12.2.13",
|
|
|
|
"@angular/router": "^12.2.13",
|
2021-06-03 18:58:57 +02:00
|
|
|
"@bitwarden/jslib-common": "file:../common",
|
2021-07-28 18:35:03 +02:00
|
|
|
"duo_web_sdk": "git+https://github.com/duosecurity/duo_web_sdk.git",
|
2021-12-09 15:00:26 +01:00
|
|
|
"rxjs": "^7.4.0",
|
2021-06-03 18:58:57 +02:00
|
|
|
"tldjs": "^2.3.1",
|
|
|
|
"zone.js": "0.11.4"
|
|
|
|
}
|
|
|
|
}
|