UNPKG

@lostisworld/svelte-interactive-cursor

Version:

A Svelte component for creating interactive custom cursors. Enhance user experience with customizable cursor effects and animations.

73 lines (72 loc) 2.06 kB
{ "name": "@lostisworld/svelte-interactive-cursor", "version": "0.3.2", "description": "A Svelte component for creating interactive custom cursors. Enhance user experience with customizable cursor effects and animations.", "keywords": [ "svelte", "cursor", "custom cursor", "svelte interactive cursor", "svelte cursor", "svelte component" ], "author": "LoSti's World", "license": "MIT", "homepage": "https://github.com/LoStis-World/svelte-interactive-cursor#readme", "bugs": { "url": "https://github.com/LoStis-World/svelte-interactive-cursor/issues" }, "repository": { "type": "git", "url": "git+https://github.com/LoStis-World/svelte-interactive-cursor.git" }, "scripts": { "dev": "vite dev", "build": "vite build && npm run package", "preview": "vite preview", "package": "svelte-kit sync && svelte-package && publint", "prepublishOnly": "npm run package", "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", "format": "prettier --write .", "lint": "prettier --check ." }, "files": [ "dist/interactive-cursor", "!dist/**/*.test.*", "!dist/**/*.spec.*" ], "sideEffects": [ "**/*.css" ], "svelte": "./dist/interactive-cursor/index.js", "types": "./dist/interactive-cursor/index.d.ts", "type": "module", "exports": { ".": { "types": "./dist/interactive-cursor/index.d.ts", "svelte": "./dist/interactive-cursor/index.js" } }, "peerDependencies": { "svelte": "^5.0.0" }, "devDependencies": { "@sveltejs/adapter-auto": "^3.3.1", "@sveltejs/adapter-static": "^3.0.8", "@sveltejs/kit": "^2.15.1", "@sveltejs/package": "^2.3.7", "@sveltejs/vite-plugin-svelte": "^4.0.4", "autoprefixer": "^10.4.20", "i": "^0.3.7", "prettier": "^3.4.2", "prettier-plugin-svelte": "^3.3.2", "publint": "^0.2.12", "svelte": "^5.16.0", "svelte-check": "^4.1.1", "svelte-highlight": "^7.8.2", "tailwindcss": "^3.4.17", "typescript": "^5.7.2", "vite": "^5.4.11" } }