UNPKG

2.52 kBJSONView Raw
1{
2 "name": "rc-tween-one",
3 "version": "3.0.6",
4 "description": "tween-one anim component for react",
5 "typings": "es/index.d.ts",
6 "engines": {
7 "node": ">=8.x"
8 },
9 "keywords": [
10 "react",
11 "react-component",
12 "component",
13 "react-tween-one",
14 "tween",
15 "react-tween",
16 "tween-one",
17 "animation",
18 "animate",
19 "rc-animation",
20 "react-animation",
21 "rc-animate",
22 "react-animate",
23 "motion",
24 "rc-motion",
25 "ant-motion"
26 ],
27 "homepage": "https://github.com/react-component/tween-one",
28 "author": "155259966@qq.com",
29 "repository": {
30 "type": "git",
31 "url": "https://github.com/react-component/tween-one.git"
32 },
33 "bugs": {
34 "url": "https://github.com/react-component/tween-one/issues"
35 },
36 "files": [
37 "es",
38 "lib",
39 "assets/*.css",
40 "assets/*.less"
41 ],
42 "licenses": "MIT",
43 "main": "./lib/index",
44 "module": "./es/index",
45 "sideEffects": false,
46 "scripts": {
47 "start": "dumi dev",
48 "docs:build": "dumi build",
49 "docs:deploy": "gh-pages -d docs-dist",
50 "compile": "father-build",
51 "deploy": "npm run docs:build && npm run docs:deploy",
52 "prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"",
53 "test": "umi-test test",
54 "test:coverage": "umi-test --coverage",
55 "prepublishOnly": "npm run compile && np --tag=beta --no-cleanup --yolo --no-publish --any-branch",
56 "lint": "eslint src/ --fix --ext .tsx,.ts",
57 "lint:tsc": "tsc -p tsconfig.json --noEmit",
58 "now-build": "npm run docs:build"
59 },
60 "devDependencies": {
61 "@ant-design/icons": "^4.3.0",
62 "@types/enzyme": "^3.10.5",
63 "@types/jest": "^25.2.1",
64 "@types/lodash": "^4.14.135",
65 "@types/react": "^16.8.19",
66 "@types/react-dom": "^16.8.4",
67 "@umijs/test": "^3.2.28",
68 "antd": "^4.8.4",
69 "dumi": "^1.1.0-rc.1",
70 "enzyme": "^3.3.0",
71 "enzyme-adapter-react-16": "^1.0.2",
72 "enzyme-to-json": "^3.4.0",
73 "eslint": "^7.14.0",
74 "father": "^2.22.6",
75 "father-build": "^1.18.6",
76 "gh-pages": "^3.1.0",
77 "husky": "^4.3.0",
78 "np": "^6.0.3",
79 "prettier": "^2.1.2",
80 "react": "^16.9.0",
81 "react-dom": "^16.9.0",
82 "regenerator-runtime": "^0.13.7",
83 "typescript": "^4.0.2"
84 },
85 "peerDependencies": {
86 "react": ">=16.9.0",
87 "react-dom": ">=16.9.0"
88 },
89 "dependencies": {
90 "@babel/runtime": "^7.11.1",
91 "style-utils": "^0.3.4",
92 "tween-one": "^1.0.50"
93 },
94 "husky": {
95 "hooks": {
96 "pre-commit": [
97 "npm run lint"
98 ]
99 }
100 }
101}