forked from bpatrik/pigallery2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
161 lines (161 loc) · 5.13 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
{
"name": "pigallery2",
"version": "1.9.0",
"description": "This is a photo gallery optimised for running low resource servers (especially on raspberry pi)",
"author": "Patrik J. Braun",
"homepage": "https://github.com/bpatrik/PiGallery2",
"license": "MIT",
"main": "./src/backend/index.js",
"bin": "./src/backend/index.js",
"scripts": {
"build": "tsc && gulp build-prod",
"build-en": "tsc && gulp build-prod --languages=en",
"create-release": "gulp create-release",
"build-backend": "tsc",
"pretest": "tsc",
"test": "ng test && nyc mocha --recursive test",
"lint": "tslint -p tsconfig.json -c tslint.json src/**/**.ts test/**/**.ts",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"start": "node ./src/backend/index",
"run-dev": "ng build --configuration=dev",
"build-stats": "ng build --stats-json",
"analyze": "webpack-bundle-analyzer dist/en/stats.json",
"merge-new-translation": "gulp merge-new-translation",
"merge-translation-only": "gulp merge-translation-only",
"add-translation": "gulp add-translation",
"generate-man": "gulp generate-man"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bpatrik/PiGallery2.git"
},
"bugs": {
"url": "https://github.com/bpatrik/PiGallery2/issues"
},
"dependencies": {
"archiver": "5.3.0",
"bcrypt": "5.0.1",
"cookie-parser": "1.4.5",
"cookie-session": "2.0.0-rc.1",
"csurf": "1.11.0",
"ejs": "3.1.6",
"exifreader": "3.15.0",
"express": "4.17.1",
"express-unless": "0.5.0",
"fluent-ffmpeg": "2.1.2",
"image-size": "1.0.0",
"jimp": "0.16.1",
"locale": "0.1.0",
"node-geocoder": "3.27.0",
"reflect-metadata": "0.1.13",
"sharp": "0.23.4",
"sqlite3": "5.0.2",
"ts-exif-parser": "0.2.2",
"ts-node-iptc": "1.0.11",
"typeconfig": "2.0.15",
"typeorm": "0.2.32"
},
"devDependencies": {
"@angular-devkit/build-angular": "0.1102.12",
"@angular-devkit/build-optimizer": "0.1102.12",
"@angular/animations": "11.2.13",
"@angular/cli": "11.2.12",
"@angular/common": "11.2.13",
"@angular/compiler": "11.2.13",
"@angular/compiler-cli": "11.2.13",
"@angular/core": "11.2.13",
"@angular/forms": "11.2.13",
"@angular/http": "7.2.15",
"@angular/language-service": "11.2.13",
"@angular/localize": "11.2.13",
"@angular/platform-browser": "11.2.13",
"@angular/platform-browser-dynamic": "11.2.13",
"@angular/router": "11.2.13",
"@asymmetrik/ngx-leaflet": "8.1.0",
"@asymmetrik/ngx-leaflet-markercluster": "5.0.1",
"@ngx-loading-bar/core": "5.1.2",
"@types/archiver": "5.1.0",
"@types/bcrypt": "5.0.0",
"@types/bcryptjs": "2.4.2",
"@types/chai": "4.2.18",
"@types/cookie-parser": "1.4.2",
"@types/cookie-session": "2.0.42",
"@types/csurf": "1.11.1",
"@types/ejs": "3.0.6",
"@types/express": "4.17.11",
"@types/express-jwt": "6.0.1",
"@types/fluent-ffmpeg": "2.1.17",
"@types/gulp": "4.0.8",
"@types/gulp-zip": "4.0.1",
"@types/image-size": "0.8.0",
"@types/jasmine": "3.7.2",
"@types/jsonwebtoken": "8.5.1",
"@types/leaflet": "1.7.0",
"@types/leaflet.markercluster": "1.4.4",
"@types/node": "15.0.2",
"@types/node-geocoder": "3.24.1",
"@types/sharp": "0.28.1",
"@types/winston": "2.4.4",
"@types/xml2js": "0.4.8",
"bootstrap": "4.6.0",
"chai": "4.3.4",
"chai-http": "4.3.0",
"codelyzer": "6.0.2",
"core-js": "3.12.1",
"coveralls": "3.1.0",
"deep-equal-in-any-order": "1.1.4",
"ejs-loader": "0.5.0",
"gulp": "4.0.2",
"gulp-json-editor": "2.5.5",
"gulp-typescript": "5.0.1",
"gulp-zip": "5.1.0",
"hammerjs": "2.0.8",
"intl": "1.2.5",
"jasmine-core": "3.7.1",
"jasmine-spec-reporter": "7.0.0",
"jw-bootstrap-switch-ng2": "2.0.5",
"karma": "6.3.2",
"karma-chrome-launcher": "3.1.0",
"karma-cli": "2.0.0",
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-jasmine": "4.0.1",
"karma-jasmine-html-reporter": "1.6.0",
"karma-remap-istanbul": "0.6.0",
"karma-systemjs": "0.16.0",
"leaflet": "1.7.1",
"leaflet.markercluster": "1.5.0",
"mocha": "8.4.0",
"natural-orderby": "2.0.3",
"ngx-bootstrap": "6.2.0",
"ngx-clipboard": "14.0.1",
"ngx-cookie-service": "11.0.2",
"ngx-device-detector": "2.0.10",
"ngx-toastr": "13.2.1",
"nyc": "15.1.0",
"open-iconic": "1.1.1",
"protractor": "7.0.0",
"remap-istanbul": "0.13.0",
"rxjs": "6.6.7",
"rxjs-compat": "6.6.7",
"ts-helpers": "1.1.2",
"ts-node": "9.1.1",
"tslint": "6.1.3",
"typescript": "4.1.5",
"xlf-google-translate": "1.0.0-beta.21",
"web-animations-js": "2.3.2",
"webpack-bundle-analyzer": "4.4.1",
"xml2js": "0.4.23",
"zone.js": "0.11.4"
},
"//": {
"TODO": "sharp 0.28.1 fails arm/v7 build as Prebuilt libvips 8.10.6 binaries are not yet available for linuxmusl-armv7. https://sharp.pixelplumbing.com/install"
},
"optionalDependencies": {
"@ffmpeg-installer/ffmpeg": "1.0.20",
"@ffprobe-installer/ffprobe": "1.1.0",
"mysql": "2.18.1"
},
"engines": {
"node": ">=12.0 <15.0"
}
}