diff options
author | Guillermo Ramos | 2025-03-14 11:52:09 +0100 |
---|---|---|
committer | Guillermo Ramos | 2025-03-15 17:48:35 +0100 |
commit | 1a552ee15578c028fe05cef08e3e590f10a6f07d (patch) | |
tree | df2fbba19a0179eb4ff39bfbaf5147062dd33116 /front/package.json | |
parent | dcfafefbe21f6552538c9e5725a02051fe3910a3 (diff) | |
download | hiccup-1a552ee15578c028fe05cef08e3e590f10a6f07d.tar.gz |
Improve NPM setup
Diffstat (limited to 'front/package.json')
-rw-r--r-- | front/package.json | 6 |
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" + } +} |