Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thingsym/hugo-theme-techdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthingsym <thingsym@gmail.com>2020-01-12 10:53:20 +0300
committerthingsym <thingsym@gmail.com>2020-01-12 10:53:20 +0300
commit59a1b1c8634f1ad4f780409e428e251153b9fdc4 (patch)
treed643505435149e26ab43cbc41c567d5a42d14230 /package.json
parentf7aea9bdfe44216d3e35a1b69509b8b9f8444811 (diff)
chore: gulp bump up version to 4.0
Diffstat (limited to 'package.json')
-rw-r--r--package.json65
1 files changed, 32 insertions, 33 deletions
diff --git a/package.json b/package.json
index 5ac4b0d..4075643 100644
--- a/package.json
+++ b/package.json
@@ -6,42 +6,40 @@
"author": "Thingsym",
"license": "MIT",
"devDependencies": {
- "autoprefixer": "^9.6.2",
+ "autoprefixer": "^9.7.3",
"babel-core": "^6.26.3",
- "babel-eslint": "^8.2.6",
- "babel-loader": "^7.1.5",
+ "babel-eslint": "^10.0.3",
+ "babel-loader": "^8.0.6",
"babel-plugin-transform-runtime": "^6.23.0",
- "babel-preset-env": "^1.6.1",
- "browser-sync": "~2.23.1",
- "chokidar-cli": "^2.0.0",
+ "babel-preset-env": "^1.7.0",
+ "browser-sync": "~2.26.7",
+ "chokidar-cli": "^2.1.0",
+ "core-js": "^3.6.2",
"cross-env": "^6.0.3",
- "es6-promise": "~4.2.2",
- "eslint": "^4.13.1",
- "flexbox-grid-mixins": "~0.1.3",
- "gulp": "^3.9.1",
- "gulp-autoprefixer": "~4.1.0",
- "gulp-cssnano": "~2.1.2",
+ "es6-promise": "~4.2.8",
+ "eslint": "^6.8.0",
+ "flexbox-grid-mixins": "~0.2.0",
+ "gulp": "^4.0.2",
+ "gulp-autoprefixer": "~7.0.1",
+ "gulp-cssnano": "~2.1.3",
"gulp-eslint": "^6.0.0",
- "gulp-jshint": "~2.1.0",
- "gulp-load-plugins": "~1.5.0",
- "gulp-plumber": "~1.1.0",
- "gulp-rename": "~1.2.0",
- "gulp-sass": "~3.1.0",
- "gulp-stylelint": "^8.0.0",
- "gulp-util": "~3.0.4",
- "gulp-watch": "~4.3.11",
- "jshint": "~2.9.4",
- "jshint-stylish": "~2.2.1",
- "node-sass": "^4.12.0",
+ "gulp-load-plugins": "~2.0.1",
+ "gulp-plumber": "~1.2.1",
+ "gulp-rename": "~2.0.0",
+ "gulp-sass": "~4.0.2",
+ "gulp-stylelint": "^11.0.0",
+ "gulp-util": "~3.0.8",
+ "gulp-watch": "~5.0.1",
+ "node-sass": "^4.13.0",
"npm-run-all": "^4.1.5",
"postcss-cli": "^6.1.3",
- "run-sequence": "~2.2.0",
- "stylelint": "^9.9.0",
- "stylelint-config-recommended": "^2.1.0",
- "stylelint-config-recommended-scss": "^3.2.0",
- "stylelint-scss": "^3.4.0",
- "webpack": "^4.41.0",
- "webpack-cli": "^3.3.9",
+ "run-sequence": "~2.2.1",
+ "stylelint": "^12.0.1",
+ "stylelint-config-recommended": "^3.0.0",
+ "stylelint-config-recommended-scss": "^4.1.0",
+ "stylelint-scss": "^3.13.0",
+ "webpack": "^4.41.5",
+ "webpack-cli": "^3.3.10",
"webpack-stream": "^5.2.1"
},
"stylelint": {
@@ -106,11 +104,12 @@
}
}
},
+ "browserslist": [
+ "last 2 versions"
+ ],
"scripts": {
- "default": "gulp",
+ "default": "gulp --tasks",
"gulp": "gulp",
- "gulp:lint": "gulp lint",
- "gulp:watch": "gulp watch",
"build": "run-p \"build:*\"",
"build:js": "npm-run-all -p webpack",
"build:css": "run-p \"sass:**\"",