forked from alibaba/hooks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·39 lines (39 loc) · 1.16 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
{
"private": true,
"scripts": {
"init": "rm -rf node_modules && npm install && lerna clean && npm run bootstrap && npm run build",
"start": "npm run dev",
"dev": "father-doc dev",
"bootstrap": "lerna bootstrap",
"clean": "lerna clean",
"compile": "tsc -b packages/use-request packages/hooks",
"build": "father build && npm run compile",
"test": "father test",
"cov": "father test --coverage",
"help": "father help",
"precommit": "father pre-commit",
"build:doc": "father-doc build",
"pub:doc": "now --prod",
"pub": "father publish"
},
"devDependencies": {
"@testing-library/react-hooks": "^2.0.1",
"@types/jest": "^24.0.15",
"@types/lodash.debounce": "^4.0.6",
"@types/lodash.isequal": "^4.5.5",
"@types/lodash.throttle": "^4.1.6",
"babel-plugin-import": "^1.12.0",
"create-test-server": "^3.0.1",
"del": "^5.1.0",
"enzyme": "^3.10.0",
"father": "^2.13.3",
"father-doc": "^1.0.0-alpha.15",
"lerna": "^3.20.2",
"mockjs": "^1.1.0",
"now": "^16.2.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-drag-listview": "^0.1.6",
"typescript": "^3.3.3"
}
}