with-custom-cursor
Version:
A Higher-Order Component (HOC) library for React that enables you to easily add a custom cursor to any component.
63 lines (62 loc) • 1.42 kB
JSON
{
"name": "with-custom-cursor",
"private": false,
"version": "1.0.5",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"devDependencies": {
"@eslint/js": "^9.25.0",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@vitejs/plugin-react": "^4.4.1",
"eslint": "^9.25.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
"typescript": "~5.8.3",
"typescript-eslint": "^8.30.1",
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0",
"vite": "^6.3.5",
"vite-plugin-dts": "^4.5.4"
},
"main": "dist/index.umd.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md"
],
"style": "dist/index.css",
"peerDependencies": {
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AndreQuintero/with-custom-cursor.git"
},
"author": "Andre Quintero dos Santos <andre.quintero96@gmail.com>",
"license": "MIT",
"keywords": [
"mouse",
"mouse cursor",
"mouse-cursor",
"custom",
"cursor",
"custom cursor",
"custom-cursor",
"component cursor",
"react",
"component",
"library"
]
}