UNPKG

1.9 kBJSONView Raw
1{
2 "name": "rc-motion",
3 "version": "2.6.3",
4 "description": "React lifecycle controlled motion library",
5 "keywords": [
6 "react",
7 "react-component",
8 "react-motion",
9 "motion",
10 "antd",
11 "ant-design"
12 ],
13 "homepage": "https://react-component.github.io/motion",
14 "bugs": {
15 "url": "http://github.com/react-component/motion/issues"
16 },
17 "repository": {
18 "type": "git",
19 "url": "git@github.com:react-component/motion.git"
20 },
21 "license": "MIT",
22 "main": "./lib/index",
23 "module": "./es/index",
24 "typings": "es/index.d.ts",
25 "files": [
26 "es",
27 "lib"
28 ],
29 "scripts": {
30 "compile": "father build",
31 "docs:build": "dumi build",
32 "docs:deploy": "gh-pages -d .doc",
33 "lint": "eslint src/ --ext .tsx,.ts",
34 "now-build": "npm run docs:build",
35 "prepublishOnly": "npm run compile && np --yolo --no-publish",
36 "prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"",
37 "postpublish": "npm run docs:deploy",
38 "start": "dumi dev",
39 "test": "rc-test"
40 },
41 "dependencies": {
42 "@babel/runtime": "^7.11.1",
43 "classnames": "^2.2.1",
44 "rc-util": "^5.21.0"
45 },
46 "devDependencies": {
47 "@rc-component/father-plugin": "^1.0.1",
48 "@testing-library/jest-dom": "^5.16.4",
49 "@testing-library/react": "^13.0.0",
50 "@types/classnames": "^2.2.9",
51 "@types/enzyme": "^3.10.5",
52 "@types/jest": "^26.0.8",
53 "@types/react": "^16.9.2",
54 "@types/react-dom": "^16.9.0",
55 "@umijs/fabric": "^2.0.8",
56 "cross-env": "^7.0.2",
57 "dumi": "^2.0.18",
58 "eslint": "^7.0.0",
59 "father": "^4.1.2",
60 "np": "^6.2.4",
61 "prettier": "^2.1.1",
62 "rc-test": "^7.0.14",
63 "react": "^18.0.0",
64 "react-dom": "^18.0.0",
65 "typescript": "^4.0.3"
66 },
67 "peerDependencies": {
68 "react": ">=16.9.0",
69 "react-dom": ">=16.9.0"
70 },
71 "cnpm": {
72 "mode": "npm"
73 },
74 "tnpm": {
75 "mode": "npm"
76 }
77}