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.

30 lines
1.2 KiB

3 years ago
{
"name": "fuzzyhome",
2 years ago
"version": "0.1.40",
3 years ago
"scripts": {
"build-app": "rm -rf dist && imba build -SMH --baseurl . server.imba",
"build-sw": "imba build -SMH sw.imba -o dist/public",
"build": "npm run build-app && npm run build-sw",
"publish-preview": "npx gh-pages --no-history --dotfiles --dist dist/public --branch preview",
"publish-release": "npx gh-pages --no-history --dotfiles --dist dist/public --branch release",
"start": "imba run -SMH --baseurl . -w server.imba",
"static": "npm run build && cd dist/public && python3 -m http.server",
"preview": "npm version patch && npm run build && npm run publish-preview",
"deploy-only-after-preview": "npm run publish-release"
3 years ago
},
"dependencies": {
"dexie": "^3.2.2",
"dexie-export-import": "^1.0.3",
"dexie-observable": "^3.0.0-beta.11",
"downloadjs": "^1.4.7",
3 years ago
"express": "^4.17.1",
"fzi": "^1.0.0",
3 years ago
"imba": "^2.0.0-alpha.207",
2 years ago
"lodash": "^4.17.21",
"nanoid": "^4.0.0"
},
"description": "A lightweight new-tab page that lets you very quickly fuzzy find links and navigate to a result.",
"homepage": "https://fuzzyho.me/",
"author": "Mikey Oz (https://github.com/familyfriendlymikey)"
3 years ago
}