Skip to content

Commit eda41b1

Browse files
committed
refactor: remove package.json deps no longer needed; remove penthouse.js external task now integrated into Webpack build
1 parent 48e4375 commit eda41b1

File tree

2 files changed

+15
-98
lines changed

2 files changed

+15
-98
lines changed

packages/uikit-workshop/package.json

Lines changed: 15 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -33,44 +33,27 @@
3333
"devDependencies": {
3434
"@babel/core": "^7.0.0-beta.55",
3535
"@babel/preset-env": "^7.0.0-beta.55",
36+
"autoprefixer": "^9.1.0",
3637
"babel-loader": "^8.0.0-beta.4",
37-
"del": "^3.0.0",
38-
"gulp-autoprefixer": "^5.0.0",
39-
"gulp-clean-css": "^3.9.4",
40-
"gulp-concat": "^2.6.1",
41-
"gulp-file-include": "^2.0.1",
42-
"gulp-imagemin": "^4.1.0",
43-
"gulp-inline-source": "^3.2.0",
44-
"gulp-jshint": "^2.1.0",
45-
"gulp-load-plugins": "^1.5.0",
46-
"gulp-rename": "^1.3.0",
47-
"gulp-resolve-dependencies": "^2.2.0",
48-
"gulp-ruby-sass": "3.0.0",
49-
"gulp-sass": "^4.0.1",
50-
"gulp-uglify": "^3.0.0",
51-
"gulp-util": "^3.0.8",
52-
"gulp": "^3.9.1",
53-
"imagemin-pngcrush": "^5.1.0",
54-
"penthouse": "^1.6.2",
55-
"uglifyjs-webpack-plugin": "^1.2.7",
56-
"webpack-cli": "^3.1.0",
57-
"webpack": "4.16.3",
58-
"workbox-build": "^3.4.1",
59-
"yargs": "^12.0.1",
60-
"copy-webpack-plugin": "^4.5.2",
61-
"sass-loader": "^7.1.0",
6238
"clean-css-loader": "^1.0.1",
63-
"no-emit-webpack-plugin": "^1.0.0",
64-
"autoprefixer": "^9.1.0",
39+
"clean-webpack-plugin": "^0.1.19",
40+
"copy-webpack-plugin": "^4.5.2",
41+
"critical-css-webpack-plugin": "^0.2.0",
6542
"critical": "^1.3.4",
43+
"css-loader": "^1.0.0",
44+
"html-loader": "^0.5.5",
6645
"html-webpack-plugin": "github:jantimon/html-webpack-plugin#webpack-4",
6746
"mini-css-extract-plugin": "^0.4.1",
68-
"html-loader": "^0.5.5",
69-
"css-loader": "^1.0.0",
47+
"no-emit-webpack-plugin": "^1.0.0",
48+
"penthouse": "^1.6.2",
7049
"postcss-loader": "^3.0.0",
71-
"clean-webpack-plugin": "^0.1.19",
72-
"critical-css-webpack-plugin": "^0.2.0",
73-
"raw-loader": "^0.5.1"
50+
"raw-loader": "^0.5.1",
51+
"sass-loader": "^7.1.0",
52+
"uglifyjs-webpack-plugin": "^1.2.7",
53+
"webpack-cli": "^3.1.0",
54+
"webpack": "4.16.3",
55+
"workbox-build": "^3.4.1",
56+
"yargs": "^12.0.1"
7457
},
7558
"publishConfig": {
7659
"access": "public"

packages/uikit-workshop/penthouse.js

Lines changed: 0 additions & 66 deletions
This file was deleted.

0 commit comments

Comments
 (0)