-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.96 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
62
63
64
{
"name": "ConfidentialProject",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"@agiletechvn/react-theme": "https://github.com/tranhoangduong1994/react-theme.git",
"@react-native-community/async-storage": "^1.2.1",
"apisauce": "^1.0.2",
"formik": "^1.5.1",
"i18n-js": "^3.2.1",
"jwt-decode": "^2.2.0",
"lodash.memoize": "^4.1.2",
"qs": "^6.6.0",
"react": "16.8.4",
"react-native": "0.59.1",
"react-native-code-push": "^5.5.2",
"react-native-dotenv": "^0.2.0",
"react-native-localize": "^1.0.3",
"react-native-navigation": "^2.12.0",
"react-redux": "^6.0.1",
"redux": "^4.0.1",
"redux-logger": "^3.0.6",
"redux-persist": "^5.10.0",
"redux-saga": "^1.0.1"
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.3.0",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/runtime": "^7.3.1",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "24.1.0",
"detox": "^10.0.7",
"eslint": "^5.14.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-flowtype": "^3.4.2",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.12.4",
"flow-bin": "^0.93.0",
"jest": "24.1.0",
"metro-react-native-babel-preset": "0.51.1",
"mocha": "^5.2.0",
"react-test-renderer": "16.6.3"
},
"jest": {
"preset": "react-native"
},
"detox": {
"configurations": {
"ios.sim.debug": {
"binaryPath": "ios/build/Build/Products/Debug-iphonesimulator/ConfidentialProject.app",
"build": "xcodebuild -project ios/ConfidentialProject.xcodeproj -scheme ConfidentialProject -configuration Debug -sdk iphonesimulator -derivedDataPath ios/build",
"type": "ios.simulator",
"name": "iPhone 7"
}
},
"test-runner": "mocha"
}
}