-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
97 lines (97 loc) · 3.06 KB
/
package.json
File metadata and controls
97 lines (97 loc) · 3.06 KB
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
{
"name": "gsru-web",
"version": "0.0.1",
"description": "GSRU WEB",
"author": "Ricea Ion Raul",
"license": "https://themeforest.net/licenses/standard",
"private": true,
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --aot --output-hashing=all",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"lint": "ng lint",
"prepare": "husky"
},
"dependencies": {
"@angular-material-components/moment-adapter": "^16.0.1",
"@angular/animations": "^17.0.3",
"@angular/cdk": "^17.0.1",
"@angular/common": "17.3.7",
"@angular/compiler": "17.3.7",
"@angular/core": "17.3.7",
"@angular/forms": "17.3.7",
"@angular/material": "^17.0.1",
"@angular/material-luxon-adapter": "^17.0.1",
"@angular/material-moment-adapter": "^18.0.5",
"@angular/platform-browser": "17.3.7",
"@angular/platform-browser-dynamic": "17.3.7",
"@angular/router": "17.3.7",
"@fullcalendar/angular": "^6.1.10",
"@fullcalendar/core": "^6.1.13",
"@fullcalendar/daygrid": "^6.1.13",
"@fullcalendar/interaction": "^6.1.13",
"@fullcalendar/timegrid": "^6.1.13",
"@microsoft/signalr": "^8.0.0",
"@microsoft/signalr-protocol-msgpack": "^8.0.0",
"@ngneat/transloco": "4.2.7",
"@types/gsap": "^3.0.0",
"apexcharts": "3.40.0",
"crypto-js": "^4.2.0",
"date-fns": "^3.6.0",
"gsap": "^3.12.2",
"highlight.js": "11.8.0",
"igniteui-angular": "^18.0.2",
"lodash-es": "4.17.21",
"luxon": "^3.4.4",
"moment": "^2.30.1",
"ng-apexcharts": "1.7.6",
"ngx-cookie-service": "^17.0.0",
"ngx-material-timepicker": "^13.1.1",
"ngx-quill": "22.0.0",
"perfect-scrollbar": "1.5.5",
"quill": "1.3.7",
"rxjs": "~7.8.1",
"sweetalert2": "^11.10.3",
"tslib": "^2.5.2",
"zone.js": "^0.14.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.0.3",
"@angular-eslint/builder": "17.3.0",
"@angular-eslint/eslint-plugin": "17.3.0",
"@angular-eslint/eslint-plugin-template": "17.3.0",
"@angular-eslint/schematics": "17.3.0",
"@angular-eslint/template-parser": "17.3.0",
"@angular/cli": "^17.0.1",
"@angular/compiler-cli": "17.3.7",
"@schematics/angular": "^17.0.0",
"@tailwindcss/typography": "0.5.9",
"@types/chroma-js": "2.4.0",
"@types/crypto-js": "3.1.47",
"@types/highlight.js": "10.1.0",
"@types/jasmine": "4.3.2",
"@types/lodash": "4.14.195",
"@types/lodash-es": "4.17.7",
"@types/luxon": "3.3.0",
"@typescript-eslint/eslint-plugin": "7.2.0",
"@typescript-eslint/parser": "7.2.0",
"autoprefixer": "10.4.14",
"chroma-js": "2.4.2",
"eslint": "^8.57.0",
"eslint-plugin-filename-rules": "^1.3.1",
"husky": "^9.0.11",
"jasmine-core": "5.0.0",
"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",
"lint-staged": "^15.2.2",
"lodash": "4.17.21",
"postcss": "8.4.31",
"tailwindcss": "3.3.2",
"typescript": "^5.2.2"
}
}