mirror of
https://framagit.org/la-chariotte/la-chariotte.git
synced 2025-04-28 18:02:43 +02:00
build: add a package.json with bulma in it
This commit is contained in:
parent
193a11f2d4
commit
322a99d5c8
2 changed files with 5 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -9,5 +9,4 @@ local_settings.py
|
|||
.venv
|
||||
mails.sqlite
|
||||
package-lock.json
|
||||
package.json
|
||||
static
|
||||
|
|
5
package.json
Normal file
5
package.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"dependencies": {
|
||||
"bulma": "^0.9.4"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue