NPM: bulma and esbuild.

master
Philippe Pittoli 2023-06-08 16:10:23 +02:00
parent 5f13307d86
commit 4a7cd19407
1 changed files with 4 additions and 0 deletions

View File

@ -10,5 +10,9 @@
"test": "spago test",
"serve": "parcel dev/index.html --open",
"build-prod": "rm -rf prod && mkdir -p prod && cp dev/index.html prod/ && spago bundle-app --to prod/index.js && parcel build prod/index.html"
},
"dependencies": {
"bulma": "^0.9.4",
"esbuild": "^0.17.19"
}
}