-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 1.13 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
{
"name": "BatMobile",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"build-android-release-apk": "cd android && ./gradlew assembleRelease",
"install-android-release-apk": "adb install android/app/build/outputs/apk/app-release.apk"
},
"dependencies": {
"lodash": "^4.15.0",
"mobx": "^2.4.4",
"mobx-react": "^3.5.5",
"moment": "^2.14.1",
"react": "^0.14.8",
"react-native": "^0.25.1",
"react-native-android-tablayout": "^0.2.0",
"react-native-maps": "^0.4.2",
"react-native-navigation": "^0.1.10",
"react-native-svg": "^2.2.0",
"react-native-vector-icons": "^2.0.3",
"undefined": "^0.1.0",
"victory-native": "^0.6.0"
},
"devDependencies": {
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-react-native": "^1.5.7",
"babel-preset-react-native-stage-0": "^1.0.1",
"babel-preset-stage-1": "^6.5.0",
"eslint": "^2.9.0",
"eslint-config-airbnb": "^8.0.0",
"eslint-plugin-import": "^1.6.1",
"eslint-plugin-jsx-a11y": "^1.0.4",
"eslint-plugin-react": "^5.0.1"
}
}