-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.37 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
{
"name": "sample-locator",
"version": "2.4.1",
"scripts": {
"ng": "ng",
"build": "export NODE_OPTIONS=--openssl-legacy-provider; ng build",
"start": "export NODE_OPTIONS=--openssl-legacy-provider; ng serve",
"start-es5": "ng serve --configuration es5",
"test": "ng test",
"lint": "ng lint",
"build:prod": "ng build --configuration production"
},
"private": true,
"dependencies": {
"@angular/animations": "^14.2.2",
"@angular/common": "^14.2.2",
"@angular/compiler": "^14.2.2",
"@angular/core": "^14.2.2",
"@angular/flex-layout": "^14.0.0-beta.40",
"@angular/forms": "^14.2.2",
"@angular/platform-browser": "^14.2.2",
"@angular/platform-browser-dynamic": "^14.2.2",
"@angular/router": "^14.2.2",
"@fortawesome/angular-fontawesome": "0.11.1",
"@fortawesome/fontawesome-svg-core": "~6.1.1",
"@fortawesome/free-brands-svg-icons": "^6.1.1",
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fullcalendar/core": "5.11.0",
"angular-auth-oidc-client": "10.0.15",
"chart.js": "^3.7.1",
"editor": "^1.0.0",
"gmap": "^1.0.1",
"ngx-cookie-service": "^14.0.1",
"ngx-webstorage-service": "^5.0.0",
"primeicons": "^5.0.0",
"primeng": "^14.1.1",
"rxjs": "^7.5.5",
"schedule": "^0.5.0",
"tslib": "^2.4.0",
"uuid": "^8.3.2",
"zone.js": "^0.11.5"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.2.3",
"@angular-eslint/builder": "^14.1.1",
"@angular-eslint/eslint-plugin": "^14.1.1",
"@angular-eslint/eslint-plugin-template": "^14.1.1",
"@angular-eslint/schematics": "^14.1.1",
"@angular-eslint/template-parser": "^14.1.1",
"@angular/cli": "^14.2.3",
"@angular/compiler-cli": "^14.2.2",
"@angular/language-service": "^14.2.2",
"@types/jasmine": "^4.0.3",
"@types/jasminewd2": "^2.0.10",
"@types/node": "^12.20.0",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/parser": "^5.36.2",
"eslint": "^8.23.0",
"jasmine-core": "^4.1.0",
"jasmine-spec-reporter": "^7.0.0",
"karma": "^6.3.19",
"karma-chrome-launcher": "^3.1.1",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-jasmine": "^5.0.0",
"karma-jasmine-html-reporter": "^1.7.0",
"ts-node": "^10.7.0",
"typescript": "4.6.4"
}
}