forked from alibaba/hooks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·48 lines (48 loc) · 1.55 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
{
"name": "@umijs/hooks",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/umijs/hooks.git"
},
"scripts": {
"init": "rm -rf node_modules && npm install && npm run clean && npm run bootstrap && npm run build",
"start": "npm run dev",
"dev": "father-doc dev",
"bootstrap": "lerna bootstrap",
"clean": "lerna clean --yes",
"compile": "lerna run --scope @umijs/use-request compile && lerna run --scope @umijs/hooks compile",
"build": "node ./scripts/clean-old-build.js && father build && npm run compile && 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",
"pub:doc": "now --prod",
"pub": "lerna publish",
"now-build": "echo \"hello\""
},
"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",
"babel-plugin-transform-async-to-promises": "^0.8.15",
"create-test-server": "^3.0.1",
"del": "^5.1.0",
"enzyme": "^3.10.0",
"father": "^2.13.3",
"father-doc": "1.0.0-alpha.20",
"lerna": "^2.11.0",
"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",
"umi-plugin-react": "^1.15.2",
"umi-request": "^1.2.18"
}
}