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

51 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",
"build-preview": "gulp build-preview",
"start": "gulp server",
"start-preview": "gulp server-preview",
"lint": "eslint src"
},
"author": "",
"license": "MIT",
"dependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.3",
"babel-loader": "^7.1.4",
"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.7",
"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.0",
"hugo-bin": "^0.23.0",
"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": {
"natives": "1.1.3"
}
}