-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.36 KB
/
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
44
45
46
47
48
49
{
"name": "redux-fetch-state",
"version": "0.2.4",
"description": "A simple class for handling state of fetch api",
"main": "build/ReduxFetchState.js",
"types": "build/ReduxFetchState.d.ts",
"scripts": {
"test": "jest --watch",
"test:coverage": "jest --watch --coverage",
"start": "babel src/ --out-dir build --watch",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HamedNN76/redux-fetch-state.git"
},
"keywords": [
"react",
"redux",
"react-redux",
"redux-saga",
"redux-fetch-state",
"redux-fetch",
"fetch",
"react-fetch",
"fetch-state"
],
"author": "HamedNN76",
"license": "MIT",
"bugs": {
"url": "https://github.com/HamedNN76/redux-fetch-state/issues"
},
"homepage": "https://github.com/HamedNN76/redux-fetch-state#readme",
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-object-rest-spread": "7.4.4",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "7.4.5",
"@babel/register": "^7.4.4",
"@types/redux": "^3.6.0",
"babel-plugin-dynamic-import-node": "^2.3.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"jest": "^26.6.1",
"prettier": "^2.7.1",
"typescript": "^4.7.4"
}
}