UNPKG

v-spotlight

Version:

Tiny reusable Spotlight component for your Vue App

72 lines (71 loc) 1.8 kB
{ "name": "v-spotlight", "version": "3.0.0", "description": "Tiny reusable Spotlight component for your Vue App", "exports": { ".": { "import": "./dist/v-spotlight.js", "types": "./dist/index.d.ts" }, "./dist/v-spotlight.css": "./dist/v-spotlight.css" }, "files": [ "dist" ], "types": "./dist/index.d.ts", "type": "module", "scripts": { "lint": "oxlint --config .oxlintrc.jsonc", "lint:fix": "oxlint --fix --config .oxlintrc.jsonc", "format": "oxfmt --config .oxfmtrc.jsonc .", "format:check": "oxfmt --check --config .oxfmtrc.jsonc .", "build": "vite build && vue-tsc --declaration --emitDeclarationOnly", "test": "echo 'test!'", "prepare": "is-ci || husky" }, "peerDependencies": { "vue": "^3.5.0" }, "devDependencies": { "@commitlint/cli": "latest", "@commitlint/config-conventional": "latest", "@types/node": "^25.2.1", "@vitejs/plugin-vue": "^6.0.4", "@vue/runtime-dom": "^3.5.27", "husky": "latest", "is-ci": "latest", "lint-staged": "latest", "oxlint": "latest", "sass": "^1.97.3", "typescript": "^5.9.3", "vite": "^7.3.1", "vue": "^3.5.27", "vue-tsc": "^3.2.4" }, "keywords": [ "vuejs", "spotlight", "UI", "UX", "v-spotlight" ], "author": { "name": "Vinayak Kulkarni", "email": "inbox.vinayak@gmail.com", "url": "https://vinayakkulkarni.dev" }, "license": "MIT", "access": "public", "repository": { "type": "git", "url": "git+https://github.com/vinayakkulkarni/v-spotlight.git" }, "private": false, "sideEffects": [ "*.css" ], "bugs": { "url": "https://github.com/vinayakkulkarni/v-spotlight/issues" }, "homepage": "https://github.com/vinayakkulkarni/v-spotlight#readme" }