-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
96 lines (96 loc) · 3.83 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"_from": "redux-saga-hoc",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha1-rymAjZMRf+C+5Cvfhe7QyX1ft1E=",
"_location": "/redux-saga-hoc",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "redux-saga-hoc",
"name": "redux-saga-hoc",
"escapedName": "redux-saga-hoc",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/redux-saga-hoc/-/redux-saga-hoc-1.0.0.tgz",
"_shasum": "af29808d93117fe0bee42bdf85eed0c97d5fb751",
"_spec": "redux-saga-hoc",
"_where": "/Users/hajjiTarek/Desktop/SHOC",
"author": {
"name": "Hajji Tarik"
},
"bugs": {
"url": "https://github.com/hajjiTarik/redux-saga-hoc/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "is a react HOC that comes to be plugged into react components and the saga middleware saga, it allows to add the saga functions within the react component, also to start one or more saga(s) and possiblity to stop them.",
"devDependencies": {
"babel-cli": "^6.23.0",
"babel-core": "^6.3.15",
"babel-eslint": "^7.0.0",
"babel-jest": "^18.0.0",
"babel-loader": "^6.2.0",
"babel-plugin-check-es2015-constants": "^6.3.13",
"babel-plugin-transform-es2015-arrow-functions": "^6.3.13",
"babel-plugin-transform-es2015-block-scoped-functions": "^6.3.13",
"babel-plugin-transform-es2015-block-scoping": "^6.3.13",
"babel-plugin-transform-es2015-classes": "^6.3.13",
"babel-plugin-transform-es2015-computed-properties": "^6.3.13",
"babel-plugin-transform-es2015-destructuring": "^6.3.13",
"babel-plugin-transform-es2015-for-of": "^6.3.13",
"babel-plugin-transform-es2015-function-name": "^6.3.13",
"babel-plugin-transform-es2015-literals": "^6.3.13",
"babel-plugin-transform-es2015-modules-commonjs": "^6.3.13",
"babel-plugin-transform-es2015-object-super": "^6.3.13",
"babel-plugin-transform-es2015-parameters": "^6.3.13",
"babel-plugin-transform-es2015-shorthand-properties": "^6.3.13",
"babel-plugin-transform-es2015-spread": "^6.3.13",
"babel-plugin-transform-es2015-sticky-regex": "^6.3.13",
"babel-plugin-transform-es2015-template-literals": "^6.3.13",
"babel-plugin-transform-es2015-unicode-regex": "^6.3.13",
"babel-plugin-transform-es3-member-expression-literals": "^6.5.0",
"babel-plugin-transform-es3-property-literals": "^6.5.0",
"babel-plugin-transform-object-rest-spread": "^6.3.13",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-0": "^6.22.0",
"babel-register": "^6.3.13",
"check-es3-syntax-cli": "^0.1.1",
"cross-env": "^3.1.4",
"eslint": "^3.17.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.0",
"react": "^15.4.2",
"redux": "^3.6.0",
"redux-saga": "^0.14.3",
"webpack": "^1.9.6",
"webpack-node-externals": "^1.5.4"
},
"homepage": "https://github.com/hajjiTarik/redux-saga-hoc#readme",
"license": "ISC",
"main": "src/index.js",
"name": "redux-saga-hoc",
"repository": {
"type": "git",
"url": "git+https://github.com/hajjiTarik/redux-saga-hoc.git"
},
"scripts": {
"build:umd:dev": "cross-env BABEL_ENV=commonjs NODE_ENV=production webpack src/index.js dist/redux-saga-hoc.js --config webpack/dev.js",
"build:umd:prod": "cross-env BABEL_ENV=commonjs NODE_ENV=production webpack src/index.js dist/redux-saga-hoc.min.js --config webpack/prod.js",
"lint:js": "eslint ./src/*.js",
"lint:js:fix": "eslint --fix ./src/*.js",
"lint:js:report": "eslint --format junit --no-color --output-file reports/eslint-report.xml ."
},
"version": "2.0.0"
}