UNPKG

rc-queue-anim

Version:
91 lines (90 loc) 2.24 kB
{ "name": "rc-queue-anim", "version": "2.0.0", "description": "Queue animation component for react", "keywords": [ "react", "react-component", "queue", "react-queue-anim", "queue-anim", "queue-animte", "queue-animation", "animation", "animate", "rc-animation", "rc-animate", "motion", "rc-motion", "ant-motion" ], "homepage": "https://github.com/react-component/queue-anim", "author": "155259966@qq.com", "repository": { "type": "git", "url": "https://github.com/react-component/queue-anim.git" }, "bugs": { "url": "https://github.com/react-component/queue-anim/issues" }, "files": [ "lib", "assets/*.css", "dist", "es", "index.d.ts" ], "licenses": "MIT", "main": "./lib/index", "module": "./es/index", "scripts": { "start": "dumi dev", "docs:build": "dumi build", "docs:deploy": "gh-pages -d docs-dist", "compile": "father-build", "deploy": "npm run docs:build && npm run docs:deploy", "prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"", "test": "umi-test test", "test:coverage": "umi-test --coverage", "prepublishOnly": "npm run compile && np --tag=beta --no-cleanup --yolo --no-publish --any-branch", "lint": "eslint src/ --fix --ext .tsx,.ts", "lint:tsc": "tsc -p tsconfig.json --noEmit", "now-build": "npm run docs:build" }, "devDependencies": { "@ant-design/icons": "^4.3.0", "@types/enzyme": "^3.10.5", "@types/lodash": "^4.14.135", "@types/react": "^16.8.19", "@types/react-dom": "^16.8.4", "@umijs/test": "^3.2.28", "antd": "^4.8.4", "dumi": "^1.1.19", "eslint": "^7.14.0", "father": "^2.22.6", "father-build": "^1.18.6", "gh-pages": "^3.1.0", "husky": "^7.0.1", "np": "^7.5.0", "prettier": "^2.1.2", "react": "^16.9.0", "react-dom": "^16.9.0", "regenerator-runtime": "^0.13.7", "typescript": "^4.0.2" }, "peerDependencies": { "react": ">=16.9.0", "react-dom": ">=16.9.0" }, "dependencies": { "@babel/runtime": "^7.11.1", "tween-one": "^1.0.52" }, "husky": { "hooks": { "pre-commit": [ "npm run lint" ] } } }