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.
19 lines
576 B
19 lines
576 B
{
|
|
"name": "fuzzyhome",
|
|
"version": "1.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)",
|
|
"scripts": {
|
|
"dev": "vite build -w --outDir chrome/dist --minify false",
|
|
"build": "vite build --outDir chrome/dist"
|
|
},
|
|
"dependencies": {
|
|
"fzi": "^1.5.0",
|
|
"imba": "^2.0.0-alpha.225",
|
|
"lodash": "^4.17.21",
|
|
"math-expression-evaluator": "^1.4.0",
|
|
"vite": "^3.2.5",
|
|
"vite-plugin-imba": "^0.10.1"
|
|
}
|
|
}
|
|
|