From d0263ce46160cd4152c67381fab2ee557f3aa483 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Tue, 30 Sep 2025 09:15:56 +0200 Subject: feat(treewide): Switch to tailwindcss and add more components --- stalwart/package.json | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 stalwart/package.json (limited to 'stalwart/package.json') 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" - } -} -- cgit 1.4.1