forked from alibaba/hooks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·76 lines (76 loc) · 1.95 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "@umijs/hooks",
"version": "1.5.1",
"description": "react hooks library",
"keywords": [
"umi hooks",
"react hooks"
],
"main": "./lib/index.js",
"module": "./es/index.js",
"types": "./lib/index.d.ts",
"authors": {
"name": "brickspert",
"email": "brickspert.fjl@alipay.com"
},
"publishConfig": {
"registry": "https://registry.npmjs.com/"
},
"repository": "https://github.com/umijs/hooks",
"homepage": "https://github.com/umijs/hooks",
"scripts": {
"start": "npm run dev",
"dev": "father doc dev",
"dev:zh-cn": "LAN=zh-CN father doc dev",
"js": "node ./.ts2js.js",
"build": "node ./scripts/clean-old-build.js && father build && tsc --declarationDir ./lib && tsc --declarationDir ./es && node ./scripts/build-wind-up.js",
"test": "father test",
"cov": "father test --coverage",
"help": "father help",
"precommit": "father pre-commit",
"build:doc": "father doc build && LAN=zh-CN father doc build",
"pub:doc": "now --prod"
},
"files": [
"dist",
"lib",
"es",
"README.md",
"LICENSE",
"package.json"
],
"dependencies": {
"lodash.isequal": "^4.5.0",
"screenfull": "^5.0.0",
"intersection-observer": "^0.7.0",
"resize-observer-polyfill": "^1.5.1"
},
"peerDependencies": {
"antd": "^3.20.1",
"react": "^16.8.6"
},
"devDependencies": {
"@testing-library/react-hooks": "^2.0.1",
"@types/jest": "^24.0.15",
"antd": "^3.20.1",
"babel-plugin-import": "^1.12.0",
"del": "^5.1.0",
"docz-theme-umi-hooks": "^0.0.7",
"enzyme": "^3.10.0",
"father": "^2.13.3",
"jackbox": "^0.2.0",
"now": "^16.2.0",
"raw-loader": "^3.1.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-drag-listview": "^0.1.6",
"resize-observer-polyfill": "^1.5.1",
"sylvanas": "^0.4.2",
"typescript": "^3.3.3",
"umi-request": "^1.0.8"
},
"engines": {
"node": ">=8.0.0"
},
"license": "MIT"
}