Skip to content

Commit

Permalink
Cleaned up dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
xanderfrangos committed Jan 11, 2020
1 parent e370ffd commit 0f208c4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 40 deletions.
32 changes: 2 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,9 @@
"imagemin-mozjpeg": "^8.0.0",
"imagemin-pngquant": "^8.0.0",
"imagemin-svgo": "^7.0.0",
"jquery": "^3.4.1",
"jszip": "^3.2.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-window": "^1.8.5",
"request": "^2.88.0",
"sharp": "^0.23.4",
"slash": "^3.0.0",
"universal-analytics": "^0.4.20",
Expand Down
7 changes: 0 additions & 7 deletions src/optimizer/file-thread.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ const sharp = require("sharp")

const slash = require('slash');

const appDataPath = require('appdata-path')

const imagemin = require('imagemin');
const imageminGIFSicle = require('imagemin-gifsicle');
const imageminJPEGRecompress = require('imagemin-jpeg-recompress');
Expand All @@ -12,13 +10,8 @@ const imageminSVGO = require('imagemin-svgo');
const imageminAdvpng = require('imagemin-advpng');
const imageminPngquant = require('imagemin-pngquant');


const fs = require("fs")
const path = require("path")
const uuidv1 = require('uuid/v1')
const del = require('del')

const basePath = appDataPath("crushee-desktop")

const consoleLog = console.log
//console.log = () => {}
Expand Down

0 comments on commit 0f208c4

Please sign in to comment.