forked from mismith0227/hugo_theme_pickles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 876 Bytes
/
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
{
"name": "hugo_theme_pickles",
"version": "2.0.0",
"description": "",
"main": "index.js",
"scripts": {
"hugo": "hugo server",
"dev": "gulp",
"prod": "gulp --env production",
"build": "gulp build --env production",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "mismith0227",
"license": "MIT",
"devDependencies": {
"gulp-sass": "^4.0.2"
},
"dependencies": {
"@babel/core": "^7.7.5",
"@babel/preset-env": "^7.7.6",
"babel-loader": "^8.0.6",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^2.0.0",
"jquery": "^3.2.1",
"minimist": "^1.2.0",
"slick-carousel": "^1.8.1",
"standard": "^14.3.1",
"standard-loader": "^7.0.0",
"svgpack": "^3.1.1",
"webpack": "^4.41.2",
"webpack-stream": "^5.2.1",
"zooming": "^2.1.1"
}
}