UNPKG

react-3d-card-motion

Version:

A customizable 3D interactive product card built with React & Framer Motion.

56 lines 1.6 kB
{ "name": "react-3d-card-motion", "version": "1.0.2", "description": "A customizable 3D interactive product card built with React & Framer Motion.", "license": "MIT", "author": "Naresh Kumar", "repository": { "type": "git", "url": "git+https://github.com/nareshkumaralaria/react-3d-card-motion.git" }, "homepage": "https://github.com/nareshkumaralaria/react-3d-card-motion#readme", "bugs": { "url": "https://github.com/nareshkumaralaria/react-3d-card-motion/issues" }, "sideEffects": false, "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.js" } }, "files": [ "dist", "README.md", "LICENSE" ], "keywords": [ "react", "3d-card", "framer-motion", "interactive-ui", "web-animation", "ui-component", "creative-coding" ], "peerDependencies": { "framer-motion": "^12.23.12", "react": ">=17", "react-dom": ">=17" }, "devDependencies": { "@types/react": "^18.2.47", "@types/react-dom": "^18.2.18", "rimraf": "^6.0.1", "tsup": "^8.0.1", "typescript": "^5.4.0" }, "scripts": { "clean": "rimraf dist", "build": "tsup src/index.tsx --format cjs,esm --dts", "prepublishOnly": "npm run clean && npm run build" } }