-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 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
39
{
"name": "use-redux-saga",
"version": "1.1.17",
"description": "use-redux-saga is a library to apply saga with react hooks API in a simple way",
"keywords": [
"react",
"reactjs",
"redux",
"saga",
"hook"
],
"main": "src/index.ts",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:springwong/use-redux-saga.git"
},
"author": "Spring Wong <[email protected]>",
"license": "MIT",
"devDependencies": {
"@types/react-redux": "^7.1.18",
"@types/uuid": "^8.3.1",
"react": "17.0.1",
"react-redux": "^7.2.4",
"redux-saga": "^1.1.3",
"tslint": "^6.1.3",
"typescript": "^4.3.5",
"uuid": "^8.3.2"
},
"peerDependencies": {
"react": "^16.8.3 || ^17",
"react-redux": "^5.0.7",
"redux-saga": "^1.1.0",
"uuid": "^8.0.0"
}
}