-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.32 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
{
"name": "combine-cross-slice-reducers",
"version": "1.0.3",
"description": "",
"main": "dist/index.js",
"scripts": {
"test": "jest && flow",
"build": "node_modules/.bin/babel src -d dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/visusnet/combine-cross-slice-reducers.git"
},
"author": "Alexander Müller <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/visusnet/combine-cross-slice-reducers/issues"
},
"homepage": "https://github.com/visusnet/combine-cross-slice-reducers#readme",
"devDependencies": {
"@babel/cli": "^7.10.1",
"@babel/core": "^7.10.1",
"@babel/plugin-proposal-object-rest-spread": "^7.10.1",
"@babel/plugin-transform-runtime": "^7.10.1",
"@babel/preset-env": "^7.10.1",
"@babel/preset-flow": "^7.10.1",
"babel-eslint": "^10.1.0",
"babel-plugin-array-includes": "^2.0.3",
"eslint": "^7.1.0",
"eslint-plugin-babel": "^5.1.0",
"eslint-plugin-flowtype": "^5.1.3",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jest": "^23.13.2",
"flow-bin": "^0.125.1",
"jest": "^26.0.1",
"redux": "^4.0.5"
},
"peerDependencies": {
"redux": "^4.0.5"
},
"jest": {
"testURL": "http://example.org"
},
"dependencies": {
"@babel/runtime": "^7.10.1"
}
}