From a6b949e31a4c511f25dcf7f0fc0dda2bab862739 Mon Sep 17 00:00:00 2001 From: Victor Häggqvist Date: Wed, 13 Jan 2016 17:05:44 +0100 Subject: basic working click on image --- package.json | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) (limited to 'package.json') 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" } } -- cgit v1.2.3