forked from Shipow/searchstone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.52 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"scripts": {
"dev": "gulp dev"
},
"devDependencies": {
"async": "^2.0.0-rc.5",
"babel-core": "^6.4.5",
"babel-loader": "^6.2.1",
"babel-preset-es2015": "^6.3.13",
"chalk": "^1.1.3",
"cloudinary": "^1.3.1",
"del": "^2.2.0",
"favicons": "^4.6.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-cheerio": "^0.6.2",
"gulp-favicons": "^2.2.5",
"gulp-gh-pages": "^0.5.4",
"gulp-haml": "^0.1.6",
"gulp-imagemin": "^2.4.0",
"gulp-inject": "^3.0.0",
"gulp-jshint": "^2.0.0",
"gulp-livereload": "^3.8.1",
"gulp-minify-css": "^1.2.3",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-rev-mtime": "0.0.4",
"gulp-sass": "^2.3.1",
"gulp-scss-lint": "^0.3.9",
"gulp-scss-lint-stylish": "^1.0.0",
"gulp-svgmin": "^1.2.0",
"gulp-svgstore": "^5.0.5",
"gulp-sync": "^0.1.4",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"gulp-webserver": "^0.9.1",
"html-webpack-plugin": "^1.7.0",
"image-webpack-loader": "^1.6.2",
"imagemin-pngquant": "^4.2.0",
"jshint": "^2.9.1",
"jshint-stylish": "^2.1.0",
"node-base64-image": "^0.1.2",
"require-dir": "^0.3.0",
"run-sequence": "^1.1.5",
"through2": "^2.0.1",
"webpack": "^1.12.9",
"webpack-stream": "^3.1.0"
},
"dependencies": {
"algoliasearch": "^3.10.2",
"imports-loader": "^0.6.5",
"instantsearch.js": "^1.8.16",
"jquery": "^2.2.0",
"lodash": "^3.10.1",
"mustache": "^2.2.1"
}
}