2016-07-03 22:07:47 +00:00
|
|
|
{
|
2016-08-10 01:01:27 +00:00
|
|
|
"name": "victor-hugo",
|
2016-07-03 22:07:47 +00:00
|
|
|
"version": "1.0.0",
|
2016-08-10 01:01:27 +00:00
|
|
|
"description": "Victor Hugo is a Hugo boilerplate for creating truly epic websites!",
|
2017-08-29 08:58:33 +00:00
|
|
|
"repository": "netlify/victor-hugo",
|
2016-07-03 22:07:47 +00:00
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"hugo": "gulp hugo",
|
2018-11-14 16:30:03 +00:00
|
|
|
"build": "gulp build && gulp minifyHtml",
|
2016-09-01 14:59:24 +00:00
|
|
|
"build-preview": "gulp build-preview",
|
2016-07-21 17:33:50 +00:00
|
|
|
"start": "gulp server",
|
2018-05-14 14:16:17 +00:00
|
|
|
"start-preview": "gulp server-preview",
|
2016-07-21 17:33:50 +00:00
|
|
|
"lint": "eslint src"
|
2016-07-03 22:07:47 +00:00
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "MIT",
|
2018-11-01 19:16:16 +00:00
|
|
|
"devDependencies": {
|
|
|
|
"@babel/core": "^7.1.2",
|
|
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
|
|
|
|
"@babel/plugin-syntax-object-rest-spread": "^7.0.0",
|
|
|
|
"@babel/preset-env": "^7.1.0",
|
|
|
|
"@babel/register": "^7.0.0",
|
|
|
|
"babel-eslint": "^10.0.1",
|
|
|
|
"babel-loader": "^8.0.4",
|
|
|
|
"browser-sync": "^2.26.3",
|
|
|
|
"css-loader": "^1.0.1",
|
|
|
|
"eslint": "^5.8.0",
|
|
|
|
"eslint-plugin-import": "^2.14.0",
|
2018-02-08 19:54:53 +00:00
|
|
|
"exports-loader": "^0.7.0",
|
2018-08-21 18:42:12 +00:00
|
|
|
"fancy-log": "^1.3.2",
|
2018-08-24 16:40:24 +00:00
|
|
|
"file-loader": "^2.0.0",
|
2016-07-03 22:07:47 +00:00
|
|
|
"gulp": "^3.9.1",
|
2018-02-08 19:54:53 +00:00
|
|
|
"gulp-flatten": "^0.4.0",
|
2018-11-01 19:16:16 +00:00
|
|
|
"gulp-postcss": "^8.0.0",
|
|
|
|
"gulp-watch": "^5.0.1",
|
2018-11-14 16:30:03 +00:00
|
|
|
"gulp-htmlmin": "^5.0.1",
|
2018-11-01 19:16:16 +00:00
|
|
|
"hugo-bin": "^0.37.0",
|
2018-04-24 14:32:49 +00:00
|
|
|
"imports-loader": "^0.8.0",
|
2018-08-21 18:42:12 +00:00
|
|
|
"plugin-error": "^1.0.1",
|
2018-11-01 19:16:16 +00:00
|
|
|
"postcss-preset-env": "^6.3.0",
|
|
|
|
"postcss-import": "^12.0.1",
|
|
|
|
"url-loader": "^1.1.2",
|
|
|
|
"webpack": "4.23.1",
|
|
|
|
"whatwg-fetch": "^3.0.0"
|
2018-05-16 14:35:58 +00:00
|
|
|
},
|
|
|
|
"resolutions": {
|
2018-11-05 21:59:15 +00:00
|
|
|
"natives": "1.1.6"
|
2016-07-03 22:07:47 +00:00
|
|
|
}
|
|
|
|
}
|