NPM: bulma and esbuild.
parent
5f13307d86
commit
4a7cd19407
|
@ -10,5 +10,9 @@
|
||||||
"test": "spago test",
|
"test": "spago test",
|
||||||
"serve": "parcel dev/index.html --open",
|
"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"
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue