react-svg-cursor
Version:
Use any SVG or Image as your custom cursor
65 lines (64 loc) • 1.79 kB
JSON
{
"name": "react-svg-cursor",
"version": "2.5.0",
"description": "Use any SVG or Image as your custom cursor",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.es.js",
"files": [
"dist"
],
"types": "dist/index.d.ts",
"directories": {
"test": "test"
},
"scripts": {
"dev": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"build-lib": "rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CUFTA22/react-svg-cursor.git"
},
"keywords": [
"React",
"Svg",
"Custom",
"Cursor",
"React-Custom-Cursor"
],
"author": "CUFTA22",
"license": "MIT",
"bugs": {
"url": "https://github.com/CUFTA22/react-svg-cursor/issues"
},
"homepage": "https://github.com/CUFTA22/react-svg-cursor#readme",
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"@babel/preset-react": "^7.16.0",
"@babel/preset-typescript": "^7.16.0",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.0.2",
"@rollup/plugin-typescript": "^8.3.0",
"@storybook/addon-actions": "^6.3.4",
"@storybook/addon-essentials": "^6.3.4",
"@storybook/addon-links": "^6.3.4",
"@storybook/react": "^6.3.4",
"@types/react": "^17.0.39",
"babel-loader": "^8.2.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rollup": "^2.53.2",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-dts": "^4.1.0",
"typescript": "^4.5.5"
},
"peerDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
}