-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.28 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.28 KB
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
{
"name": "redux-observable-utils",
"version": "2.0.2",
"description": "",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp build",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sckoh/redux-observable-utils.git"
},
"author": "sckoh",
"license": "ISC",
"bugs": {
"url": "https://github.com/sckoh/redux-observable-utils/issues"
},
"homepage": "https://github.com/sckoh/redux-observable-utils#readme",
"dependencies": {
"dayjs": "^1.7.5",
"lodash": "^4.17.10",
"redux": "^4.0.0",
"redux-observable": "^1.0.0-beta.2",
"rxjs": "^6.2.1"
},
"devDependencies": {
"babel-eslint": "^7.2.1",
"babel-plugin-syntax-flow": "^6.18.0",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"del": "^2.2.2",
"eslint": "^3.19.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.3",
"flow-bin": "^0.43.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-eslint": "^3.0.1",
"gulp-sourcemaps": "^2.5.1"
}
}