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