1 | {
|
2 | "name": "rc-util",
|
3 | "version": "5.0.6",
|
4 | "description": "Common Utils For React Component",
|
5 | "keywords": [
|
6 | "react",
|
7 | "util"
|
8 | ],
|
9 | "files": [
|
10 | "lib",
|
11 | "es"
|
12 | ],
|
13 | "homepage": "http://github.com/react-component/util",
|
14 | "repository": {
|
15 | "type": "git",
|
16 | "url": "git@github.com:react-component/util.git"
|
17 | },
|
18 | "bugs": {
|
19 | "url": "http://github.com/react-component/util/issues"
|
20 | },
|
21 | "license": "MIT",
|
22 | "config": {
|
23 | "port": 8100
|
24 | },
|
25 | "scripts": {
|
26 | "lint": "eslint src/ --ext .tsx,.ts & eslint tests/ --ext .js",
|
27 | "compile": "father build",
|
28 | "prepublishOnly": "npm run compile && np --yolo --no-publish",
|
29 | "test": "father test",
|
30 | "coverage": "father test --coverage && cat ./coverage/lcov.info | coveralls"
|
31 | },
|
32 | "devDependencies": {
|
33 | "@types/enzyme": "^3.10.5",
|
34 | "@types/jest": "^25.2.3",
|
35 | "@types/react": "^16.9.3",
|
36 | "@types/react-dom": "^16.9.1",
|
37 | "@types/warning": "^3.0.0",
|
38 | "@umijs/fabric": "^2.0.8",
|
39 | "coveralls": "^3.1.0",
|
40 | "create-react-class": "^15.6.3",
|
41 | "enzyme": "^3.10.0",
|
42 | "eslint": "^6.6.0",
|
43 | "father": "^2.14.0",
|
44 | "np": "^6.2.3",
|
45 | "react": "^16.2.0",
|
46 | "react-dom": "^16.2.0",
|
47 | "typescript": "^3.8.3"
|
48 | },
|
49 | "dependencies": {
|
50 | "react-is": "^16.12.0",
|
51 | "shallowequal": "^1.1.0"
|
52 | }
|
53 | }
|