2016-03-12 13:53:19 +02:00
|
|
|
{
|
2017-06-02 23:48:46 +02:00
|
|
|
"name": "pigallery2",
|
2018-11-23 23:03:21 +02:00
|
|
|
"version": "1.2.9",
|
2016-03-13 17:01:19 +02:00
|
|
|
"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",
|
2016-03-13 17:01:19 +02:00
|
|
|
"homepage": "https://github.com/bpatrik/PiGallery2",
|
|
|
|
"license": "MIT",
|
2017-07-04 10:24:20 +02:00
|
|
|
"main": "./backend/index.js",
|
|
|
|
"bin": "./backend/index.js",
|
2016-03-12 13:53:19 +02:00
|
|
|
"scripts": {
|
2018-11-30 18:50:33 +02:00
|
|
|
"install": "tsc && gulp build-prod",
|
2017-07-26 19:43:06 +02:00
|
|
|
"build-release": "gulp build-release",
|
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 ",
|
2017-07-04 10:24:20 +02:00
|
|
|
"start": "node ./backend/index",
|
2017-06-10 22:32:56 +02:00
|
|
|
"ng": "ng",
|
|
|
|
"lint": "ng lint",
|
2017-12-25 01:42:25 +02:00
|
|
|
"e2e": "ng e2e",
|
2018-10-22 00:24:17 +02:00
|
|
|
"run-dev": "ng build --aot --watch --output-path=./dist --i18n-locale en --i18n-format xlf --i18n-file frontend/translate/messages.en.xlf --i18n-missing-translation warning",
|
2018-03-30 02:30:23 +02:00
|
|
|
"update-translation": "gulp update-translation",
|
|
|
|
"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",
|
2018-05-23 02:27:07 +02:00
|
|
|
"body-parser": "1.18.3",
|
2018-07-28 19:58:17 +02:00
|
|
|
"cookie-parser": "1.4.3",
|
2017-12-17 18:50:50 +02:00
|
|
|
"cookie-session": "2.0.0-beta.3",
|
2018-05-23 02:27:07 +02:00
|
|
|
"ejs": "2.6.1",
|
2018-10-22 00:24:17 +02:00
|
|
|
"express": "4.16.4",
|
2018-11-30 16:36:42 +02:00
|
|
|
"fluent-ffmpeg": "2.1.2",
|
2018-11-02 11:40:09 +02:00
|
|
|
"jimp": "0.5.6",
|
2018-01-16 02:37:18 +02:00
|
|
|
"locale": "0.1.0",
|
2018-01-21 03:36:38 +02:00
|
|
|
"reflect-metadata": "0.1.12",
|
2018-11-17 20:31:57 +02:00
|
|
|
"sqlite3": "4.0.4",
|
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",
|
2018-12-02 13:22:05 +02:00
|
|
|
"typeconfig": "^1.0.7",
|
2018-11-17 20:31:57 +02:00
|
|
|
"typeorm": "0.2.9",
|
2018-05-04 00:23:48 +02:00
|
|
|
"winston": "2.4.2"
|
2016-12-27 00:36:38 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-10-22 00:24:17 +02:00
|
|
|
"@agm/core": "1.0.0-beta.5",
|
2018-11-17 20:31:57 +02:00
|
|
|
"@angular-devkit/build-angular": "0.10.6",
|
|
|
|
"@angular-devkit/build-optimizer": "0.10.6",
|
2018-11-24 13:05:42 +02:00
|
|
|
"@angular/animations": "7.1.0",
|
2018-11-17 20:31:57 +02:00
|
|
|
"@angular/cli": "7.0.6",
|
2018-11-24 13:05:42 +02:00
|
|
|
"@angular/common": "7.1.0",
|
|
|
|
"@angular/compiler": "7.1.0",
|
|
|
|
"@angular/compiler-cli": "7.1.0",
|
|
|
|
"@angular/core": "7.1.0",
|
|
|
|
"@angular/forms": "7.1.0",
|
|
|
|
"@angular/http": "7.1.0",
|
|
|
|
"@angular/language-service": "7.1.0",
|
|
|
|
"@angular/platform-browser": "7.1.0",
|
|
|
|
"@angular/platform-browser-dynamic": "7.1.0",
|
|
|
|
"@angular/router": "7.1.0",
|
2018-07-28 19:58:17 +02:00
|
|
|
"@ngx-translate/i18n-polyfill": "1.0.0",
|
2018-10-22 00:24:17 +02:00
|
|
|
"@types/bcryptjs": "2.4.2",
|
2018-11-02 12:43:39 +02:00
|
|
|
"@types/chai": "4.1.7",
|
2018-11-30 16:36:42 +02:00
|
|
|
"@types/cookie-parser": "1.4.1",
|
2018-10-22 00:24:17 +02:00
|
|
|
"@types/cookie-session": "2.0.36",
|
2018-11-30 16:36:42 +02:00
|
|
|
"@types/ejs": "2.6.0",
|
2018-07-28 19:58:17 +02:00
|
|
|
"@types/express": "4.16.0",
|
2018-11-30 16:36:42 +02:00
|
|
|
"@types/fluent-ffmpeg": "2.1.8",
|
2018-11-17 20:31:57 +02:00
|
|
|
"@types/gm": "1.18.2",
|
2018-11-24 13:05:42 +02:00
|
|
|
"@types/jasmine": "3.3.0",
|
|
|
|
"@types/node": "10.12.10",
|
2018-10-22 00:24:17 +02:00
|
|
|
"@types/sharp": "0.21.0",
|
2018-11-30 16:36:42 +02:00
|
|
|
"@types/winston": "2.3.9",
|
2018-07-28 19:58:17 +02:00
|
|
|
"bootstrap": "4.1.3",
|
2018-10-22 00:24:17 +02:00
|
|
|
"chai": "4.2.0",
|
|
|
|
"codelyzer": "4.5.0",
|
2018-05-27 03:54:22 +02:00
|
|
|
"core-js": "2.5.7",
|
2018-05-15 15:38:05 +02:00
|
|
|
"ejs-loader": "0.3.1",
|
|
|
|
"gulp": "3.9.1",
|
|
|
|
"gulp-json-modify": "1.0.2",
|
2018-07-28 19:58:17 +02:00
|
|
|
"gulp-typescript": "5.0.0-alpha.3",
|
|
|
|
"gulp-zip": "4.2.0",
|
2018-05-15 15:38:05 +02:00
|
|
|
"hammerjs": "2.0.8",
|
|
|
|
"intl": "1.2.5",
|
2018-11-02 11:40:09 +02:00
|
|
|
"jasmine-core": "3.3.0",
|
2018-05-15 15:38:05 +02:00
|
|
|
"jasmine-spec-reporter": "4.2.1",
|
2018-10-22 00:24:17 +02:00
|
|
|
"jw-bootstrap-switch-ng2": "2.0.2",
|
2018-11-02 11:40:09 +02:00
|
|
|
"karma": "3.1.1",
|
2018-05-15 15:38:05 +02:00
|
|
|
"karma-chrome-launcher": "2.2.0",
|
|
|
|
"karma-cli": "1.0.1",
|
2018-10-22 00:24:17 +02:00
|
|
|
"karma-coverage-istanbul-reporter": "2.0.4",
|
2018-11-17 20:31:57 +02:00
|
|
|
"karma-jasmine": "2.0.1",
|
2018-11-02 12:43:39 +02:00
|
|
|
"karma-jasmine-html-reporter": "1.4.0",
|
2018-05-15 15:38:05 +02:00
|
|
|
"karma-remap-istanbul": "0.6.0",
|
|
|
|
"karma-systemjs": "0.16.0",
|
2018-10-22 00:24:17 +02:00
|
|
|
"merge2": "1.2.3",
|
2018-05-23 02:27:07 +02:00
|
|
|
"mocha": "5.2.0",
|
2018-05-15 15:38:05 +02:00
|
|
|
"ng2-cookies": "1.0.12",
|
|
|
|
"ng2-slim-loading-bar": "4.0.0",
|
2018-11-24 13:05:42 +02:00
|
|
|
"ngx-bootstrap": "3.1.2",
|
2018-10-22 00:24:17 +02:00
|
|
|
"ngx-clipboard": "11.1.9",
|
|
|
|
"ngx-toastr": "9.1.1",
|
2018-05-15 15:38:05 +02:00
|
|
|
"open-iconic": "1.1.1",
|
2018-10-22 00:24:17 +02:00
|
|
|
"protractor": "5.4.1",
|
|
|
|
"remap-istanbul": "0.12.0",
|
2018-05-15 15:38:05 +02:00
|
|
|
"rimraf": "2.6.2",
|
|
|
|
"run-sequence": "2.2.1",
|
2018-10-22 00:24:17 +02:00
|
|
|
"rxjs": "6.3.3",
|
|
|
|
"rxjs-compat": "^6.3.3",
|
2018-05-15 15:38:05 +02:00
|
|
|
"ts-helpers": "1.1.2",
|
2018-10-22 00:24:17 +02:00
|
|
|
"ts-node": "7.0.1",
|
2018-07-28 19:58:17 +02:00
|
|
|
"tslint": "5.11.0",
|
2018-11-02 12:43:39 +02:00
|
|
|
"typescript": "3.1.6",
|
2018-11-17 20:31:57 +02:00
|
|
|
"xlf-google-translate": "1.0.0-beta.12",
|
2018-05-15 16:48:09 +02:00
|
|
|
"zone.js": "0.8.26"
|
2017-05-28 12:33:18 +02:00
|
|
|
},
|
2018-10-22 00:24:17 +02:00
|
|
|
"resolutions": {
|
|
|
|
"natives": "1.1.3"
|
|
|
|
},
|
2017-05-28 12:33:18 +02:00
|
|
|
"optionalDependencies": {
|
2018-11-18 21:26:29 +02:00
|
|
|
"@ffmpeg-installer/ffmpeg": "1.0.16",
|
|
|
|
"@ffprobe-installer/ffprobe": "1.0.9",
|
2018-10-22 00:24:17 +02:00
|
|
|
"bcrypt": "3.0.2",
|
2018-05-15 15:38:05 +02:00
|
|
|
"gm": "1.23.1",
|
2018-11-18 21:26:29 +02:00
|
|
|
"mysql": "2.16.0",
|
2018-10-22 00:24:17 +02:00
|
|
|
"sharp": "0.21.0"
|
2017-07-23 22:36:28 +02:00
|
|
|
},
|
|
|
|
"engines": {
|
2018-11-02 11:40:09 +02:00
|
|
|
"node": ">= 6.9 <11.0"
|
2016-03-14 14:13:54 +02:00
|
|
|
}
|
2016-03-12 13:53:19 +02:00
|
|
|
}
|