-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
88 lines (88 loc) · 2.8 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
{
"name": "hydrus-web",
"version": "1.3.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"start:ssl": "ng serve --ssl --host 0.0.0.0",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"postinstall": "patch-package",
"prebuild": "node version-info.js",
"postversion": "node version-info.js",
"docker-build": "npm run build"
},
"license": "MIT",
"private": true,
"dependencies": {
"@angular/animations": "^18.0.1",
"@angular/cdk": "^18.0.0",
"@angular/common": "^18.0.1",
"@angular/compiler": "^18.0.1",
"@angular/core": "^18.0.1",
"@angular/forms": "^18.0.1",
"@angular/material": "^18.0.0",
"@angular/platform-browser": "^18.0.1",
"@angular/platform-browser-dynamic": "^18.0.1",
"@angular/router": "^18.0.1",
"@angular/service-worker": "^18.0.1",
"@fontsource/roboto": "^4.5.8",
"@iharbeck/ngx-virtual-scroller": "17.0.2",
"@material/image-list": "^15.0.0-canary.7f224ddd4.0",
"@material/material-color-utilities": "^0.2.7",
"@ngneat/until-destroy": "^10.0.0",
"@rx-angular/cdk": "^18.0.0",
"@rx-angular/state": "^18.0.0",
"@rx-angular/template": "^18.0.0",
"@types/byte-size": "^8.1.0",
"byte-size": "^8.1.0",
"@floogulinc/construct-style-sheets-polyfill": "^3.2.0",
"dequal": "^2.0.3",
"exifreader": "^4.20.0",
"fast-blurhash": "^1.1.2",
"file-saver-es": "^2.0.5",
"material-icons": "^1.12.0",
"ngx-bar-rating": "^6.0.0",
"ngx-json-viewer": "^3.2.1",
"ngx-localstorage": "^3.5.0",
"ngx-pipes": "^3.1.0",
"ngxtension": "^3.3.0",
"photoswipe": "^5.3.4",
"rxjs": "~7.8.1",
"sagiri": "^3.4.0",
"serialize-error": "^11.0.2",
"set-utilities": "^1.5.7",
"tslib": "^2.0.0",
"type-fest": "^4.14.0",
"typescript-migration": "^1.1.1",
"zone.js": "~0.14.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.0.2",
"@angular-eslint/builder": "18.0.0",
"@angular-eslint/eslint-plugin": "18.0.0",
"@angular-eslint/eslint-plugin-template": "18.0.0",
"@angular-eslint/schematics": "18.0.0",
"@angular-eslint/template-parser": "18.0.0",
"@angular/cli": "^18.0.2",
"@angular/compiler-cli": "^18.0.1",
"@angular/language-service": "^18.0.1",
"@types/file-saver-es": "^2.0.1",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "^2.0.8",
"@types/node": "^12.19.7",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"eslint": "^8.57.0",
"git-rev-sync": "^3.0.2",
"jasmine-core": "~4.4.0",
"karma": "~6.4.1",
"karma-chrome-launcher": "~3.1.1",
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^2.0.0",
"patch-package": "^6.2.2",
"typescript": "~5.4.5"
}
}