You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
465 B

{
"private": true,
"devDependencies": {
"parcel": "2.7.0",
"purescript": "^0.15.4",
"spago": "^0.20.9"
},
"scripts": {
"build": "spago build",
"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"
}
}