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:
parent
961250c3b0
commit
cd9200fb6a
@ -1,5 +0,0 @@
|
||||
|
||||
| |PiGallery |PiGallery2 |
|
||||
|-----------------|------------|-------------|
|
||||
|Idle memory usage| 8-10Mb | 6-8MB |
|
||||
|Load memory usage| 60-100Mb | 6-8MB |
|
@ -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
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user