-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
64 lines (64 loc) · 2.27 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "@transmitsecurity/root-ngx-ts-riskid",
"version": "1.0.1",
"private": true,
"license": "SEE LICENSE IN projects/ngx-ts-riskid/LICENSE",
"author": "RiskID Dev Team <[email protected]>",
"repository": {
"type": "git",
"url": "git+https://github.com/TransmitSecurity/ngx-ts-riskid.git"
},
"homepage": "https://github.com/TransmitSecurity/ngx-ts-riskid/blob/main/projects/ngx-ts-riskid/README.md",
"scripts": {
"ng": "ng",
"clean": "rm -rf ./dist",
"prestart": "yarn build",
"start": "ng serve --open",
"build": "ng build ngx-ts-riskid && ng build demo-app",
"build:dev": "ng build ngx-ts-riskid && ng build demo-app",
"build-package": "ng build ngx-ts-riskid --configuration=production",
"watch": "ng build ngx-ts-riskid --watch && ng build demo-app --watch",
"test": "ng test ngx-ts-riskid",
"lint": "ng lint"
},
"dependencies": {
"@angular/common": "^16.2.8",
"@angular/compiler": "^16.2.8",
"@angular/core": "^16.2.8",
"@angular/platform-browser": "^16.2.8",
"@angular/platform-browser-dynamic": "^16.2.8",
"rxjs": "~6.5.4",
"zone.js": "0.13.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.2.5",
"@angular-eslint/builder": "16.2.0",
"@angular-eslint/eslint-plugin": "16.2.0",
"@angular-eslint/eslint-plugin-template": "16.2.0",
"@angular-eslint/schematics": "16.2.0",
"@angular-eslint/template-parser": "16.2.0",
"@angular/cli": "16.2.5",
"@angular/compiler-cli": "^16.2.8",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/eslint-plugin-tslint": "^6.7.4",
"@typescript-eslint/parser": "5.62.0",
"codelyzer": "^6.0.0",
"eslint": "^8.49.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsdoc": "^46.8.2",
"eslint-plugin-prefer-arrow": "^1.2.3",
"karma": "~6.4.2",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-coverage-istanbul-reporter": "~2.1.0",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"ng-packagr": "^16.2.3",
"tslint": "~6.1.0",
"tslint-to-eslint-config": "^2.14.0",
"typescript": "4.9.5"
},
"packageManager": "[email protected]"
}