-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 922 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
{
"name": "@bete/mut",
"version": "1.0.4",
"main": "dist/index.js",
"module": "dist/mut.esm.js",
"files": [
"dist"
],
"scripts": {
"build": "tsdx build",
"test": "tsdx test",
"lint": "tsdx lint"
},
"repository": "https://github.com/snakeUni/mut.git",
"author": "fox <1025687605@qq.com>",
"license": "MIT",
"devDependencies": {
"@testing-library/react": "^10.4.8",
"@types/react": "^16.9.46",
"@types/react-dom": "^16.9.8",
"@types/use-subscription": "^1.0.0",
"@types/use-sync-external-store": "^0.0.0",
"husky": "^4.2.5",
"lint-staged": "^10.2.11",
"prettier": "^2.0.5",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"tsdx": "^0.13.2",
"typescript": "^3.9.7"
},
"dependencies": {
"immer": "^7.0.7",
"use-sync-external-store": "0.0.0-experimental-7d38e4fd8-20210930"
},
"peerDependencies": {
"react": ">=16"
}
}