-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.37 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.37 KB
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
{
"name": "remax-hook",
"version": "0.1.0",
"description": "the hooks used in remax",
"main": "index.js",
"scripts": {
"start": "npm run dev",
"bootstrap": "lerna bootstrap",
"build": "lerna run build",
"dev": "dumi dev",
"test": "jest",
"docs:build": "dumi build",
"deploy": "gh-pages -d dist",
"pub": "lerna publish"
},
"keywords": [
"remax",
"react",
"hooks",
"wechat",
"ali",
"toutiao"
],
"author": "silence_zhpf",
"license": "ISC",
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"devDependencies": {
"@babel/cli": "^7.21.0",
"@babel/core": "^7.21.3",
"@testing-library/react": "^13.4.0",
"@testing-library/react-hooks": "^8.0.1",
"@types/classnames": "^2.3.1",
"@types/jest": "^29.5.0",
"babel-plugin-transform-async-to-promises": "^0.8.18",
"classnames": "^2.3.2",
"dumi": "^1.1.50",
"eslint": "^8.36.0",
"father-build": "^1.22.5",
"gh-pages": "^4.0.0",
"husky": "^8.0.3",
"jest": "^29.5.0",
"lerna": "^5.6.2",
"prettier": "^2.8.4",
"pretty-quick": "^3.1.3",
"react": "^18.2.0",
"react-test-renderer": "^18.2.0",
"remax": "^2.15.14",
"surge": "^0.23.1",
"ts-jest": "^28.0.8",
"typescript": "^4.9.5"
},
"homepage": "remax_hooks.github.io",
"dependencies": {
"rxjs": "^7.8.0"
}
}