UNPKG

1.36 kBJSONView Raw
1{
2 "name": "rc-util",
3 "version": "5.4.0",
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 "scripts": {
23 "start": "cross-env NODE_ENV=development father doc dev --storybook",
24 "lint": "eslint src/ --ext .tsx,.ts & eslint tests/ --ext .js",
25 "compile": "father build",
26 "prepublishOnly": "npm run compile && np --yolo --no-publish",
27 "test": "father test",
28 "coverage": "father test --coverage && cat ./coverage/lcov.info | coveralls"
29 },
30 "devDependencies": {
31 "@types/enzyme": "^3.10.5",
32 "@types/jest": "^25.2.3",
33 "@types/react": "^16.9.3",
34 "@types/react-dom": "^16.9.1",
35 "@types/warning": "^3.0.0",
36 "@umijs/fabric": "^2.0.8",
37 "coveralls": "^3.1.0",
38 "create-react-class": "^15.6.3",
39 "cross-env": "^7.0.2",
40 "enzyme": "^3.10.0",
41 "eslint": "^6.6.0",
42 "father": "^2.14.0",
43 "np": "^6.2.3",
44 "react": "^16.2.0",
45 "react-dom": "^16.2.0",
46 "typescript": "^3.8.3"
47 },
48 "dependencies": {
49 "react-is": "^16.12.0",
50 "shallowequal": "^1.1.0"
51 }
52}