forked from bpatrik/pigallery2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
146 lines (146 loc) · 4.57 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
{
"name": "pigallery2",
"version": "1.7.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": "./backend/index.js",
"bin": "./backend/index.js",
"scripts": {
"install": "tsc && gulp build-prod",
"build-release": "gulp build-release",
"build-backend": "tsc",
"pretest": "tsc",
"test": "ng test && mocha --recursive test/backend/unit && mocha --recursive test/backend/integration && mocha --recursive test/common/unit ",
"start": "node ./backend/index",
"run-dev": "ng build --aot --watch --output-path=./dist --i18n-locale en --i18n-file frontend/translate/messages.en.xlf --i18n-missing-translation warning",
"build-stats": "ng build --aot --prod --stats-json --output-path=./dist --i18n-locale en --i18n-file frontend/translate/messages.en.xlf --i18n-missing-translation warning",
"merge-new-translation": "gulp merge-new-translation",
"add-translation": "gulp add-translation"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bpatrik/PiGallery2.git"
},
"bugs": {
"url": "https://github.com/bpatrik/PiGallery2/issues"
},
"dependencies": {
"bcryptjs": "2.4.3",
"body-parser": "1.19.0",
"cookie-parser": "1.4.4",
"cookie-session": "2.0.0-beta.3",
"ejs": "2.6.2",
"exifreader": "2.8.2",
"express": "4.17.1",
"fluent-ffmpeg": "2.1.2",
"image-size": "0.7.4",
"jdataview": "2.5.0",
"jimp": "0.6.4",
"locale": "0.1.0",
"npm-check-updates": "^3.1.20",
"reflect-metadata": "0.1.13",
"sqlite3": "4.0.9",
"ts-exif-parser": "0.1.4",
"ts-node-iptc": "1.0.11",
"typeconfig": "1.0.7",
"typeorm": "0.2.18",
"winston": "2.4.4",
"xmldom": "0.1.27"
},
"devDependencies": {
"@angular-devkit/build-angular": "0.801.2",
"@angular-devkit/build-optimizer": "0.801.2",
"@angular/animations": "8.1.2",
"@angular/cli": "8.1.2",
"@angular/common": "8.1.2",
"@angular/compiler": "8.1.2",
"@angular/compiler-cli": "8.1.2",
"@angular/core": "8.1.2",
"@angular/forms": "8.1.2",
"@angular/http": "7.2.15",
"@angular/language-service": "8.1.2",
"@angular/platform-browser": "8.1.2",
"@angular/platform-browser-dynamic": "8.1.2",
"@angular/router": "8.1.2",
"@ngx-translate/i18n-polyfill": "1.0.0",
"@types/bcryptjs": "2.4.2",
"@types/chai": "4.1.7",
"@types/cookie-parser": "1.4.1",
"@types/cookie-session": "2.0.37",
"@types/ejs": "2.6.3",
"@types/express": "4.17.0",
"@types/fluent-ffmpeg": "2.1.10",
"@types/gm": "1.18.3",
"@types/gulp": "4.0.6",
"@types/gulp-zip": "4.0.0",
"@types/image-size": "0.7.0",
"@types/jasmine": "3.3.13",
"@types/node": "12.6.8",
"@types/sharp": "0.22.2",
"@types/winston": "2.4.4",
"@yaga/leaflet-ng2": "1.0.0",
"bootstrap": "4.3.1",
"chai": "4.2.0",
"codelyzer": "5.1.0",
"core-js": "3.1.4",
"ejs-loader": "0.3.3",
"gulp": "4.0.2",
"gulp-json-modify": "1.0.2",
"gulp-typescript": "5.0.1",
"gulp-zip": "5.0.0",
"hammerjs": "2.0.8",
"intl": "1.2.5",
"jasmine-core": "3.4.0",
"jasmine-spec-reporter": "4.2.1",
"jw-bootstrap-switch-ng2": "2.0.5",
"karma": "4.2.0",
"karma-chrome-launcher": "3.0.0",
"karma-cli": "2.0.0",
"karma-coverage-istanbul-reporter": "2.0.5",
"karma-jasmine": "2.0.1",
"karma-jasmine-html-reporter": "1.4.2",
"karma-remap-istanbul": "0.6.0",
"karma-systemjs": "0.16.0",
"merge2": "1.2.3",
"mocha": "6.1.4",
"ng2-cookies": "1.0.12",
"ng2-slim-loading-bar": "4.0.0",
"ngx-bootstrap": "5.1.0",
"ngx-clipboard": "12.2.0",
"ngx-toastr": "10.0.4",
"open-iconic": "1.1.1",
"protractor": "5.4.2",
"remap-istanbul": "0.13.0",
"rimraf": "2.6.3",
"run-sequence": "2.2.1",
"rxjs": "6.5.2",
"rxjs-compat": "6.5.2",
"terser": "4.1.2",
"ts-helpers": "1.1.2",
"ts-node": "8.3.0",
"tslint": "5.18.0",
"typescript": "3.4.5",
"xlf-google-translate": "1.0.0-beta.15",
"zone.js": "0.9.1"
},
"//": [
"TODO: remove terser version lock once webpack is fixed",
"TODO: check i18n-pollify once angular 8 is out"
],
"resolutions": {
"natives": "1.1.3"
},
"optionalDependencies": {
"@ffmpeg-installer/ffmpeg": "1.0.19",
"@ffprobe-installer/ffprobe": "1.0.12",
"bcrypt": "3.0.6",
"gm": "1.23.1",
"mysql": "2.17.1",
"sharp": "0.22.1"
},
"engines": {
"node": ">= 6.9 <11.0"
}
}