-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
80 lines (80 loc) · 2.65 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
{
"name": "colid-editor-frontend",
"version": "1.19.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test --watch=true --source-map --code-coverage",
"test:ci": "ng test --browsers=ChromeHeadlessNoSandbox --watch=false --code-coverage",
"lint": "ng lint"
},
"private": true,
"dependencies": {
"@angular/animations": "17.3.x",
"@angular/cdk": "17.3.x",
"@angular/common": "17.3.x",
"@angular/compiler": "17.3.x",
"@angular/core": "17.3.x",
"@angular/forms": "17.3.x",
"@angular/localize": "17.3.x",
"@angular/material": "17.3.x",
"@angular/material-moment-adapter": "17.3.x",
"@angular/platform-browser": "17.3.x",
"@angular/platform-browser-dynamic": "17.3.x",
"@angular/router": "17.3.x",
"@azure/msal-angular": "3.0.x",
"@azure/msal-browser": "3.24.x",
"@fortawesome/angular-fontawesome": "0.14.x",
"@fortawesome/fontawesome-svg-core": "6.2.x",
"@fortawesome/free-regular-svg-icons": "6.2.x",
"@fortawesome/free-solid-svg-icons": "6.2.x",
"@ng-select/ng-select": "^12.0.7",
"@ngxs/devtools-plugin": "^3.8.2",
"@ngxs/logger-plugin": "^3.8.2",
"@ngxs/router-plugin": "^3.8.2",
"@ngxs/store": "^3.8.2",
"bootstrap": "5.2.3",
"guid-typescript": "^1.0.9",
"moment": "2.30.x",
"ngx-bootstrap": "^12.0.0",
"ngx-image-zoom": "1.0.1",
"ngx-infinite-scroll": "^17.0.0",
"ngx-quill": "^25.3.2",
"rxjs": "^7.0.0",
"tslib": "^2.3.1",
"zone.js": "~0.14.6"
},
"devDependencies": {
"@angular-devkit/build-angular": "17.3.x",
"@angular-devkit/core": "17.3.x",
"@angular-devkit/schematics": "17.3.x",
"@angular-eslint/builder": "17.5.x",
"@angular-eslint/eslint-plugin": "17.5.x",
"@angular-eslint/eslint-plugin-template": "17.5.x",
"@angular-eslint/schematics": "17.5.x",
"@angular-eslint/template-parser": "17.5.x",
"@angular/cli": "17.3.x",
"@angular/compiler-cli": "17.3.x",
"@angular/language-service": "^17.3.10",
"@types/jasmine": "~3.6.0",
"@typescript-eslint/eslint-plugin": "^8.0.1",
"@typescript-eslint/parser": "^8.0.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-unused-imports": "^4.1.3",
"jasmine-core": "3.99.1",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.3.20",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "^2.2.1",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"minimist": "^1.2.6",
"prettier": "^3.3.3",
"prettier-eslint": "^16.3.0",
"ts-node": "~8.4.1",
"typescript": "^5.4.5"
}
}