summaryrefslogtreecommitdiffstats
path: root/docs/themes/gohugoioTheme/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'docs/themes/gohugoioTheme/package.json')
-rw-r--r--docs/themes/gohugoioTheme/package.json36
1 files changed, 36 insertions, 0 deletions
diff --git a/docs/themes/gohugoioTheme/package.json b/docs/themes/gohugoioTheme/package.json
new file mode 100644
index 000000000..85a197097
--- /dev/null
+++ b/docs/themes/gohugoioTheme/package.json
@@ -0,0 +1,36 @@
+{
+ "name": "gohugo-default-styles",
+ "version": "1.1.0",
+ "description": "Default Theme for Hugo Sites",
+ "main": "index.js",
+ "repository": "",
+ "author": "budparr",
+ "license": "MIT",
+ "scripts": {
+ "build": "NODE_ENV=production webpack",
+ "build-dev": "NODE_ENV=development webpack --progress --watch",
+ "start": "npm run build-dev"
+ },
+ "devDependencies": {
+ "clean-webpack-plugin": "^1.0.0",
+ "clipboard": "^2.0.4",
+ "css-loader": "^1.0.1",
+ "docsearch.js": "^2.6.1",
+ "file-loader": "^2.0.0",
+ "glob-all": "^3.1.0",
+ "highlight.js": "^9.13.1",
+ "lazysizes": "^4.1.4",
+ "mini-css-extract-plugin": "^0.4.4",
+ "postcss": "^7.0.5",
+ "postcss-cssnext": "^3.1.0",
+ "postcss-import": "^12.0.1",
+ "postcss-loader": "^3.0.0",
+ "purgecss-webpack-plugin": "^1.3.1",
+ "scrolldir": "^1.4.0",
+ "tachyons": "^4.7.0",
+ "typeface-muli": "0.0.54",
+ "webpack": "^4.25.1",
+ "webpack-command": "^0.4.2"
+ },
+ "dependencies": {}
+}