-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.15 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.15 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
47
48
{
"name": "@yusha/redux-upload-queue",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lyxia/redux-upload-queue.git"
},
"author": "yusha",
"license": "ISC",
"bugs": {
"url": "https://github.com/lyxia/redux-upload-queue/issues"
},
"homepage": "https://github.com/lyxia/redux-upload-queue#readme",
"dependencies": {
"react": "16.4.1",
"react-dom": "^16.2.0",
"immutable": "^3.8.1",
"react-native": "0.55.4",
"react-redux": "^5.0.5",
"redux": "^4.0.0",
"redux-actions": "^2.2.1",
"redux-thunk": "^2.2.0"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-jest": "22.4.3",
"babel-preset-react-native": "4.0.0",
"enzyme": "^3.5.1",
"enzyme-adapter-react-16": "^1.3.1",
"jest": "22.4.3",
"jest-fetch-mock": "^1.6.5",
"jsdom-global": "^3.0.2",
"react-test-renderer": "16.3.1",
"redux-mock-store": "^1.5.3"
},
"jest": {
"preset": "react-native",
"setupFiles": [
"./config/jest/globalFetch.js",
"./config/jest/enzymeConfig.js"
]
}
}