52 lines
1.5 KiB
JSON
52 lines
1.5 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": "^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": "^3.9.1",
|
|
"gulp-babel": "^7.0.1",
|
|
"gulp-flatten": "^0.4.0",
|
|
"gulp-postcss": "^7.0.1",
|
|
"gulp-watch": "^5.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.17.1",
|
|
"whatwg-fetch": "^2.0.4"
|
|
},
|
|
"resolutions": {
|
|
"natives": "1.1.3"
|
|
}
|
|
}
|