UNPKG

rc-tween-one

Version:
102 lines (101 loc) 2.52 kB
{ "name": "rc-tween-one", "version": "3.0.6", "description": "tween-one anim component for react", "typings": "es/index.d.ts", "engines": { "node": ">=8.x" }, "keywords": [ "react", "react-component", "component", "react-tween-one", "tween", "react-tween", "tween-one", "animation", "animate", "rc-animation", "react-animation", "rc-animate", "react-animate", "motion", "rc-motion", "ant-motion" ], "homepage": "https://github.com/react-component/tween-one", "author": "155259966@qq.com", "repository": { "type": "git", "url": "https://github.com/react-component/tween-one.git" }, "bugs": { "url": "https://github.com/react-component/tween-one/issues" }, "files": [ "es", "lib", "assets/*.css", "assets/*.less" ], "licenses": "MIT", "main": "./lib/index", "module": "./es/index", "sideEffects": false, "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/jest": "^25.2.1", "@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.0-rc.1", "enzyme": "^3.3.0", "enzyme-adapter-react-16": "^1.0.2", "enzyme-to-json": "^3.4.0", "eslint": "^7.14.0", "father": "^2.22.6", "father-build": "^1.18.6", "gh-pages": "^3.1.0", "husky": "^4.3.0", "np": "^6.0.3", "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", "style-utils": "^0.3.4", "tween-one": "^1.0.50" }, "husky": { "hooks": { "pre-commit": [ "npm run lint" ] } } }