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.

23 lines
574 B

2 years ago
{
"name": "fuzzyhome",
1 year ago
"version": "2.2.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)",
2 years ago
"scripts": {
"dev": "vite",
"build": "vite build"
2 years ago
},
"dependencies": {
"fzi": "^1.5.0",
"imba": "^2.0.0-alpha.226",
2 years ago
"lodash": "^4.17.21",
"math-expression-evaluator": "^2.0.0",
"vite": "^3.2.5",
"vite-plugin-imba": "^0.10.1"
},
"devDependencies": {
"vite-plugin-singlefile": "^0.13.2"
}
2 years ago
}