summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorYulqen <246857+yulqen@users.noreply.github.com>2024-09-03 12:02:00 +0100
committerGitHub <noreply@github.com>2024-09-03 12:02:00 +0100
commitc9677a2d2b13d156d28f01950db7670d5fe16407 (patch)
tree78ec618c8e21e0e4fa447fd3cb7732c584ef998a /package.json
parentafc33046439e4cec0a5de7c87cb5dc8e23606689 (diff)
parent2cc69382c15aeed665b32aed01c701840ee80c9c (diff)
Merge pull request #100 from defencedigital/postgres-migration
Migrating to Tailwind
Diffstat (limited to 'package.json')
-rw-r--r--package.json11
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"
+ }
+}