-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.93 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "BRCAMobile",
"version": "1.4.8",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"postversion": "react-native-version"
},
"detox": {
"test-runner": "jest",
"runner-config": "e2e/config.json",
"configurations": {
"ios.sim.debug": {
"binaryPath": "ios/build/Build/Products/Debug-iphonesimulator/BRCA Exchange.app",
"build": "xcodebuild -project ios/BRCAMobile.xcodeproj -scheme BRCAMobile -configuration Debug -sdk iphonesimulator -derivedDataPath ios/build | xcpretty",
"type": "ios.simulator",
"name": "iPhone XR"
}
}
},
"dependencies": {
"babel-plugin-transform-remove-console": "^6.8.5",
"immutable": "^3.8.2",
"linkify-it": "^2.0.3",
"lodash": "^4.17.11",
"moment": "^2.19.2",
"moment-timezone": "^0.5.14",
"prop-types": "^15.6.2",
"react": "16.4.1",
"react-native": "0.56.0",
"react-native-background-fetch": "^2.4.3",
"react-native-device-info": "^0.22.6",
"react-native-immutable-list-view": "^0.6.2",
"react-native-markdown-renderer": "^3.2.8",
"react-native-navigation": "^1.1.486",
"react-native-push-notification": "^3.1.1",
"react-native-settings-list": "^1.8.0",
"react-native-simple-toast": "^0.0.8",
"react-native-tab-view": "^1.0.2",
"react-native-vector-icons": "^6.0.2",
"react-redux": "^5.0.7",
"redux": "^3.7.2",
"redux-batched-actions": "^0.1.6",
"redux-immutablejs": "0.0.8",
"redux-persist": "^5.4.0",
"redux-persist-transform-immutable": "^4.3.0",
"redux-thunk": "^2.2.0",
"whatwg-fetch": "^2.0.4"
},
"devDependencies": {
"babel-jest": "^20.0.3",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react-native": "^5.0.2",
"detox": "^9.0.4",
"jest": "^23.6.0",
"metro": "^0.45.1",
"metro-core": "^0.45.1",
"react-test-renderer": "^16.1.1"
}
}