1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00

removing unused dependencies

This commit is contained in:
Patrik J. Braun 2019-12-10 19:27:24 +01:00
parent 961250c3b0
commit cd9200fb6a
3 changed files with 3 additions and 14 deletions

View File

@ -1,5 +0,0 @@
| |PiGallery |PiGallery2 |
|-----------------|------------|-------------|
|Idle memory usage| 8-10Mb | 6-8MB |
|Load memory usage| 60-100Mb | 6-8MB |

View File

@ -55,7 +55,8 @@ cd pigallery2-master # enter the unzipped directory
npm install 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**: 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 #### 1.1.2 Run PiGallery2
```bash ```bash

View File

@ -37,19 +37,15 @@
"express": "4.17.1", "express": "4.17.1",
"fluent-ffmpeg": "2.1.2", "fluent-ffmpeg": "2.1.2",
"image-size": "0.8.3", "image-size": "0.8.3",
"jdataview": "2.5.0",
"jimp": "0.9.3", "jimp": "0.9.3",
"locale": "0.1.0", "locale": "0.1.0",
"npm-check-updates": "^3.2.2",
"reflect-metadata": "0.1.13", "reflect-metadata": "0.1.13",
"sqlite3": "4.1.1", "sqlite3": "4.1.1",
"ts-exif-parser": "0.1.4", "ts-exif-parser": "0.1.4",
"ts-node-iptc": "1.0.11", "ts-node-iptc": "1.0.11",
"typeconfig": "1.0.7", "typeconfig": "1.0.7",
"typeorm": "0.2.21", "typeorm": "0.2.21",
"webpack-bundle-analyzer": "^3.6.0", "winston": "2.4.4"
"winston": "2.4.4",
"xmldom": "0.1.27"
}, },
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "0.803.20", "@angular-devkit/build-angular": "0.803.20",
@ -105,7 +101,6 @@
"karma-jasmine-html-reporter": "1.4.2", "karma-jasmine-html-reporter": "1.4.2",
"karma-remap-istanbul": "0.6.0", "karma-remap-istanbul": "0.6.0",
"karma-systemjs": "0.16.0", "karma-systemjs": "0.16.0",
"merge2": "1.3.0",
"mocha": "6.2.2", "mocha": "6.2.2",
"ng2-cookies": "1.0.12", "ng2-cookies": "1.0.12",
"ng2-slim-loading-bar": "4.0.0", "ng2-slim-loading-bar": "4.0.0",
@ -115,8 +110,6 @@
"open-iconic": "1.1.1", "open-iconic": "1.1.1",
"protractor": "5.4.2", "protractor": "5.4.2",
"remap-istanbul": "0.13.0", "remap-istanbul": "0.13.0",
"rimraf": "3.0.0",
"run-sequence": "2.2.1",
"rxjs": "6.5.3", "rxjs": "6.5.3",
"rxjs-compat": "6.5.3", "rxjs-compat": "6.5.3",
"terser": "4.4.2", "terser": "4.4.2",