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

43 lines
1.2 KiB
JSON
Raw Normal View History

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!",
2016-07-03 22:07:47 +00:00
"main": "index.js",
"scripts": {
"hugo": "gulp hugo",
"build": "gulp build",
"build-preview": "gulp build-preview",
"start": "gulp server",
"lint": "eslint src"
2016-07-03 22:07:47 +00:00
},
"author": "",
"license": "MIT",
"dependencies": {
"babel-eslint": "^6.1.2",
2017-05-23 07:16:47 +00:00
"babel-loader": "^7.0.0",
2016-08-10 01:01:27 +00:00
"babel-plugin-syntax-object-rest-spread": "^6.13.0",
2016-07-03 22:07:47 +00:00
"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-es2015": "^6.9.0",
2016-08-10 04:42:34 +00:00
"babel-register": "^6.11.6",
"browser-sync": "^2.13.0",
2017-05-23 07:16:47 +00:00
"css-loader": "^0.28.2",
"eslint": "^3.1.1",
"eslint-plugin-import": "^1.11.1",
"exports-loader": "^0.6.3",
2017-05-23 07:16:47 +00:00
"file-loader": "^0.11.1",
2016-07-03 22:07:47 +00:00
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-postcss": "^6.1.1",
2016-08-10 01:01:27 +00:00
"gulp-util": "^3.0.7",
"hugo-bin": "^0.11.0",
2017-05-23 07:16:47 +00:00
"imports-loader": "^0.7.1",
2016-07-03 22:07:47 +00:00
"postcss-cssnext": "^2.7.0",
2017-05-23 07:16:47 +00:00
"postcss-import": "^10.0.0",
2016-07-03 22:07:47 +00:00
"url-loader": "^0.5.7",
2017-05-23 07:16:47 +00:00
"webpack": "^2.6.0",
2016-07-03 22:07:47 +00:00
"whatwg-fetch": "^1.0.0"
}
}