-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
62 lines (62 loc) · 1.81 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
61
62
{
"private": true,
"license": "MIT",
"scripts": {
"build": "gulp build:prod && node createManifest.js && node removeHash.js && npm run svgmin && npm run svgstore",
"dev": "gulp dev",
"svgmin": "rm -f src/img/projects/projects-defs.svg && svgo -f src/img/projects/ --pretty",
"svgstore": "svgstore -o src/img/projects/projects-defs.svg src/img/projects/*.svg",
"lint": "eslint .",
"deploy": "gulp deploy",
"update-index": "gulp export:algolia-index && gulp export:algolia-settings"
},
"dependencies": {
"algoliasearch": "3.33.0",
"async": "2.6.3",
"babel-eslint": "8.2.6",
"babel-loader": "8.0.6",
"critical": "1.3.4",
"del": "3.0.0",
"eslint": "4.19.1",
"eslint-config-algolia": "13.4.0",
"eslint-config-prettier": "2.10.0",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-prettier": "2.7.0",
"fragments.css": "1.0.49-alpha",
"gh-pages": "1.2.0",
"glob": "7.1.4",
"gulp": "3.9.1",
"gulp-autoprefixer": "5.0.0",
"gulp-critical-css": "1.0.1",
"gulp-filter": "5.1.0",
"gulp-haml": "1.0.1",
"gulp-imagemin": "4.1.0",
"gulp-livereload": "3.8.1",
"gulp-minify-css": "1.2.4",
"gulp-notify": "3.2.0",
"gulp-rename": "1.4.0",
"gulp-rev": "8.1.1",
"gulp-rev-rewrite": "1.1.4",
"gulp-sass": "4.0.2",
"gulp-uglify-es": "1.0.4",
"gulp-util": "3.0.8",
"gulp-webserver": "0.9.1",
"html-escape": "2.0.0",
"image-size": "0.7.4",
"imagemin-pngquant": "5.1.0",
"instantsearch.js": "2.10.5",
"lodash": "4.17.15",
"prettier": "1.18.2",
"run-sequence": "2.2.1",
"svgmin": "0.1.0",
"svgo": "1.3.0",
"svgstore-cli": "1.3.1",
"sw-toolbox": "3.6.0",
"webpack": "4.36.1",
"webpack-stream": "4.0.3"
},
"engines": {
"node": "^9.8.0",
"yarn": "^1.7.0"
}
}