-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 943 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": "redux-saga-service-wrapper",
"version": "1.0.6",
"description": "Redux Saga Service Wrapper",
"author": "kaankucukx",
"license": "ISC",
"private": false,
"keywords": [
"redux-saga",
"react",
"redux-saga-wrapper",
"redux"
],
"main": "dist/bundle.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/kaankucukx/redux-saga-service-wrapper.git"
},
"bugs": {
"url": "https://github.com/kaankucukx/redux-saga-service-wrapper/issues"
},
"homepage": "https://github.com/kaankucukx/redux-saga-service-wrapper",
"dependencies": {
"axios": "^0.20.0",
"react": "^16.13.1",
"redux-saga": "^1.1.3"
},
"devDependencies": {
"@webpack-cli/info": "^0.2.0",
"@webpack-cli/serve": "^0.2.0",
"path": "^0.12.7",
"ts-loader": "^8.0.4",
"typescript": "^4.0.3",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12"
}
}