UNPKG

react-special-cursor

Version:
69 lines (68 loc) 1.97 kB
{ "name": "react-special-cursor", "version": "1.2.1", "description": "Animated custom cursor ", "main": "index.ts", "scripts": { "clean": "rimraf dist/", "copyfiles": "copyfiles ./src/Cursor/*.scss LICENSE package.json README.md dist ", "build": "npm run clean && tsc && npm run copyfiles", "test": "jest --env=jsdom --watch ", "serve": "npm run build && webpack serve" }, "repository": { "type": "git", "url": "git+https://github.com/amirho1/react-special-cursor" }, "keywords": [ "react", "react-cursor", "custom-cursor", "react-custom-cursor", "custom-react-cursor", "animated-cursor" ], "author": "AmirHossein Salighedar", "license": "MIT", "bugs": { "url": "https://github.com/amirho1/react-special-cursor/issues" }, "homepage": "https://github.com/amirho1/react-special-cursor#readme", "dependencies": { "@types/react": "^17.0.47", "csstype": "^3.0.9", "node-sass": "^6.0.1", "prop-types": "^15.7.2", "react": "^18.2.0", "react-dom": "^18.2.0", "react-scripts": "^5.0.1", "typescript": "^4.4.4" }, "devDependencies": { "@babel/core": "^7.16.0", "@babel/preset-env": "^7.16.0", "@babel/preset-react": "^7.16.0", "@babel/preset-typescript": "^7.16.0", "@testing-library/dom": "^8.11.1", "@testing-library/jest-dom": "^5.15.0", "@testing-library/react": "^13.3.0", "@testing-library/user-event": "^13.5.0", "@types/jest": "^27.0.2", "@types/react-dom": "^18.0.5", "babel-jest": "^27.3.1", "babel-loader": "^8.2.3", "copyfiles": "^2.4.1", "html-webpack-plugin": "^5.5.0", "identity-obj-proxy": "^3.0.0", "jest": "^27.3.1", "rimraf": "^3.0.2", "sass": "^1.43.4", "sass-loader": "^12.3.0", "ts-jest": "^27.0.7", "ts-loader": "^9.2.6", "ts-node": "^10.4.0", "webpack": "^5.62.0", "webpack-cli": "^4.9.1", "webpack-dev-server": "^4.4.0" } }