-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.34 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
{
"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-core": "^6.26.0",
"babel-eslint": "^8.2.1",
"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.6.1",
"babel-register": "^6.11.6",
"browser-sync": "^2.23.6",
"css-loader": "^0.28.9",
"eslint": "^4.17.0",
"eslint-plugin-import": "^2.8.0",
"exports-loader": "^0.7.0",
"file-loader": "^1.1.6",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.1",
"gulp-flatten": "^0.4.0",
"gulp-postcss": "^7.0.1",
"gulp-util": "^3.0.7",
"gulp-watch": "^5.0.0",
"hugo-bin": "^0.22.0",
"imports-loader": "^0.7.1",
"postcss-cssnext": "^3.1.0",
"postcss-import": "^11.0.0",
"url-loader": "^0.6.2",
"webpack": "3.10.0",
"whatwg-fetch": "^2.0.3"
}
}