summaryrefslogtreecommitdiffstats
path: root/docs/themes/gohugoioTheme/src/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'docs/themes/gohugoioTheme/src/package.json')
-rw-r--r--docs/themes/gohugoioTheme/src/package.json36
1 files changed, 36 insertions, 0 deletions
diff --git a/docs/themes/gohugoioTheme/src/package.json b/docs/themes/gohugoioTheme/src/package.json
new file mode 100644
index 000000000..e1c0abc43
--- /dev/null
+++ b/docs/themes/gohugoioTheme/src/package.json
@@ -0,0 +1,36 @@
+{
+ "name": "gohugo-default-styles",
+ "version": "1.0.0",
+ "description": "Default Theme for Hugo Sites",
+ "main": "index.js",
+ "repository": "",
+ "author": "budparr",
+ "license": "MIT",
+ "scripts": {
+ "build:production": "rm -rf ../static/dist && webpack -p",
+ "build": "webpack --progress --colors --watch",
+ "start": "npm run build"
+ },
+ "devDependencies": {
+ "babel-core": "^6.26.3",
+ "babel-loader": "^7.0.0",
+ "babel-preset-env": "^1.7.0",
+ "clipboard": "^1.6.1",
+ "css-loader": "^0.28.0",
+ "cssnano": "^3.10.0",
+ "docsearch.js": "^2.3.3",
+ "extract-text-webpack-plugin": "^2.1.0",
+ "file-loader": "^0.11.1",
+ "highlight.js": "^9.11.0",
+ "lazysizes": "^3.0.0",
+ "postcss": "^5.2.16",
+ "postcss-cssnext": "^2.10.0",
+ "postcss-import": "^9.1.0",
+ "postcss-loader": "^1.3.3",
+ "scrolldir": "^1.2.7",
+ "style-loader": "^0.16.1",
+ "tachyons": "^4.7.0",
+ "webpack": "^2.3.3"
+ },
+ "dependencies": {}
+}