@cursorify/react
Version:
Customizable cursor component for any style 🕹️
33 lines (32 loc) • 767 B
JSON
{
"name": "@cursorify/react",
"version": "0.0.43",
"homepage": "https://cursorify.github.io/",
"description": "Customizable cursor component for any style 🕹️",
"author": "Lee Sang Min",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/cursorify/cursorify"
},
"keywords": [
"custom-cursor",
"react-component"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"dev": "vite",
"build": "tsc",
"prepublish": "npm run build"
},
"devDependencies": {
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.3",
"@vitejs/plugin-react-swc": "^3.9.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"typescript": "^5.0.2",
"vite": "^6.3.4"
}
}