summary refs log tree commit diff stats
path: root/stalwart/package.json
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-09-30 09:15:56 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-09-30 09:15:56 +0200
commitd0263ce46160cd4152c67381fab2ee557f3aa483 (patch)
treeb24a725d71b984e466ff478fbb4449111beeacac /stalwart/package.json
parentchore: Second version (diff)
downloadweb-client-d0263ce46160cd4152c67381fab2ee557f3aa483.zip
feat(treewide): Switch to tailwindcss and add more components
Diffstat (limited to 'stalwart/package.json')
-rw-r--r--stalwart/package.json18
1 files changed, 0 insertions, 18 deletions
diff --git a/stalwart/package.json b/stalwart/package.json
deleted file mode 100644
index 32a2cb5..0000000
--- a/stalwart/package.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
-    "name": "stalwart-admin",
-    "version": "0.1.0",
-    "description": "",
-    "main": "index.js",
-    "scripts": {
-        "build": "npx tailwindcss -i ./style/input.css -o ./style/output/output.css",
-        "watch": "npx tailwindcss -i ./style/input.css -o ./style/output/output.css --watch"
-    },
-    "author": "",
-    "license": "ISC",
-    "devDependencies": {
-        "@tailwindcss/forms": "^0.5.7",
-        "@tailwindcss/typography": "^0.5.10",
-        "preline": "^1.9.0",
-        "tailwindcss": "^3.3.5"
-    }
-}