-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
99 lines (99 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
{
"name": "sny-py",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --configuration production",
"test": "ng test --watch=false",
"coverage": "ng test --code-coverage --watch=false",
"lint": "ng lint",
"e2e": "ng e2e",
"postinstall": "node helpers/version.js"
},
"private": true,
"dependencies": {
"@angular-devkit/architect": "^0.1900.6",
"@angular/animations": "^16.2.12",
"@angular/cdk": "^16.2.12",
"@angular/common": "^16.2.12",
"@angular/compiler": "^16.2.12",
"@angular/core": "^16.2.12",
"@angular/forms": "^16.2.12",
"@angular/localize": "^16.2.12",
"@angular/platform-browser": "^16.2.12",
"@angular/platform-browser-dynamic": "^16.2.12",
"@angular/router": "^16.2.12",
"@fortawesome/angular-fontawesome": "^0.13.0",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-regular-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@mdi/js": "^7.4.47",
"@ng-bootstrap/ng-bootstrap": "^15.1.0",
"@ng-select/ng-select": "^11.2.0",
"@ngneat/until-destroy": "^10.0.0",
"@ngx-formly/bootstrap": "^6.3.12",
"@ngx-formly/core": "^6.0.0",
"@ngxs-labs/select-snapshot": "^5.0.0",
"@ngxs/store": "3.8.2",
"@popperjs/core": "^2.11.8",
"@snypy/rest-client": "^1.5.2",
"bootstrap": "^5.3.3",
"core-js": "^3.39.0",
"fs-extra": "^11.2.0",
"karma-coverage": "^2.2.1",
"markdown-to-text": "^0.1.1",
"monaco-editor": "^0.41.0",
"ngx-clipboard": "^16.0.0",
"ngx-markdown": "^16.0.0",
"ngx-monaco-editor-v2": "^16.0.1",
"ngx-pipes": "^3.2.2",
"ngx-scrollbar": "^13.0.3",
"ngx-toastr": "^19.0.0",
"rxjs": "^7.8.1",
"rxjs-compat": "^6.6.7",
"tslib": "^2.8.1",
"zone.js": "~0.13.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.2.16",
"@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-eslint/utils": "^19.0.2",
"@angular/cli": "^16.2.12",
"@angular/compiler-cli": "^16.2.12",
"@angular/language-service": "^19.0.5",
"@ngx-formly/schematics": "^6.3.12",
"@ngxs/devtools-plugin": "3.8.2",
"@types/jasmine": "~5.1.5",
"@types/jasminewd2": "~2.0.13",
"@types/node": "^22.10.2",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "^4.2.1",
"git-describe": "^4.1.1",
"jasmine-core": "~5.5.0",
"jasmine-spec-reporter": "~7.0.0",
"karma": "^6.4.4",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"prettier": "^2.8.8",
"protractor": "~7.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.1.6"
},
"overrides": {
"@snypy/rest-client": {
"@angular/core": "$@angular/core"
}
}
}