1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2024-11-24 08:42:24 +02:00
pigallery2/package.json

145 lines
4.6 KiB
JSON
Raw Normal View History

2016-03-12 13:53:19 +02:00
{
2017-06-02 23:48:46 +02:00
"name": "pigallery2",
2019-12-30 22:39:05 +02:00
"version": "1.8.0",
"description": "This is a photo gallery optimised for running low resource servers (especially on raspberry pi)",
2017-06-02 22:31:51 +02:00
"author": "Patrik J. Braun",
"homepage": "https://github.com/bpatrik/PiGallery2",
"license": "MIT",
2019-12-10 11:44:35 +02:00
"main": "./src/backend/index.js",
"bin": "./src/backend/index.js",
2016-03-12 13:53:19 +02:00
"scripts": {
"build": "tsc && gulp build-prod",
2019-12-08 13:44:18 +02:00
"create-release": "gulp create-release",
2019-07-19 16:03:50 +02:00
"build-backend": "tsc",
2017-06-10 22:56:23 +02:00
"pretest": "tsc",
2018-07-28 21:37:48 +02:00
"test": "ng test && mocha --recursive test/backend/unit && mocha --recursive test/backend/integration && mocha --recursive test/common/unit ",
2019-12-12 12:04:20 +02:00
"start": "node ./src/backend/index",
2019-12-30 18:52:58 +02:00
"run-dev": "ng build --aot --watch --output-path=./dist --i18n-locale en --i18n-file src/frontend/translate/messages.en.xlf --i18n-missing-translation warning",
2019-12-10 11:44:35 +02:00
"build-stats": "ng build --aot --prod --stats-json --output-path=./dist --i18n-locale en --i18n-file src/frontend/translate/messages.en.xlf --i18n-missing-translation warning",
2019-07-21 15:14:12 +02:00
"merge-new-translation": "gulp merge-new-translation",
2018-03-30 02:30:23 +02:00
"add-translation": "gulp add-translation"
2016-03-12 13:53:19 +02:00
},
2016-03-18 17:02:26 +02:00
"repository": {
"type": "git",
"url": "git+https://github.com/bpatrik/PiGallery2.git"
},
"bugs": {
"url": "https://github.com/bpatrik/PiGallery2/issues"
},
2016-03-12 13:53:19 +02:00
"dependencies": {
2017-07-11 22:10:36 +02:00
"bcryptjs": "2.4.3",
2019-07-19 00:12:22 +02:00
"body-parser": "1.19.0",
2019-02-15 22:09:36 +02:00
"cookie-parser": "1.4.4",
2017-12-17 18:50:50 +02:00
"cookie-session": "2.0.0-beta.3",
2019-12-07 21:21:23 +02:00
"ejs": "3.0.1",
"exifreader": "2.12.0",
2019-07-19 00:12:22 +02:00
"express": "4.17.1",
2018-11-30 16:36:42 +02:00
"fluent-ffmpeg": "2.1.2",
2019-12-07 21:21:23 +02:00
"image-size": "0.8.3",
"jimp": "0.9.3",
2018-01-16 02:37:18 +02:00
"locale": "0.1.0",
2019-01-27 06:47:43 +02:00
"reflect-metadata": "0.1.13",
2019-12-30 21:48:25 +02:00
"rimraf": "3.0.0",
2019-12-07 21:21:23 +02:00
"sqlite3": "4.1.1",
2018-11-02 11:51:36 +02:00
"ts-exif-parser": "0.1.4",
2018-11-17 20:31:57 +02:00
"ts-node-iptc": "1.0.11",
"typeconfig": "1.0.8d",
2019-12-07 21:21:23 +02:00
"typeorm": "0.2.21",
2019-12-10 20:27:24 +02:00
"winston": "2.4.4"
2016-12-27 00:36:38 +02:00
},
"devDependencies": {
2019-12-07 21:21:23 +02:00
"@angular-devkit/build-angular": "0.803.20",
"@angular-devkit/build-optimizer": "0.803.20",
"@angular/animations": "8.2.14",
"@angular/cli": "8.3.20",
"@angular/common": "8.2.14",
"@angular/compiler": "8.2.14",
"@angular/compiler-cli": "8.2.14",
"@angular/core": "8.2.14",
"@angular/forms": "8.2.14",
2019-07-19 00:12:22 +02:00
"@angular/http": "7.2.15",
2019-12-07 21:21:23 +02:00
"@angular/language-service": "8.2.14",
"@angular/platform-browser": "8.2.14",
"@angular/platform-browser-dynamic": "8.2.14",
"@angular/router": "8.2.14",
2018-07-28 19:58:17 +02:00
"@ngx-translate/i18n-polyfill": "1.0.0",
"@types/bcryptjs": "2.4.2",
2019-12-07 21:21:23 +02:00
"@types/chai": "4.2.6",
"@types/cookie-parser": "1.4.2",
2019-07-19 00:12:22 +02:00
"@types/cookie-session": "2.0.37",
2019-12-07 21:21:23 +02:00
"@types/ejs": "3.0.0",
"@types/express": "4.17.2",
"@types/fluent-ffmpeg": "2.1.11",
"@types/gm": "1.18.6",
2019-07-19 00:12:22 +02:00
"@types/gulp": "4.0.6",
2019-12-07 21:21:23 +02:00
"@types/gulp-zip": "4.0.1",
"@types/image-size": "0.8.0",
"@types/jasmine": "3.5.0",
"@types/node": "12.12.14",
2019-12-30 21:48:25 +02:00
"@types/rimraf": "2.0.3",
2019-12-07 21:21:23 +02:00
"@types/sharp": "0.23.1",
2019-01-27 06:47:43 +02:00
"@types/winston": "2.4.4",
"@types/xml2js": "0.4.5",
2019-01-03 16:58:24 +02:00
"@yaga/leaflet-ng2": "1.0.0",
2019-12-07 21:21:23 +02:00
"bootstrap": "4.4.1",
"chai": "4.2.0",
2019-12-07 21:21:23 +02:00
"codelyzer": "5.2.0",
"core-js": "3.4.7",
"ejs-loader": "0.3.5",
2019-07-19 00:12:22 +02:00
"gulp": "4.0.2",
"gulp-json-editor": "2.5.4",
2019-07-19 00:12:22 +02:00
"gulp-typescript": "5.0.1",
2019-12-07 21:21:23 +02:00
"gulp-zip": "5.0.1",
"hammerjs": "2.0.8",
"intl": "1.2.5",
2019-12-07 21:21:23 +02:00
"jasmine-core": "3.5.0",
"jasmine-spec-reporter": "4.2.1",
"jw-bootstrap-switch-ng2": "2.0.5",
2019-12-07 21:21:23 +02:00
"karma": "4.4.1",
"karma-chrome-launcher": "3.1.0",
2018-12-02 21:57:16 +02:00
"karma-cli": "2.0.0",
2019-12-07 21:21:23 +02:00
"karma-coverage-istanbul-reporter": "2.1.1",
2018-11-17 20:31:57 +02:00
"karma-jasmine": "2.0.1",
2019-07-19 00:12:22 +02:00
"karma-jasmine-html-reporter": "1.4.2",
"karma-remap-istanbul": "0.6.0",
2018-12-08 12:28:56 +02:00
"karma-systemjs": "0.16.0",
2019-12-07 21:21:23 +02:00
"mocha": "6.2.2",
"ng2-cookies": "1.0.12",
"ng2-slim-loading-bar": "4.0.0",
2019-12-07 21:21:23 +02:00
"ngx-bootstrap": "5.2.0",
"ngx-clipboard": "12.3.0",
"ngx-toastr": "11.2.1",
"open-iconic": "1.1.1",
2019-01-27 06:47:43 +02:00
"protractor": "5.4.2",
"remap-istanbul": "0.13.0",
2019-12-07 21:21:23 +02:00
"rxjs": "6.5.3",
"rxjs-compat": "6.5.3",
"terser": "4.4.2",
"ts-helpers": "1.1.2",
2019-12-07 21:21:23 +02:00
"ts-node": "8.5.4",
"tslint": "5.20.1",
"typescript": "3.5.3",
"xlf-google-translate": "1.0.0-beta.19",
"xml2js": "0.4.23",
2019-12-07 21:21:23 +02:00
"zone.js": "0.10.2"
},
"//": [
"TODO: remove terser version lock once webpack is fixed",
"TODO: check i18n-pollify once angular 8 is out"
],
"resolutions": {
"natives": "1.1.3"
},
"optionalDependencies": {
2019-12-07 21:21:23 +02:00
"@ffmpeg-installer/ffmpeg": "1.0.20",
2019-07-19 00:12:22 +02:00
"@ffprobe-installer/ffprobe": "1.0.12",
2019-12-07 21:21:23 +02:00
"bcrypt": "3.0.7",
"gm": "1.23.1",
2019-07-19 00:12:22 +02:00
"mysql": "2.17.1",
2019-12-07 21:21:23 +02:00
"sharp": "0.23.4"
2017-07-23 22:36:28 +02:00
},
"engines": {
2019-12-26 22:03:10 +02:00
"node": ">=10.17 <13.0"
2020-01-01 12:06:14 +02:00
}
2016-03-12 13:53:19 +02:00
}