-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
60 lines (60 loc) · 1.61 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
59
60
{
"scripts": {
"dev": "gulp dev",
"build": "NODE_ENV=production gulp build:prod && workbox generateSW"
},
"devDependencies": {
"async": "^2.6.1",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"chalk": "^2.4.1",
"cloudinary": "^1.11.0",
"del": "^3.0.0",
"favicons": "^5.1.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^5.0.0",
"gulp-cheerio": "^0.6.3",
"gulp-clean-css": "^3.10.0",
"gulp-favicons": "^2.2.7",
"gulp-haml": "^1.0.1",
"gulp-imagemin": "^4.1.0",
"gulp-inject": "^4.3.2",
"gulp-jshint": "^2.1.0",
"gulp-livereload": "^3.8.1",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.0",
"gulp-rename": "^1.4.0",
"gulp-rev-mtime": "0.0.4",
"gulp-sass": "^4.0.1",
"gulp-scss-lint": "^0.6.1",
"gulp-scss-lint-stylish": "^1.0.1",
"gulp-svgmin": "^1.2.4",
"gulp-svgstore": "^6.1.1",
"gulp-sync": "^0.1.4",
"gulp-uglify": "^3.0.1",
"gulp-webserver": "^0.9.1",
"html-webpack-plugin": "^3.2.0",
"image-webpack-loader": "^4.3.1",
"imagemin-pngquant": "^6.0.0",
"jshint": "^2.9.6",
"jshint-stylish": "^2.2.1",
"node-base64-image": "^1.0.5",
"require-dir": "^1.0.0",
"run-sequence": "^2.2.1",
"through2": "^2.0.3",
"webpack": "^4.16.5",
"webpack-stream": "^5.1.1",
"workbox-cli": "^3.4.1"
},
"dependencies": {
"algoliasearch": "^3.30.0",
"chart.js": "^2.9.4",
"imports-loader": "^0.8.0",
"instantsearch.js": "^2.10.0",
"jquery": "^3.5.0",
"lodash": "^4.17.21",
"mustache": "^2.3.1",
"react": "^16.4.2"
}
}