From cd9200fb6a61d28a89d2af196944cae2a9a20d3c Mon Sep 17 00:00:00 2001 From: "Patrik J. Braun" Date: Tue, 10 Dec 2019 19:27:24 +0100 Subject: [PATCH] removing unused dependencies --- COMPARE.md | 5 ----- README.md | 3 ++- package.json | 9 +-------- 3 files changed, 3 insertions(+), 14 deletions(-) delete mode 100644 COMPARE.md diff --git a/COMPARE.md b/COMPARE.md deleted file mode 100644 index 91c044c7..00000000 --- a/COMPARE.md +++ /dev/null @@ -1,5 +0,0 @@ - -| |PiGallery |PiGallery2 | -|-----------------|------------|-------------| -|Idle memory usage| 8-10Mb | 6-8MB | -|Load memory usage| 60-100Mb | 6-8MB | diff --git a/README.md b/README.md index c347e3c6..24d711c9 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,8 @@ cd pigallery2-master # enter the unzipped directory npm install ``` **Note**: if you run `npm run create-release`, it creates a clean, minified, production ready version from the app in the `release` folder, that is ready to deploy. -**Note**: you can use `npm run create-release -- --languages=fr,ro` to restrict building to the listed languages (english is added by default) + +**Note2**: you can use `npm run create-release -- --languages=fr,ro` to restrict building to the listed languages (english is added by default) #### 1.1.2 Run PiGallery2 ```bash diff --git a/package.json b/package.json index 6627a316..2c100982 100644 --- a/package.json +++ b/package.json @@ -37,19 +37,15 @@ "express": "4.17.1", "fluent-ffmpeg": "2.1.2", "image-size": "0.8.3", - "jdataview": "2.5.0", "jimp": "0.9.3", "locale": "0.1.0", - "npm-check-updates": "^3.2.2", "reflect-metadata": "0.1.13", "sqlite3": "4.1.1", "ts-exif-parser": "0.1.4", "ts-node-iptc": "1.0.11", "typeconfig": "1.0.7", "typeorm": "0.2.21", - "webpack-bundle-analyzer": "^3.6.0", - "winston": "2.4.4", - "xmldom": "0.1.27" + "winston": "2.4.4" }, "devDependencies": { "@angular-devkit/build-angular": "0.803.20", @@ -105,7 +101,6 @@ "karma-jasmine-html-reporter": "1.4.2", "karma-remap-istanbul": "0.6.0", "karma-systemjs": "0.16.0", - "merge2": "1.3.0", "mocha": "6.2.2", "ng2-cookies": "1.0.12", "ng2-slim-loading-bar": "4.0.0", @@ -115,8 +110,6 @@ "open-iconic": "1.1.1", "protractor": "5.4.2", "remap-istanbul": "0.13.0", - "rimraf": "3.0.0", - "run-sequence": "2.2.1", "rxjs": "6.5.3", "rxjs-compat": "6.5.3", "terser": "4.4.2",