-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.04 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
{
"name": "redux-all-creator",
"version": "0.0.6",
"description": "Redux Creator",
"main": "dist/index.js",
"scripts": {
"build": "babel src --out-dir dist",
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/IceMimosa/redux-creator.git"
},
"author": "ChenKai <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/IceMimosa/redux-creator/issues"
},
"homepage": "https://github.com/IceMimosa/redux-creator",
"keywords": [
"redux",
"create",
"creator",
"middleware"
],
"dependencies": {
"redux-actions": "^2.4.0"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/node": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"babel-core": "^7.0.0-0",
"babel-jest": "^24.0.0",
"jest": "^24.0.0",
"redux": "^4.0.0",
"redux-mock-store": "^1.5.1",
"redux-promise": "^0.6.0"
},
"jest": {
"testPathIgnorePatterns": ["<rootDir>/node_modules/", "<rootDir>/__tests__/creators"]
}
}