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.
 
 

18 lines
620 B

{
"name": "fuzzyhome",
"version": "0.0.32",
"scripts": {
"start": "imba run -SMH --baseurl . -w server.imba",
"build-app": "rm -rf dist && imba build -SMH --baseurl . server.imba",
"build-sw": "imbac sw.imba -o dist/public",
"build": "npm run build-app && npm run build-sw",
"pages": "npx gh-pages --no-history --dotfiles --dist dist/public --branch deploy",
"static": "cd dist/public && echo http://localhost:8000 && python3 -m http.server &>/dev/null",
"deploy": "npm run build && npm run pages"
},
"dependencies": {
"express": "^4.17.1",
"imba": "^2.0.0-alpha.207",
"lodash": "^4.17.21"
}
}