mirror of
https://framagit.org/la-chariotte/la-chariotte.git
synced 2025-04-29 02:12:39 +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
|
.venv
|
||||||
mails.sqlite
|
mails.sqlite
|
||||||
package-lock.json
|
package-lock.json
|
||||||
package.json
|
|
||||||
static
|
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