-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
123 lines (123 loc) · 4.69 KB
/
Copy pathpackage.json
File metadata and controls
123 lines (123 loc) · 4.69 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"name": "PreSchoolApp",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "node node_modules/react-native/local-cli/cli.js start",
"tsc": "tsc",
"watch": "tsc -w",
"start": "npm run dev",
"upgrade": "react-native-git-upgrade && npm install --save react-native",
"upgrade:major": "react-native upgrade",
"test": "jest -u",
"start:packager": "node_modules/react-native/packager/packager.sh",
"start:reset": "node node_modules/react-native/local-cli/cli.js start --reset-cache",
"android": "node node_modules/react-native/local-cli/cli.js run-android",
"android:shake": "adb shell input keyevent 82",
"android:log": "adb logcat '*:S' ReactNative:V ReactNativeJS:V",
"android:apk": "android && ./gradlew assembleRelease",
"android:release": "node node_modules/react-native/local-cli/cli.js run-android --variant=release",
"ios": "node node_modules/react-native/local-cli/cli.js run-ios --simulator='iPhone 8'",
"ios:release": "node node_modules/react-native/local-cli/cli.js run-ios --configuration Release",
"ios:devices": "xcrun simctl list devices",
"ios:iphone5": "node node_modules/react-native/local-cli/cli.js run-ios --simulator='iPhone 5s'",
"ios:iphone7": "node node_modules/react-native/local-cli/cli.js run-ios --simulator='iPhone 7'",
"ios:reset": "rm -rf ios/build/ModuleCache",
"jest": "jest -u --no-cache",
"lint": "tslint -c tslint.json './src/**/*.tsx' && tslint -c tslint.json './src/**/*.ts'",
"build:ios": "react-native bundle --entry-file index.js --platform ios --dev false --bundle-output ios/main.jsbundle --assets-dest ./ios",
"build:android": "react-native bundle --entry-file index.js --platform android --dev false --bundle-output android/main.jsbundle --assets-dest ./android"
},
"dependencies": {
"ejs": "^2.6.1",
"faker": "^4.1.0",
"formik": "^1.5.7",
"jsc-android": "^236355.1.1",
"jwt-decode": "^2.2.0",
"lodash": "^4.17.11",
"mobx": "^5.8.0",
"mobx-persist": "^0.4.1",
"mobx-react": "^5.4.3",
"native-base": "^2.12.1",
"react": "16.6.3",
"react-native": "0.57.8",
"react-native-animatable": "^1.3.2",
"react-native-animated-ellipsis": "^2.0.0",
"react-native-camera-kit": "^8.0.2",
"react-native-code-push": "^5.5.2",
"react-native-color-matrix-image-filters": "^5.2.0",
"react-native-fbsdk": "^0.8.0",
"react-native-gesture-handler": "^1.0.12",
"react-native-google-signin": "^1.1.0",
"react-native-i18n": "^2.0.15",
"react-native-iphone-x-helper": "^1.2.1",
"react-native-linear-gradient": "^2.5.3",
"react-native-loading-spinner-overlay": "^1.0.1",
"react-native-maps": "0.25.0",
"react-native-modal-datetime-picker": "^7.4.1",
"react-native-orientation": "^3.1.3",
"react-native-progress": "^3.6.0",
"react-native-qrcode": "^0.2.7",
"react-native-responsive-screen": "^1.2.2",
"react-native-snap-carousel": "^3.8.0",
"react-native-sound": "^0.10.12",
"react-native-splash-screen": "^3.1.1",
"react-native-switch-toggle": "^1.1.0",
"react-native-vector-icons": "^6.4.2",
"react-native-video": "^4.4.4",
"react-native-walkthrough-tooltip": "^0.5.3",
"react-navigation": "^3.0.9",
"recompose": "^0.30.0",
"rn-tooltip": "^1.1.3",
"yup": "^0.27.0"
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.2.3",
"@types/jest": "^23.3.12",
"@types/lodash": "^4.14.120",
"@types/react": "^16.7.20",
"@types/react-native": "^0.57.28",
"@types/react-native-i18n": "^2.0.0",
"@types/react-native-linear-gradient": "^2.4.0",
"@types/react-navigation": "^3.0.1",
"@types/react-test-renderer": "^16.0.3",
"@types/recompose": "^0.30.6",
"@types/yup": "^0.26.20",
"babel-jest": "23.6.0",
"babel-preset-mobx": "^2.0.0",
"jest": "23.6.0",
"metro-react-native-babel-preset": "^0.51.1",
"prettier": "^1.15.3",
"react-native-typescript-transformer": "^1.2.11",
"react-test-renderer": "16.6.3",
"ts-jest": "^23.10.5",
"tslint": "^5.12.1",
"tslint-config-prettier": "^1.17.0",
"tslint-config-standard": "^8.0.1",
"tslint-react": "^3.6.0",
"typescript": "^3.2.2"
},
"jest": {
"preset": "react-native",
"moduleFileExtensions": [
"ts",
"tsx",
"js"
],
"transform": {
"^.+\\.(js)$": "<rootDir>/node_modules/babel-jest",
"\\.(ts|tsx)$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
},
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
"testPathIgnorePatterns": [
"\\.snap$",
"<rootDir>/node_modules/"
],
"cacheDirectory": ".jest/cache"
},
"rnpm": {
"assets": [
"./assets/fonts/"
]
}
}