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

143 lines
4.3 KiB
JSON

{
"name": "pigallery2",
"version": "1.5.8",
"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",
"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",
"update-translation": "gulp update-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.18.3",
"cookie-parser": "1.4.4",
"cookie-session": "2.0.0-beta.3",
"ejs": "2.6.1",
"exifreader": "2.7.0",
"express": "4.16.4",
"fluent-ffmpeg": "2.1.2",
"image-size": "0.7.2",
"jdataview": "2.5.0",
"jimp": "0.6.0",
"locale": "0.1.0",
"reflect-metadata": "0.1.13",
"sqlite3": "4.0.6",
"ts-exif-parser": "0.1.4",
"ts-node-iptc": "1.0.11",
"typeconfig": "1.0.7",
"typeorm": "0.2.13",
"winston": "2.4.4",
"xmldom": "0.1.27"
},
"devDependencies": {
"@angular-devkit/build-angular": "0.13.1",
"@angular-devkit/build-optimizer": "0.13.1",
"@angular/animations": "7.2.4",
"@angular/cli": "7.3.1",
"@angular/common": "7.2.4",
"@angular/compiler": "7.2.4",
"@angular/compiler-cli": "7.2.4",
"@angular/core": "7.2.4",
"@angular/forms": "7.2.4",
"@angular/http": "7.2.4",
"@angular/language-service": "7.2.4",
"@angular/platform-browser": "7.2.4",
"@angular/platform-browser-dynamic": "7.2.4",
"@angular/router": "7.2.4",
"@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.36",
"@types/ejs": "2.6.2",
"@types/express": "4.16.1",
"@types/fluent-ffmpeg": "2.1.9",
"@types/gm": "1.18.2",
"@types/gulp": "4.0.5",
"@types/gulp-zip": "4.0.0",
"@types/image-size": "0.7.0",
"@types/jasmine": "3.3.9",
"@types/node": "11.9.4",
"@types/sharp": "0.21.2",
"@types/winston": "2.4.4",
"@yaga/leaflet-ng2": "1.0.0",
"bootstrap": "4.1.3",
"chai": "4.2.0",
"codelyzer": "4.5.0",
"core-js": "2.6.5",
"ejs-loader": "0.3.1",
"gulp": "4.0.0",
"gulp-json-modify": "1.0.2",
"gulp-typescript": "5.0.0",
"gulp-zip": "4.2.0",
"hammerjs": "2.0.8",
"intl": "1.2.5",
"jasmine-core": "3.3.0",
"jasmine-spec-reporter": "4.2.1",
"jw-bootstrap-switch-ng2": "2.0.5",
"karma": "4.0.0",
"karma-chrome-launcher": "2.2.0",
"karma-cli": "2.0.0",
"karma-coverage-istanbul-reporter": "2.0.4",
"karma-jasmine": "2.0.1",
"karma-jasmine-html-reporter": "1.4.0",
"karma-remap-istanbul": "0.6.0",
"karma-systemjs": "0.16.0",
"merge2": "1.2.3",
"mocha": "5.2.0",
"ng2-cookies": "1.0.12",
"ng2-slim-loading-bar": "4.0.0",
"ngx-bootstrap": "3.2.0",
"ngx-clipboard": "11.1.9",
"ngx-toastr": "9.1.1",
"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.4.0",
"rxjs-compat": "6.4.0",
"terser": "3.16.1",
"ts-helpers": "1.1.2",
"ts-node": "8.0.2",
"tslint": "5.12.1",
"typescript": "3.2.4",
"xlf-google-translate": "1.0.0-beta.13",
"zone.js": "0.8.29"
},
"//": [
"TODO: remove terser version lock once webpack is fixed"
],
"resolutions": {
"natives": "1.1.3"
},
"optionalDependencies": {
"@ffmpeg-installer/ffmpeg": "1.0.17",
"@ffprobe-installer/ffprobe": "1.0.9",
"bcrypt": "3.0.4",
"gm": "1.23.1",
"mysql": "2.16.0",
"sharp": "0.21.3"
},
"engines": {
"node": ">= 6.9 <11.0"
}
}