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