-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·50 lines (50 loc) · 1.43 KB
/
package.json
File metadata and controls
executable file
·50 lines (50 loc) · 1.43 KB
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
{
"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",
"start-preview": "gulp server-preview",
"lint": "eslint src"
},
"author": "",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-syntax-object-rest-spread": "^7.0.0",
"@babel/plugin-transform-object-assign": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/register": "^7.0.0",
"babel-eslint": "^9.0.0",
"babel-loader": "^8.0.0",
"browser-sync": "^2.23.7",
"css-loader": "^1.0.0",
"eslint": "^4.19.1",
"eslint-plugin-import": "^2.11.0",
"exports-loader": "^0.7.0",
"fancy-log": "^1.3.2",
"file-loader": "^2.0.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-flatten": "^0.4.0",
"gulp-postcss": "^8.0.0",
"hugo-bin": "^0.30.0",
"imports-loader": "^0.8.0",
"plugin-error": "^1.0.1",
"postcss-cssnext": "^3.1.0",
"postcss-import": "^12.0.0",
"url-loader": "^1.0.1",
"webpack": "4.43.0",
"whatwg-fetch": "^2.0.4"
},
"resolutions": {
"natives": "1.1.6"
}
}