UNPKG

cmd-dialog

Version:

Command dialog and keyboard shortcuts palette for web apps

54 lines (53 loc) 1.19 kB
{ "name": "cmd-dialog", "author": "Roman Ožana <roman@ozana.cz> (https://ozana.cz)", "repository": "OzzyCzech/cmd-dialog", "homepage": "https://ozzyczech.github.io/cmd-dialog/", "description": "Command dialog and keyboard shortcuts palette for web apps", "version": "2.1.2", "type": "module", "module": "./dist/cmd-dialog.js", "main": "./dist/cmd-dialog.js", "exports": { ".": "./dist/cmd-dialog.js" }, "types": "./types/cmd-dialog.d.ts", "files": [ "dist", "types" ], "license": "MIT", "scripts": { "dev": "vite", "build": "tsc && vite build", "test": "tsc --noEmit", "format": "biome check --write", "format:check": "biome check .", "release": "np" }, "dependencies": { "@tailwindcss/postcss": "^4.1.11", "@tailwindcss/vite": "^4.1.11", "fuse.js": "^7.1.0", "lit": "^3.3.1", "tinykeys": "^3.0.0" }, "devDependencies": { "@biomejs/biome": "2.1.3", "@types/css-modules": "^1.0.5", "autoprefixer": "^10.4.21", "cssnano": "^7.1.0", "np": "^10.2.0", "postcss": "^8.5.6", "tailwindcss": "^4.1.11", "typescript": "^5.8.3", "vite": "^7.0.6" }, "keywords": [ "keyboard", "shortcuts", "dialog", "command", "palette" ] }