-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 871 Bytes
/
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
{
"name": "@siroi/react-utils",
"version": "1.0.5",
"description": "useful common react utils",
"module": "dist/index.js",
"type": "module",
"types": "types/index.d.ts",
"files": [
"dist",
"types",
"package.json"
],
"repository": {
"url": "https://github.com/Gao-pw/react-utils"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build:tsc": "tsc",
"commit": "easyfront commit",
"release": "easyfront release"
},
"keywords": [
"react",
"utils"
],
"author": "siroi",
"dependencies": {
"@siroi/fe-utils": "^0.0.4"
},
"devDependencies": {
"@maxwell-zhai/easyfront": "^1.1.4",
"@types/react": "^18"
},
"peerDependencies": {
"react": "^18",
"react-dom": "^18",
"ahooks": "^3"
},
"license": "MIT",
"publishConfig": {
"access": "public"
}
}