aboutsummaryrefslogtreecommitdiff
path: root/front/package.json
diff options
context:
space:
mode:
authorGuillermo Ramos2025-03-14 11:52:09 +0100
committerGuillermo Ramos2025-03-15 17:48:35 +0100
commit1a552ee15578c028fe05cef08e3e590f10a6f07d (patch)
treedf2fbba19a0179eb4ff39bfbaf5147062dd33116 /front/package.json
parentdcfafefbe21f6552538c9e5725a02051fe3910a3 (diff)
downloadhiccup-1a552ee15578c028fe05cef08e3e590f10a6f07d.tar.gz
Improve NPM setup
Diffstat (limited to 'front/package.json')
-rw-r--r--front/package.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/front/package.json b/front/package.json
new file mode 100644
index 0000000..52b9e7b
--- /dev/null
+++ b/front/package.json
@@ -0,0 +1,6 @@
+{
+ "dependencies": {
+ "@tailwindcss/cli": "^4.0.14",
+ "tailwindcss": "^4.0.14"
+ }
+}