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

github.com/wangchucheng/hugo-eureka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWang Chucheng <ccwangchn@gmail.com>2020-05-13 17:56:33 +0300
committerWang Chucheng <ccwangchn@gmail.com>2020-05-13 17:56:33 +0300
commitbcacd76dca02303192263c700dd2497cc219620d (patch)
tree8301abdacf562b8c64b7fe14e1cebaa5cfbd35a1 /package.json
refactor: migrate to tailwindcss
Diffstat (limited to 'package.json')
-rw-r--r--package.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..152a0f0
--- /dev/null
+++ b/package.json
@@ -0,0 +1,26 @@
+{
+ "name": "hugo-eureka",
+ "version": "0.0.1",
+ "description": "Starter files for the eureka theme for hugo.",
+ "main": "index.js",
+ "repository": "https://github.com/wangchucheng/hugo-eureka",
+ "author": "C. Wang <web@wcc.im>",
+ "license": "MIT",
+ "scripts": {
+ "start": "hugo --gc"
+ },
+ "devDependencies": {
+ "@fullhuman/postcss-purgecss": "^2.2.0",
+ "autoprefixer": "^9.7.6",
+ "postcss": "^7.0.30",
+ "postcss-cli": "^7.1.1",
+ "postcss-import": "^12.0.1",
+ "tailwindcss": "^1.4.6"
+ },
+ "browserslist": [
+ "last 1 version",
+ "> 1%",
+ "maintained node versions",
+ "not dead"
+ ]
+}