UNPKG

2.01 kBJSONView Raw
1{
2 "name": "rc-motion",
3 "version": "2.5.1",
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 "main": "./lib/index",
14 "module": "./es/index",
15 "files": [
16 "assets/*.css",
17 "assets/*.less",
18 "es",
19 "lib",
20 "dist"
21 ],
22 "homepage": "https://react-component.github.io/motion",
23 "repository": {
24 "type": "git",
25 "url": "git@github.com:react-component/motion.git"
26 },
27 "bugs": {
28 "url": "http://github.com/react-component/motion/issues"
29 },
30 "license": "MIT",
31 "scripts": {
32 "start": "cross-env NODE_ENV=development father doc dev --storybook",
33 "build": "father doc build --storybook",
34 "compile": "father build && lessc assets/index.less assets/index.css",
35 "gh-pages": "npm run build && father doc deploy",
36 "prepublishOnly": "npm run compile && np --yolo --no-publish",
37 "postpublish": "npm run gh-pages",
38 "lint": "eslint src/ --ext .ts,.tsx,.jsx,.js,.md",
39 "test": "father test",
40 "coverage": "father test --coverage",
41 "now-build": "npm run build"
42 },
43 "dependencies": {
44 "@babel/runtime": "^7.11.1",
45 "classnames": "^2.2.1",
46 "rc-util": "^5.21.0"
47 },
48 "devDependencies": {
49 "@testing-library/jest-dom": "^5.16.4",
50 "@testing-library/react": "^13.0.0",
51 "@types/classnames": "^2.2.9",
52 "@types/enzyme": "^3.10.5",
53 "@types/jest": "^26.0.8",
54 "@types/react": "^16.9.2",
55 "@types/react-dom": "^16.9.0",
56 "@umijs/fabric": "^2.0.8",
57 "cross-env": "^7.0.2",
58 "eslint": "^7.0.0",
59 "father": "^2.13.4",
60 "jest": "^26.4.2",
61 "less": "^3.10.3",
62 "np": "^6.2.4",
63 "prettier": "^2.1.1",
64 "react": "^18.0.0",
65 "react-dom": "^18.0.0",
66 "regenerator-runtime": "^0.13.7",
67 "typescript": "^4.0.3"
68 },
69 "peerDependencies": {
70 "react": ">=16.9.0",
71 "react-dom": ">=16.9.0"
72 },
73 "cnpm": {
74 "mode": "npm"
75 },
76 "tnpm": {
77 "mode": "npm"
78 }
79}