UNPKG

2.02 kBJSONView Raw
1{
2 "name": "rc-motion",
3 "version": "2.4.6",
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.19.2"
47 },
48 "devDependencies": {
49 "@types/classnames": "^2.2.9",
50 "@types/enzyme": "^3.10.5",
51 "@types/jest": "^26.0.8",
52 "@types/react": "^16.9.2",
53 "@types/react-dom": "^16.9.0",
54 "@umijs/fabric": "^2.0.8",
55 "cross-env": "^7.0.2",
56 "enzyme": "^3.0.0",
57 "enzyme-adapter-react-16": "^1.0.1",
58 "enzyme-to-json": "^3.4.0",
59 "eslint": "^7.0.0",
60 "father": "^2.13.4",
61 "jest": "^26.4.2",
62 "less": "^3.10.3",
63 "np": "^6.2.4",
64 "prettier": "^2.1.1",
65 "react": "^16.0.0",
66 "react-dom": "^16.0.0",
67 "regenerator-runtime": "^0.13.7",
68 "typescript": "^4.0.3"
69 },
70 "peerDependencies": {
71 "react": ">=16.9.0",
72 "react-dom": ">=16.9.0"
73 },
74 "cnpm": {
75 "mode": "npm"
76 },
77 "tnpm": {
78 "mode": "npm"
79 }
80}