Skip to content

Commit

Permalink
Dramatically reduced file size after i worked out what was going on
Browse files Browse the repository at this point in the history
  • Loading branch information
jthawme committed Jun 14, 2019
1 parent 543a1ce commit c369868
Showing 1 changed file with 18 additions and 16 deletions.
34 changes: 18 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,9 @@
"component": "node ./helpers/new-component.js"
},
"dependencies": {
"babel-loader": "^8.0.5",
"classnames": "^2.2.6",
"electron-log": "^3.0.6",
"ffmpeg-static": "^2.4.0",
"ffprobe-static": "^3.0.0",
"fluent-ffmpeg": "^2.1.2",
"fs-extra": "^7.0.1",
"normalize.css": "^8.0.1",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-slidedown": "^2.0.9",
"replace": "^1.1.0",
"source-map-support": "^0.5.10",
"svg-inline-loader": "^0.8.0",
"webfontloader": "^1.6.28"
"fluent-ffmpeg": "^2.1.2"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.4.4",
Expand All @@ -37,7 +24,20 @@
"electron-webpack": "^2.6.2",
"node-sass": "^4.12.0",
"sass-loader": "^7.1.0",
"webpack": "4.28.4"
"webpack": "4.28.4",
"fs-extra": "^7.0.1",
"normalize.css": "^8.0.1",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-slidedown": "^2.0.9",
"replace": "^1.1.0",
"source-map-support": "^0.5.10",
"svg-inline-loader": "^0.8.0",
"webfontloader": "^1.6.28",
"babel-loader": "^8.0.5",
"classnames": "^2.2.6",
"electron-log": "^3.0.6"
},
"build": {
"appId": "com.jthaw.stacc",
Expand All @@ -52,7 +52,9 @@
"!node_modules/ffmpeg-static/bin/win${/*}",
"!node_modules/ffmpeg-static/bin/linux${/*}",
"!node_modules/ffprobe-static/bin/win${/*}",
"!node_modules/ffprobe-static/bin/linux${/*}"
"!node_modules/ffprobe-static/bin/linux${/*}",
"!src/data${/*}",
"!helpers${/*}"
]
},
"dmg": {
Expand Down

0 comments on commit c369868

Please sign in to comment.