diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-09-26 20:15:48 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-09-26 20:15:48 +0200 |
| commit | fd832ce7a3660bd81b5476477ecdc2bc822df5c2 (patch) | |
| tree | 245ebcd20b3def57f46e7d28b3f4e551644a1afc /stalwart/package.json | |
| parent | chore: Initial Commit (diff) | |
| download | web-client-fd832ce7a3660bd81b5476477ecdc2bc822df5c2.zip | |
chore: Second version
Diffstat (limited to 'stalwart/package.json')
| -rw-r--r-- | stalwart/package.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/stalwart/package.json b/stalwart/package.json new file mode 100644 index 0000000..32a2cb5 --- /dev/null +++ b/stalwart/package.json @@ -0,0 +1,18 @@ +{ + "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" + } +} |
