-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
54 lines (54 loc) · 1.94 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
{
"name": "maolife",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"ios": "react-native run-ios",
"qemu": "emulator @Nexus_5X_API_23 &",
"ios-offline-jsbundle": "react-native bundle --entry-file index.js --platform ios --dev false --bundle-output ios/main.jsbundle --assets-dest ios",
"ios-release": "react-native run-ios --configuration Release",
"android-offline-jsbundle": "react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res",
"android-release": "react-native run-android --variant=release --appId com.lifeoverflow.maolife",
"android-dev-live": "adb reverse tcp:8081 tcp:8081",
"package": "react-native start",
"android": "react-native run-android --appId com.lifeoverflow.maolife"
},
"dependencies": {
"firebase": "^4.13.1",
"immutability-helper": "^2.7.0",
"lodash": "^4.17.10",
"moment": "^2.19.3",
"native-base": "^2.4.5",
"react": "^16.3.1",
"react-native": "^0.55.4",
"react-native-fbsdk": "^0.7.0",
"react-native-fs": "^2.10.14",
"react-native-i18n": "^2.0.12",
"react-native-mail": "^3.0.6",
"react-native-svg": "^6.3.1",
"react-native-vector-icons": "^4.6.0",
"react-navigation": "^2.0.4",
"react-redux": "^5.0.4",
"redux": "^3.6.0",
"redux-actions": "^2.0.2",
"redux-thunk": "^2.2.0",
"victory-native": "^0.17.4"
},
"devDependencies": {
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint": "^4.19.1",
"eslint-plugin-react": "^7.5.1",
"babel-eslint": "^8.1.2",
"babel-jest": "22.0.4",
"babel-preset-react-native": "4.0.0",
"jest": "22.0.4",
"react-test-renderer": "16.2.0"
},
"jest": {
"preset": "react-native"
}
}