UNPKG

react-awesome-cursor

Version:
66 lines (65 loc) 1.57 kB
{ "version": "1.3.6", "name": "react-awesome-cursor", "author": "Sonibble Developer <developer.sonibble@gmail.com>", "license": "MIT", "description": "Most good and awesome cursor with many effect", "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ "dist", "src" ], "keywords": [ "react", "react-cursor", "custom-cursor", "gemoy-cursor", "magnetic-cursor", "sticky-cursor", "awesome-cursor", "magnetic-component" ], "engines": { "node": ">=10" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+git@gitlab.com:sonibble-creators/products/plugins-addons/react-awesome-cursor.git" }, "bugs": { "url": "https://gitlab.com/sonibble-creators/products/plugins-addons/react-awesome-cursor/-/issues", "email": "developer.sonibble@gmail.com" }, "scripts": { "start": "tsdx watch", "build": "tsdx build", "test": "tsdx test --passWithNoTests", "lint": "tsdx lint" }, "peerDependencies": { "react": ">=16", "react-dom": ">=16" }, "devDependencies": { "@commitlint/cli": "^17.1.1", "@commitlint/config-conventional": "^17.1.0", "@types/react": "^18.0.17", "@types/react-dom": "^18.0.6", "husky": "^8.0.1", "lint-staged": "^13.0.3", "prettier": "^2.7.1", "react": "^18.2.0", "react-dom": "^18.2.0", "sass": "^1.54.5", "tsdx": "^0.14.1", "typescript": "^4.8.2" }, "dependencies": { "gsap": "^3.11.0", "rollup-plugin-scss": "^3.0.0" } }