summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json21
1 files changed, 13 insertions, 8 deletions
diff --git a/package.json b/package.json
index ca64d21..959af42 100644
--- a/package.json
+++ b/package.json
@@ -24,13 +24,18 @@
},
"homepage": "https://github.com/victorhaggqvist/touch-imagelightbox",
"devDependencies": {
- "grunt": "~0.4.2",
- "grunt-contrib-clean": "^0.5.0",
- "grunt-contrib-concat": "~0.4.0",
- "grunt-contrib-copy": "^0.5.0",
- "grunt-contrib-jshint": "~0.10.0",
- "grunt-contrib-sass": "^0.7.3",
- "grunt-contrib-uglify": "~0.5.0",
- "grunt-contrib-watch": "~0.6.1"
+ "babel-eslint": "^5.0.0-beta6",
+ "babel-loader": "^6.2.1",
+ "babel-preset-es2015": "^6.3.13",
+ "gulp": "^3.9.0",
+ "gulp-autoprefixer": "^3.1.0",
+ "gulp-babel": "^6.1.1",
+ "gulp-csso": "^1.0.1",
+ "gulp-eslint": "^1.1.1",
+ "gulp-rename": "^1.2.2",
+ "gulp-sass": "^2.1.1",
+ "gulp-size": "^2.0.0",
+ "gulp-uglify": "^1.5.1",
+ "webpack-stream": "^3.1.0"
}
}