summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--package.json8
1 files changed, 5 insertions, 3 deletions
diff --git a/package.json b/package.json
index 54c0298..515bb7d 100644
--- a/package.json
+++ b/package.json
@@ -19,11 +19,13 @@
19 "author": "jvoisin, jfriedli", 19 "author": "jvoisin, jfriedli",
20 "license": "MIT", 20 "license": "MIT",
21 "dependencies": { 21 "dependencies": {
22 "@fullhuman/postcss-purgecss": "^7.0.0", 22 "@fullhuman/postcss-purgecss": "^6.0.0",
23 "@tailwindcss/cli": "^4.0.17",
24 "@tailwindcss/postcss": "^4.0.17",
23 "autoprefixer": "^10.2.5", 25 "autoprefixer": "^10.2.5",
24 "cssnano": "^7.0.0", 26 "cssnano": "^7.0.0",
25 "postcss": "^8.4.5", 27 "postcss": "^8.5.3",
26 "postcss-cli": "^11.0.0", 28 "postcss-cli": "^11.0.0",
27 "tailwindcss": "^3.0.16" 29 "tailwindcss": "^4.0.17"
28 } 30 }
29} 31}