UNPKG

smooth-cursor

Version:

A customizable, physics-based smooth cursor animation component for React applications with spring animations, velocity tracking, and rotation effects

74 lines 1.87 kB
{ "name": "smooth-cursor", "description": "A customizable, physics-based smooth cursor animation component for React applications with spring animations, velocity tracking, and rotation effects", "version": "0.1.2", "main": "dist/cjs/index.js", "files": [ "dist" ], "types": "dist/index.d.ts", "scripts": { "build": "rollup -c --bundleConfigAsCjs", "dev": "rollup -c --bundleConfigAsCjs -w", "clean": "rimraf dist", "prebuild": "npm run clean", "prepare": "npm run build" }, "author": "Code-Parth", "license": "MIT", "type": "module", "keywords": [ "react", "cursor", "animation", "smooth-cursor", "custom-cursor", "mouse-tracking", "spring-animation", "framer-motion", "physics-based", "interactive", "ui-component", "motion-design", "mouse-movement", "cursor-effects", "react-component", "typescript", "velocity-tracking", "rotation-animation", "performance-optimized", "cursor-customization" ], "repository": { "type": "git", "url": "https://github.com/Code-Parth/smooth-cursor" }, "homepage": "https://github.com/Code-Parth/smooth-cursor#readme", "tags": [ "react", "cursor", "animation", "ui", "component" ], "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^28.0.2", "@rollup/plugin-node-resolve": "^16.0.0", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^12.1.2", "@types/react": "^18.0.0 || ^19.0.0", "rimraf": "^6.0.1", "rollup": "^4.34.6", "rollup-plugin-dts": "^6.1.1", "rollup-plugin-peer-deps-external": "^2.2.4", "tslib": "^2.8.1", "typescript": "^5.7.3" }, "dependencies": { "framer-motion": "^12.4.2" } }