summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorVictor Häggqvist <[email protected]>2016-01-13 17:05:44 +0100
committerVictor Häggqvist <[email protected]>2016-01-13 17:05:44 +0100
commita6b949e31a4c511f25dcf7f0fc0dda2bab862739 (patch)
treeda3d13a5c6b341a5501d0108a999cdb11c27d1b5 /package.json
parent489015e2558f528e1d6f988f3f03c8f3633c0256 (diff)
basic working click on image
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"
}
}