UNPKG

@animxyz/react

Version:

AnimXYZ is a composable animation library that makes your site shine

70 lines (69 loc) 1.81 kB
{ "name": "@animxyz/react", "version": "0.6.7", "publishConfig": { "access": "public" }, "description": "AnimXYZ is a composable animation library that makes your site shine", "keywords": [ "react", "css", "css-framework", "functional-css", "animation", "css-animations", "composable-animations", "animxyz" ], "homepage": "https://animxyz.com", "author": "Ingram Projects (https://github.com/ingram-projects/animxyz/graphs/contributors)", "contributors": [ "Miles Ingram <milesingrams@gmail.com> (https://milesingram.me/)", "Mattan Ingram <mattaningram@gmail.com> (http://mattaningram.com/)" ], "repository": { "type": "git", "url": "git+https://github.com/ingram-projects/animxyz.git", "directory": "packages/react" }, "bugs": { "url": "https://github.com/ingram-projects/animxyz/issues" }, "license": "MIT", "files": [ "dist", "src" ], "moduleName": "ReactAnimXyz", "types": "src/index.d.ts", "main": "dist/ReactAnimXyz.cjs.js", "module": "dist/ReactAnimXyz.esm.js", "unpkg": "dist/ReactAnimXyz.js", "jsdelivr": "dist/ReactAnimXyz.js", "cdn": "dist/ReactAnimXyz.js", "scripts": { "build": "run-s build:clean build:main", "build:clean": "rimraf dist", "build:main": "bili" }, "dependencies": { "@animxyz/core": "^0.6.6", "clsx": "^1.2.1", "prop-types": "^15.8.1", "react-transition-group": "^4.4.2" }, "peerDependencies": { "react": ">= 17", "react-dom": ">= 17" }, "devDependencies": { "babel-eslint": "^10.1.0", "bili": "^5.0.5", "eslint-plugin-react": "^7.30.1", "npm-run-all": "^4.1.5", "react": "^18.2.0", "react-dom": "^18.2.0", "rimraf": "^3.0.2" }, "gitHead": "cd3200e9cc73cb8b540fe889a3f0a8c4e37c49d2" }