-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
100 lines (100 loc) · 3.19 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
97
98
99
100
{
"name": "gpfjs",
"version": "3.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build:prod": "ng build --aot --configuration 'production' --base-href '/gpf/' --deploy-url '/gpf/'",
"lint": "ng lint",
"test": "jest",
"test:watch": "jest --watch",
"test:ci": "jest --collectCoverage --ci --watchAll=false",
"pree2e": "webdriver-manager update --standalone false --gecko false"
},
"private": true,
"dependencies": {
"@angular-devkit/build-angular": "18.2.12",
"@angular/animations": "18.2.13",
"@angular/cdk": "18.2.14",
"@angular/common": "18.2.13",
"@angular/compiler": "18.2.13",
"@angular/core": "18.2.13",
"@angular/forms": "18.2.13",
"@angular/language-service": "18.2.13",
"@angular/localize": "18.2.13",
"@angular/material": "18.2.14",
"@angular/platform-browser": "18.2.13",
"@angular/platform-browser-dynamic": "18.2.13",
"@angular/router": "18.2.13",
"@ng-bootstrap/ng-bootstrap": "17.0.1",
"@ngrx/store": "18.1.1",
"@popperjs/core": "2.11.8",
"@sentry/angular": "^8.44.0",
"@types/d3": "7.4.0",
"@types/lodash": "4.14.191",
"@types/sprintf-js": "1.1.2",
"angular-confirmation-popover": "7.0.0",
"angular-markdown-editor": "3.0.2",
"bn-ng-idle": "2.0.4",
"bootstrap": "5.3.3",
"bootstrap-markdown": "github:toopay/bootstrap-markdown#a496d34b9bd34451c8315a850472f794c8df7d53",
"class-transformer": "0.5.1",
"class-validator": "0.14.1",
"core-js": "3.27.1",
"d3": "7.8.1",
"dompurify": "3.1.6",
"element-resize-detector": "1.2.4",
"file-saver": "2.0.5",
"jquery": "3.6.3",
"lodash": "4.17.21",
"ngx-cookie-service": "18.0.0",
"ngx-markdown": "18.0.0",
"oboe": "2.1.5",
"pkce-challenge": "^3.0.0",
"popper.js": "1.16.1",
"reflect-metadata": "0.1.13",
"rxjs": "7.8.0",
"sprintf-js": "1.1.2",
"stylelint-checkstyle-formatter": "0.1.2",
"tether": "^2.0.0",
"zone.js": "0.14.10"
},
"devDependencies": {
"@angular-builders/jest": "18.0.0",
"@angular-eslint/builder": "19.0.2",
"@angular-eslint/eslint-plugin": "19.0.2",
"@angular-eslint/eslint-plugin-template": "19.0.2",
"@angular-eslint/schematics": "19.0.2",
"@angular-eslint/template-parser": "19.0.2",
"@angular/build": "^18.2.12",
"@angular/cli": "^18.2.12",
"@angular/compiler-cli": "18.2.13",
"@sentry/tracing": "7.114.0",
"@stylistic/eslint-plugin": "2.9.0",
"@types/jest": "^28.0.0",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "8.6.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest": "28.8.3",
"eslint-plugin-jsdoc": "39.6.4",
"eslint-plugin-only-warn": "1.1.0",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-prettier": "4.2.1",
"jest": "29.7.0",
"jest-junit": "15.0.0",
"jest-preset-angular": "14.2.4",
"prettier": "2.8.3",
"stylelint": "14.16.1",
"stylelint-config-standard": "29.0.0",
"typescript": "5.4.5"
},
"browserslist": [
"defaults",
"not IE 11",
"maintained node versions"
]
}