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.
22 lines
574 B
22 lines
574 B
{
|
|
"name": "fuzzyhome",
|
|
"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)",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build"
|
|
},
|
|
"dependencies": {
|
|
"fzi": "^1.5.0",
|
|
"imba": "^2.0.0-alpha.226",
|
|
"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"
|
|
}
|
|
}
|
|
|