-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
101 lines (101 loc) · 3.07 KB
/
package.json
File metadata and controls
101 lines (101 loc) · 3.07 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
98
99
100
101
{
"name": "school",
"version": "1.1.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "node scripts/set-version.js && ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"private": true,
"dependencies": {
"@angular/animations": "^20.3.2",
"@angular/common": "^20.3.2",
"@angular/compiler": "^20.3.2",
"@angular/core": "^20.3.2",
"@angular/forms": "^20.3.2",
"@angular/material": "20.2.5",
"@angular/platform-browser": "^20.3.2",
"@angular/platform-browser-dynamic": "^20.3.2",
"@angular/router": "^20.3.2",
"@angular/service-worker": "^20.3.2",
"@capacitor/core": "^5.0.4",
"@ckeditor/ckeditor5-angular": "^6.0.1",
"@ckeditor/ckeditor5-build-classic": "^38.0.1",
"@ckeditor/ckeditor5-build-decoupled-document": "^38.0.1",
"@fortawesome/angular-fontawesome": "^3.0.0",
"@fortawesome/fontawesome-free": "^6.4.0",
"@iconify-icons/zmdi": "^1.2.3",
"@ng-bootstrap/ng-bootstrap": "^19.0.1",
"@ngtools/webpack": "^1.2.4",
"@pdftron/webviewer": "^10.1.0",
"@popperjs/core": "^2.11.6",
"@rxjs/rx": "^4.1.0",
"@tailwindcss/postcss": "^4.1.14",
"@thednp/dommatrix": "^2.0.12",
"@types/rx": "^4.1.2",
"angular-file-upload": "^2.6.1",
"bootstrap": "^5.2.3",
"cache": "^3.0.0",
"clean": "^4.0.2",
"crypto-js": "^4.1.1",
"dashjs": "^4.7.0",
"hls.js": "^1.4.4",
"jquery": "^3.7.0",
"material-design-iconic-font": "^2.2.0",
"ng2-pdf-viewer": "^10.4.0",
"ngx-device-detector": "^10.1.0",
"ngx-extended-pdf-viewer": "^25.6.0-alpha.3",
"ngx-quill": "^28.0.0",
"npm": "^9.6.7",
"pdfjs-dist": "^5.4.296",
"plyr": "^3.7.8",
"postcss": "^8.5.6",
"rxjs": "~7.8.0",
"rxjs-compat": "^6.6.7",
"secure-web-storage": "^1.0.2",
"simplebar-angular": "^3.2.4",
"socket.io-client": "^4.6.1",
"tailwindcss": "^4.1.14",
"tslib": "^2.3.0",
"vite": "^7.1.11",
"zone.js": "~0.15.1"
},
"devDependencies": {
"@angular/build": "^20.3.6",
"@angular/cli": "~20.3.3",
"@angular/compiler-cli": "^20.3.2",
"@angular/localize": "^20.3.2",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^11.0.6",
"@semantic-release/npm": "^12.0.2",
"@semantic-release/release-notes-generator": "^14.1.0",
"@types/jasmine": "~4.3.0",
"@types/jquery": "^3.5.16",
"jasmine-core": "~4.6.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"less": "^4.2.0",
"postcss": "^8.5.3",
"semantic-release": "^24.2.9",
"typescript": "~5.9.3"
},
"overrides": {
"brace-expansion": "^2.0.2",
"braces": "^3.0.3",
"cross-spawn": "^7.0.3",
"json5": "^2.2.3",
"mem": "^4.3.0",
"yargs-parser": "^21.1.1",
"micromatch": "^4.0.8",
"anymatch": "^3.1.3",
"chokidar": "^3.5.3",
"readdirp": "^3.6.0"
}
}