forked from mismith0227/hugo_theme_pickles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.36 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
{
"name": "hugo_theme_pickles",
"version": "2.0.0",
"description": "",
"main": "index.js",
"scripts": {
"hugo": "hugo server",
"dev": "gulp",
"prod": "gulp clean && gulp --env production",
"build": "gulp build --env production",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "mismith0227",
"license": "MIT",
"devDependencies": {
"autoprefixer": "9.0.2",
"babel-core": "6.26.3",
"babel-loader": "7.1.5",
"babel-preset-es2015": "6.24.1",
"csswring": "5.1.1",
"del": "3.0.0",
"exports-loader": "0.7.0",
"gulp": "3.9.1",
"gulp-if": "2.0.2",
"gulp-imagemin": "4.1.0",
"gulp-plumber": "1.2.0",
"gulp-postcss": "6.4.0",
"gulp-rename": "1.4.0",
"gulp-sourcemaps": "2.6.4",
"minimist": "1.2.0",
"postcss-apply": "0.4.0",
"postcss-browser-reporter": "0.5.0",
"postcss-custom-media": "5.0.1",
"postcss-custom-properties": "5.0.2",
"postcss-flexbugs-fixes": "4.1.0",
"postcss-import": "9.1.0",
"postcss-nesting": "2.3.1",
"postcss-reporter": "3.0.0",
"run-sequence": "2.2.1",
"standard": "11.0.1",
"standard-loader": "6.0.1",
"svgpack": "3.1.1",
"webpack": "4.16.3",
"webpack-stream": "5.1.0"
},
"dependencies": {
"jquery": "^3.2.1",
"slick-carousel": "^1.8.1",
"zoom.js": "https://github.com/fat/zoom.js/"
}
}