UNPKG

@wbe/react-transition

Version:

![](https://img.shields.io/npm/v/@wbe/react-transition/latest.svg) ![](https://img.shields.io/bundlephobia/minzip/@wbe/react-transition.svg) ![](https://img.shields.io/npm/dt/@wbe/react-transition.svg) ![](https://img.shields.io/npm/l/@wbe/react-transi

47 lines (46 loc) 1.19 kB
{ "name": "@wbe/react-transition", "version": "2.7.1", "description": "", "author": "Willy Brauner", "license": "MIT", "types": "dist/index", "source": "src/index.ts", "main": "./dist/index.cjs", "module": "./dist/index.module.js", "unpkg": "./dist/index.umd.js", "private": false, "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/willybrauner/libraries.git" }, "scripts": { "build": "npm run clean && npm run compile", "clean": "rm -rf ./dist && rm -rf tsconfig.tsbuildinfo", "compile": "microbundle --jsx React.createElement", "test": "jest", "dev": "vite" }, "peerDependencies": { "react": "^18.0.0", "react-dom": "^18.0.0" }, "devDependencies": { "@testing-library/react": "^13.3.0", "@testing-library/user-event": "^14.3.0", "@types/react": "^18.0.15", "@types/react-dom": "^18.0.6", "@vitejs/plugin-react-refresh": "^1.3.6", "babel-jest": "^28.1.3", "gsap": "^3.10.4", "vite": "^3.0.3" }, "keywords": [ "react-transition" ], "publishConfig": { "access": "public" }, "gitHead": "ad1bf1a79934e7aa56bb7bc7ec3523634b0629bf" }