@ -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"
}