-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
99 lines (99 loc) · 3.18 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": "out-of-school",
"version": "0.0.0",
"scripts": {
"prepare": "husky",
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build:prod": "ng build --configuration production",
"build:qa": "ng build --configuration qa",
"build:local": "ng build --configuration local",
"test": "jest",
"test:coverage": "jest --coverage",
"test-watch": "jest --watch",
"lint": "ng lint",
"lint:fix": "ng lint --fix & prettier --write .",
"eslint:fix": "eslint --fix",
"prettier:fix": "prettier --write",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular-slider/ngx-slider": "^16.0.1",
"@angular/animations": "^16.2.12",
"@angular/cdk": "16.2.14",
"@angular/common": "^16.2.12",
"@angular/compiler": "^16.2.12",
"@angular/core": "^16.2.12",
"@angular/forms": "^16.2.12",
"@angular/material": "^16.2.14",
"@angular/material-moment-adapter": "^16.2.14",
"@angular/platform-browser": "^16.2.12",
"@angular/platform-browser-dynamic": "^16.2.12",
"@angular/router": "^16.2.12",
"@asymmetrik/ngx-leaflet": "^16.0.1",
"@microsoft/signalr": "^8.0.0",
"@ngx-translate/core": "^15.0.0",
"@ngx-translate/http-loader": "^8.0.0",
"@ngxs/storage-plugin": "3.8.2",
"@ngxs/store": "^3.8.2",
"@types/leaflet": "1",
"angular-auth-oidc-client": "^16.0.1",
"jwt-decode": "^4.0.0",
"leaflet": "^1.9.4",
"libphonenumber-js": "^1.10.51",
"moment": "^2.30.1",
"ngx-image-cropper": "8.0.0",
"ngx-mat-intl-tel-input": "^5.0.0",
"ngx-mat-timepicker": "^16.2.0",
"ngx-owl-carousel-o": "16.0.0",
"ngx-pagination": "^6.0.3",
"ngx-window-token": "^7.0.0",
"rxjs": "~7.8.0",
"tslib": "^2.6.2",
"zone.js": "~0.13.0"
},
"devDependencies": {
"@angular-builders/jest": "^16.0.1",
"@angular-devkit/build-angular": "^16.2.3",
"@angular-eslint/builder": "16.3.1",
"@angular-eslint/eslint-plugin": "16.3.1",
"@angular-eslint/eslint-plugin-template": "16.3.1",
"@angular-eslint/schematics": "16.3.1",
"@angular-eslint/template-parser": "16.3.1",
"@angular/cli": "^16.2.13",
"@angular/compiler-cli": "^16.2.1",
"@cypress/schematic": "2.5.1",
"@ngxs/devtools-plugin": "^3.8.2",
"@ngxs/logger-plugin": "^3.8.2",
"@types/jasmine": "~5.1.4",
"@types/jest": "^29.5.12",
"@types/node": "^18.11.9",
"@typescript-eslint/eslint-plugin": "7.5.0",
"@typescript-eslint/parser": "7.5.0",
"cypress": "latest",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.2.0",
"eslint-plugin-jsdoc": "^46.10.1",
"eslint-plugin-no-null": "^1.0.2",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-react": "^7.34.1",
"husky": "^9.0.11",
"jest": "^29.7.0",
"jest-preset-angular": "^14.0.3",
"karma-coverage": "~2.2.1",
"lint-staged": "^15.2.7",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.15",
"ts-jest": "^29.1.2",
"ts-node": "~10.9.2",
"typescript": "~5.1.3"
},
"main": "index.js",
"repository": "https://github.com/ita-social-projects/OoS-Frontend.git",
"author": " ",
"license": "MIT"
}