binary-cursor
Version:
A React binary cursor component
35 lines (34 loc) • 844 B
JSON
{
"name": "binary-cursor",
"version": "1.0.1",
"description": "A React binary cursor component",
"main": "src/components/BinaryCursor.jsx",
"files": [
"src/components/BinaryCursor.jsx",
"postinstall.js"
],
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"postinstall": "node postinstall.js"
},
"keywords": ["cursor", "react", "binary", "component"],
"author": "Tarun Sai Srinivas",
"license": "MIT",
"dependencies": {
"react": "^19.1.0",
"react-dom": "^19.1.0"
},
"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",
"vite": "^6.3.5"
}
}