From 322a99d5c89c37cd2a28effb6ed988c01f8a1b17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Tue, 16 Jan 2024 22:24:45 +0100 Subject: [PATCH] build: add a package.json with bulma in it --- .gitignore | 1 - package.json | 5 +++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 package.json diff --git a/.gitignore b/.gitignore index 1f3bc4d..f034085 100644 --- a/.gitignore +++ b/.gitignore @@ -9,5 +9,4 @@ local_settings.py .venv mails.sqlite package-lock.json -package.json static diff --git a/package.json b/package.json new file mode 100644 index 0000000..0504140 --- /dev/null +++ b/package.json @@ -0,0 +1,5 @@ +{ + "dependencies": { + "bulma": "^0.9.4" + } +}