From 1a552ee15578c028fe05cef08e3e590f10a6f07d Mon Sep 17 00:00:00 2001 From: Guillermo Ramos Date: Fri, 14 Mar 2025 11:52:09 +0100 Subject: Improve NPM setup --- front/package.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 front/package.json (limited to 'front/package.json') 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" + } +} -- cgit v1.2.3