-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
54 lines (54 loc) · 1.49 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
52
53
54
{
"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": {
"preinstall": "npx npm-force-resolutions",
"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/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/register": "^7.0.0",
"babel-eslint": "^8.2.3",
"babel-loader": "^7.1.4",
"babel-plugin-transform-class-properties": "^6.10.2",
"babel-plugin-transform-object-assign": "^6.8.0",
"browser-sync": "^2.26.3",
"css-loader": "0.28.11",
"eslint": "4.19.1",
"eslint-plugin-import": "2.11.0",
"exports-loader": "0.7.0",
"file-loader": "1.1.11",
"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.1",
"hugo-bin": "^0.43.2",
"imports-loader": "0.8.0",
"postcss-cssnext": "3.1.0",
"postcss-import": "11.1.0",
"url-loader": "1.0.1",
"webpack": "4.6.0",
"whatwg-fetch": "2.0.4"
},
"resolutions": {
"graceful-fs": "^4.2.4",
"natives": "1.1.3"
},
"devDependencies": {
"@babel/core": "^7.3.3",
"@babel/preset-env": "^7.3.1",
"babel-core": "7.0.0-bridge.0"
}
}