mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 13:49:31 +08:00
51 lines
1.2 KiB
Text
51 lines
1.2 KiB
Text
{
|
|
"name": "svelte-typeahead",
|
|
"version": "4.2.4",
|
|
"license": "MIT",
|
|
"description": "Accessible, fuzzy search typeahead component",
|
|
"author": "Eric Liu (https://github.com/metonym)",
|
|
"svelte": "./src/index.js",
|
|
"main": "./lib/index.js",
|
|
"module": "./lib/index.mjs",
|
|
"types": "./types/index.d.ts",
|
|
"sideEffects": false,
|
|
"scripts": {
|
|
"dev": "rollup -cw",
|
|
"predeploy": "rollup -c",
|
|
"deploy": "npx gh-pages -d dist",
|
|
"prepack": "BUNDLE=true rollup -c",
|
|
"test": "svelte-check --workspace test"
|
|
},
|
|
"dependencies": {
|
|
"fuzzy": "0.1.3",
|
|
"svelte-search": "^1.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-commonjs": "^21.0.2",
|
|
"svelte": "^3.48.0",
|
|
"svelte-check": "^2.8.0",
|
|
"svelte-readme": "^3.6.3"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/metonym/svelte-typeahead.git"
|
|
},
|
|
"homepage": "https://github.com/metonym/svelte-typeahead",
|
|
"bugs": "https://github.com/metonym/svelte-typeahead/issues",
|
|
"keywords": [
|
|
"svelte",
|
|
"svelte component",
|
|
"typeahead",
|
|
"fuzzy",
|
|
"highlight",
|
|
"search",
|
|
"filter",
|
|
"WAI-ARIA",
|
|
"accessibility"
|
|
],
|
|
"files": [
|
|
"lib",
|
|
"src",
|
|
"types"
|
|
]
|
|
}
|