-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
44 lines (44 loc) · 1.43 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": "instanative",
"version": "0.9.0",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"test-and-update": "jest --updateSnapshot"
},
"dependencies": {
"event-emitter-es6": "^1.1.5",
"native-toaster": "git+https://github.com/mol42/native-toaster.git",
"react": "16.0.0",
"react-native": "0.50.3",
"react-native-animatable": "^1.2.4",
"react-native-background-upload": "^4.1.0",
"react-native-button": "^2.1.0",
"react-native-camera": "^0.12.0",
"react-native-config": "^0.11.2",
"react-native-elements": "^0.18.4",
"react-native-fast-image": "^2.0.1",
"react-native-modal": "^4.1.1",
"react-native-progress": "^3.4.0",
"react-native-vector-icons": "^4.3.0",
"react-navigation": "^1.0.0-beta.21",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-saga": "^0.16.0"
},
"devDependencies": {
"babel-jest": "^22.0.3",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react-native": "^4.0.0",
"babel-preset-stage-0": "^6.24.1",
"isomorphic-fetch": "^2.2.1",
"jest": "^22.0.3",
"react-test-renderer": "^16.0.0"
},
"jest": {
"preset": "react-native",
"transformIgnorePatterns": [
"node_modules/(?!(react-native|react-native-animatable|react-native-modal|react-native-fast-image|react-native-button|react-native-camera|react-native-progress|react-navigation|react-native-elements|react-native-vector-icons|react-native-config|native-toaster)/)"
]
}
}