-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathpackage.json
84 lines (84 loc) · 2.61 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
{
"name": "admin-ui",
"version": "4.3.0",
"scripts": {
"ng": "ng",
"start": "ng serve --port=4207 --proxy-config proxy.conf.json",
"build": "ng build",
"build:prod": "ng build --prod",
"test": "ng test",
"test-ci": "ng test --browsers ChromeHeadless --watch=false",
"lint": "npx eslint src/app/. ",
"lint:fix": "npx eslint src/app/. --fix",
"e2e": "ng e2e",
"prettier": "prettier --write ."
},
"private": true,
"dependencies": {
"@angular/animations": "^15.2.8",
"@angular/cdk": "^15.2.8",
"@angular/common": "^15.2.8",
"@angular/compiler": "^15.2.8",
"@angular/core": "^15.2.8",
"@angular/forms": "^15.2.8",
"@angular/material": "^15.2.8",
"@angular/platform-browser": "^15.2.8",
"@angular/platform-browser-dynamic": "^15.2.8",
"@angular/router": "^15.2.8",
"@auth0/angular-jwt": "^5.0.2",
"@ng-bootstrap/ng-bootstrap": "^14.2.0",
"@popperjs/core": "^2.11.7",
"bootstrap": "5.3.0",
"browser-detect": "^0.2.28",
"core-js": "^3.8.3",
"css-vars-ponyfill": "^2.4.8",
"custom-event-polyfill": "^1.0.7",
"font-awesome": "^4.7.0",
"intl": "^1.2.5",
"jasmine": "^4.6.0",
"jszip": "^3.10.1",
"material-icons": "^1.13.5",
"ng-http-loader": "13.0.0",
"ng2-file-upload": "4.0.0",
"ngx-bootstrap": "^10.2.0",
"ngx-filter-pipe": "^2.1.2",
"rxjs": "^7.8.0",
"rxjs-compat": "^6.5.5",
"tslib": "^2.5.0",
"zone.js": "~0.13.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.2.6",
"@angular-eslint/builder": "^16.0.1",
"@angular-eslint/eslint-plugin": "^15.2.1",
"@angular-eslint/eslint-plugin-template": "^16.0.1",
"@angular-eslint/template-parser": "^16.0.1",
"@angular/cli": "^15.2.6",
"@angular/compiler-cli": "^15.2.8",
"@angular/language-service": "^15.2.8",
"@angular/localize": "^15.2.8",
"@types/jasmine": "~4.3.1",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^18.16.1",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"codelyzer": "^6.0.1",
"eslint": "^8.39.0",
"eslint-plugin-angular": "^4.1.0",
"eslint-plugin-autofix": "^1.1.0",
"eslint-plugin-import": "^2.26.0",
"jasmine-core": "~4.6.0",
"jasmine-spec-reporter": "~7.0.0",
"jquery": "^3.6.4",
"karma": "~6.4.2",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "^2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^2.0.0",
"prettier": "^2.8.8",
"protractor": "~7.0.0",
"sass": "^1.62.1",
"ts-node": "~10.9.1",
"typescript": "~4.8.4"
}
}