diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..05633ad --- /dev/null +++ b/package.json @@ -0,0 +1,11 @@ +{ + "devDependencies": { + "autoprefixer": "^10.4.20", + "daisyui": "^4.12.10", + "postcss": "^8.4.41", + "tailwindcss": "^3.4.10" + }, + "scripts": { + "build": "tailwindcss build core/static/css/main.css -o core/static/css/output.css" + } +} |