-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.31 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
{
"name": "victor-hugo",
"version": "1.0.0",
"description": "Victor Hugo is a Hugo boilerplate for creating truly epic websites!",
"repository": "netlify/victor-hugo",
"main": "index.js",
"scripts": {
"hugo": "gulp hugo",
"build": "gulp build",
"build-preview": "gulp build-preview",
"start": "gulp server",
"lint": "eslint src"
},
"author": "",
"license": "MIT",
"dependencies": {
"babel-eslint": "^10.0.3",
"babel-loader": "^7.0.0",
"babel-plugin-syntax-object-rest-spread": "^6.13.0",
"babel-plugin-transform-class-properties": "^6.10.2",
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-preset-env": "1.7.0",
"babel-register": "^6.11.6",
"browser-sync": "^2.26.7",
"css-loader": "^3.2.0",
"eslint": "^6.7.1",
"eslint-plugin-import": "^2.18.2",
"exports-loader": "^0.7.0",
"file-loader": "^5.0.2",
"gulp": "^4.0.2",
"gulp-babel": "^6.1.2",
"gulp-clean-css": "^4.2.0",
"gulp-postcss": "^8.0.0",
"gulp-util": "^3.0.7",
"gulp-watch": "^5.0.1",
"hugo-bin": "^0.48.0",
"imports-loader": "^0.8.0",
"postcss-cssnext": "^2.7.0",
"postcss-import": "^12.0.1",
"url-loader": "^3.0.0",
"webpack": "4.41.2",
"whatwg-fetch": "^3.0.0"
}
}