build: add a package.json with bulma in it

This commit is contained in:
Alexis Métaireau 2024-01-16 22:24:45 +01:00
parent 193a11f2d4
commit 322a99d5c8
2 changed files with 5 additions and 1 deletions

1
.gitignore vendored
View file

@ -9,5 +9,4 @@ local_settings.py
.venv
mails.sqlite
package-lock.json
package.json
static

5
package.json Normal file
View file

@ -0,0 +1,5 @@
{
"dependencies": {
"bulma": "^0.9.4"
}
}