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>2018-12-07 16:51:44 +0300
committerthingsym <thingsym@gmail.com>2018-12-07 16:51:44 +0300
commit7755b6b99ea266701c7f92fecb3fb23bb6ede0d7 (patch)
tree2d967bfeef8c3e7afecc606c7ebb90c44b127a96 /package.json
parentfb633c4f69f84930b17c4d8101846a90862535b9 (diff)
chore: fix package.json
Diffstat (limited to 'package.json')
-rw-r--r--package.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/package.json b/package.json
index c371a9b..2f8ef98 100644
--- a/package.json
+++ b/package.json
@@ -6,24 +6,24 @@
"author": "Thingsym",
"license": "MIT",
"devDependencies": {
+ "browser-sync": "~2.23.1",
"es6-promise": "~4.2.2",
+ "flexbox-grid-mixins": "~0.1.3",
"gulp": "~3.9.0",
"gulp-autoprefixer": "~4.1.0",
+ "gulp-cssnano": "~2.1.2",
+ "gulp-jshint": "~2.1.0",
"gulp-load-plugins": "~1.5.0",
"gulp-plumber": "~1.1.0",
- "gulp-sass": "~3.1.0",
- "gulp-cssnano": "~2.1.2",
"gulp-rename": "~1.2.0",
- "gulp-watch": "~4.3.11",
+ "gulp-sass": "~3.1.0",
"gulp-stylelint": "^8.0.0",
"gulp-uglify": "~3.0.0",
"gulp-util": "~3.0.4",
+ "gulp-watch": "~4.3.11",
"jshint": "~2.9.4",
"jshint-stylish": "~2.2.1",
- "gulp-jshint": "~2.1.0",
- "browser-sync": "~2.23.1",
"run-sequence": "~2.2.0",
- "flexbox-grid-mixins": "~0.1.3"
"stylelint": "^9.9.0",
"stylelint-config-recommended": "^2.1.0",
"stylelint-config-recommended-scss": "^3.2.0",