Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/apvarun/showcase-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json31
1 files changed, 31 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..bf7f61c
--- /dev/null
+++ b/package.json
@@ -0,0 +1,31 @@
+{
+ "name": "showcase-hugo-theme",
+ "version": "1.3.0",
+ "description": "Showcase is a minimal, single page theme for Hugo",
+ "scripts": {},
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/apvarun/showcase-hugo-theme.git"
+ },
+ "keywords": [
+ "hugo",
+ "showcase",
+ "hugo-theme",
+ "minimal",
+ "one-page"
+ ],
+ "author": "Varun A P",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/apvarun/showcase-hugo-theme/issues"
+ },
+ "homepage": "https://github.com/apvarun/showcase-hugo-theme#readme",
+ "dependencies": {
+ "@fullhuman/postcss-purgecss": "^4.0.3",
+ "autoprefixer": "^10.3.1",
+ "postcss": "^8.3.5",
+ "postcss-cli": "^8.3.1",
+ "postcss-import": "^14.0.2",
+ "tailwindcss": "^2.2.4"
+ }
+}