-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
96 lines (96 loc) · 2.92 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "clark",
"displayName": "CLARK: Cybersecurity Labs and Resource Knowledge-base",
"version": "6.1.1",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"start:prod": "ng serve --configuration=production",
"build": "ng build",
"build:staging": "ng build --configuration=staging",
"test:unit": "jest --maxWorkers=2 --verbose --coverage uri-retriever featuredObjects",
"build:prod": "ng build --configuration=production",
"lint": "npx ng lint clark",
"lint:fix": "npx ng lint clark --fix",
"prettier": "prettier --check .",
"e2e": "ng e2e",
"storybook": "start-storybook",
"prepare": "husky install"
},
"dependencies": {
"@angular/animations": "^13.1.2",
"@angular/cdk": "^13.1.2",
"@angular/cli": "^13.1.3",
"@angular/common": "^13.1.2",
"@angular/compiler": "^13.1.2",
"@angular/compiler-cli": "^13.1.2",
"@angular/core": "^13.1.2",
"@angular/forms": "^13.1.2",
"@angular/localize": "^13.1.2",
"@angular/material": "^13.1.2",
"@angular/platform-browser": "^13.1.2",
"@angular/platform-browser-dynamic": "^13.1.2",
"@angular/router": "^13.1.2",
"@babel/core": "^7.16.7",
"@cyber4all/clark-taxonomy": "^4.0.5",
"aws-sdk": "^2.1058.0",
"core-js": "^3.6.5",
"md5": "^2.2.1",
"ng-click-outside": "^9.0.1",
"ng2-charts": "^2.3.0",
"ngx-cookie": "^5.0.2",
"ngx-cookie-service": "^13.2.0",
"ngx-simple-text-editor": "^1.4.1",
"ngx-virtual-scroller": "^4.0.3",
"raven-js": "^3.22.3",
"request-promise": "^4.2.5",
"rxjs": "^6.5.4",
"title-case": "^3.0.3",
"tslib": "^2.3.1",
"util": "^0.12.4",
"uuid": "7.0.3",
"zone.js": "~0.11.8"
},
"devDependencies": {
"@angular-devkit/build-angular": "^13.1.4",
"@angular-eslint/builder": "^13.5.0",
"@angular-eslint/eslint-plugin": "12.7.0",
"@angular-eslint/eslint-plugin-template": "12.7.0",
"@angular-eslint/schematics": "^13.0.1",
"@angular-eslint/template-parser": "12.7.0",
"@angular/language-service": "^13.1.2",
"@types/jest": "^27.4.0",
"@types/node": "^17.0.12",
"@typescript-eslint/eslint-plugin": "4.28.2",
"@typescript-eslint/parser": "4.28.2",
"ajv": "^6.12.6",
"babel-core": "^7.0.0-bridge",
"babel-jest": "^27.4.6",
"babel-loader": "^8.0.6",
"canvas": "^2.9.1",
"chart.js": "^2.9.4",
"chrome-launcher": "^0.13.4",
"eslint": "^7.26.0",
"eslint-plugin-import": "latest",
"eslint-plugin-jsdoc": "^37.6.1",
"eslint-plugin-prefer-arrow": "latest",
"husky": "^8.0.1",
"jasmine-spec-reporter": "~5.0.0",
"jest": "^27.4.7",
"jest-preset-angular": "^11.0.1",
"prettier": "^3.1.1",
"protractor": "~7.0.0",
"sass": "^1.46.0",
"ts-jest": "^27.1.3",
"tslib": "^1.10.0",
"typescript": "^4.6.4"
},
"prettier": {
"singleQuote": true
},
"engines": {
"node": ">=v16.13.2 <17",
"npm": ">=8"
}
}