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 <me@wangchucheng.com>2022-02-06 20:59:04 +0300
committerWANG Chucheng <me@wangchucheng.com>2022-02-06 20:59:04 +0300
commitddf263db42012fa1a9cdddaf658716503ea93929 (patch)
tree9f19c86e3699fe11e33b45fe6131039ab3fc12b4 /package.json
parent022f844c82995cd4b06f4454d3bec755a8fecbb8 (diff)
style: improve typography
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/package.json b/package.json
index 552e4fd..e38c4ff 100644
--- a/package.json
+++ b/package.json
@@ -6,11 +6,15 @@
"author": "WANG Chucheng <me@wangchucheng.com>",
"devDependencies": {
"@fullhuman/postcss-purgecss": "^4.1.3",
+ "@tailwindcss/typography": "^0.5.1",
"autoprefixer": "^10.4.2",
"cssnano": "^5.0.16",
"postcss": "^8.4.5",
"postcss-cli": "^9.1.0",
"postcss-import": "^14.0.2",
+ "prettier": "^2.5.1",
+ "prettier-plugin-go-template": "^0.0.11",
+ "prettier-plugin-tailwindcss": "^0.1.5",
"tailwindcss": "^3.0.17",
"tailwindcss-rtl": "^0.8.0"
},