UNPKG

@izhann/react-cursor-fx

Version:

Interactive cursor effects for React and Next.js applications

46 lines (45 loc) 1.12 kB
{ "name": "@izhann/react-cursor-fx", "version": "1.0.2", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "rollup -c", "dev": "rollup -c -w", "lint": "eslint src/**/*.{ts,tsx}", "test": "jest", "prepublishOnly": "npm run build" }, "keywords": [ "react", "cursor", "animation", "interactive", "ui", "nextjs", "framer-motion" ], "author": "Izhan", "license": "MIT", "description": "Interactive cursor effects for React and Next.js applications", "peerDependencies": { "framer-motion": "^12.12.1", "react": "^19.1.0", "react-dom": "^19.1.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^28.0.3", "@rollup/plugin-node-resolve": "^16.0.1", "@rollup/plugin-typescript": "^12.1.2", "@types/react": "^19.1.4", "csstype": "^3.1.3", "rollup": "^2.79.2", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-terser": "^7.0.2", "typescript": "^5.8.3" } }