UNPKG

react-cardflee-anim

Version:

A react animated card component that flee away from mouse.

92 lines (91 loc) 2.04 kB
{ "name": "react-cardflee-anim", "description": "A react animated card component that flee away from mouse.", "homepage": "https://github.com/Ashuto7h/react-cardflee-animation", "author": { "name": "Ashutosh" }, "version": "0.3.0-next-6241023", "private": false, "dependencies": { "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^11.2.7", "@testing-library/user-event": "^12.8.3", "@types/jest": "^26.0.23", "@types/node": "^15.12.4", "@types/react": "^17.0.11", "@types/react-dom": "^17.0.8", "@vitejs/plugin-react": "^4.0.1", "react": "^17.0.2", "react-dom": "^17.0.2", "typescript": "^4.3.4", "vite": "^4.3.9", "vite-plugin-svgr": "^3.2.0", "vite-tsconfig-paths": "^4.2.0", "web-vitals": "^1.1.2" }, "types": "build/index.d.ts", "main": "build/index.js", "files": [ "build" ], "repository": { "type": "git", "url": "https://github.com/Ashuto7h/react-cardflee-animation.git" }, "scripts": { "start": "vite", "prebuild": "rimraf lib", "build": "tsc && vite build", "prepack-build": "rimraf build", "pack-build": "tsc", "test": "react-scripts test", "serve": "vite preview" }, "eslintConfig": { "extends": [ "react-app", "react-app/jest" ] }, "peerDependencies": { "react": "^17.0.2", "react-dom": "^17.0.2" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "devDependencies": { "husky": "^6.0.0", "lint-staged": "^11.0.0", "rimraf": "^5.0.1" }, "husky": { "hooks": { "pre-commit": "npm run lint-staged" } }, "lint-staged": { "**/*.{js,jsx,ts,tsx}": [ "rpg-cli fix" ] }, "keywords": [ "card", "animation", "react-card", "react-animation", "card-animation", "animated-card", "movie" ] }