This repository has been archived on 2020-04-22. You can view files and clone it, but cannot push or open issues or pull requests.
victor-hugo/package.json

50 lines
1.4 KiB
JSON

{
"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 && gulp minifyHtml",
"build-preview": "gulp build-preview",
"start": "gulp server",
"start-preview": "gulp server-preview",
"lint": "eslint src"
},
"author": "",
"license": "MIT",
"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",
"exports-loader": "^0.7.0",
"fancy-log": "^1.3.2",
"file-loader": "^2.0.0",
"gulp": "^3.9.1",
"gulp-flatten": "^0.4.0",
"gulp-postcss": "^8.0.0",
"gulp-watch": "^5.0.1",
"gulp-htmlmin": "^5.0.1",
"hugo-bin": "^0.37.0",
"imports-loader": "^0.8.0",
"plugin-error": "^1.0.1",
"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"
},
"resolutions": {
"natives": "1.1.6"
}
}