-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 2.66 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
65
{
"name": "annict-eye",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"flow": "node_modules/.bin/flow",
"clean": "rm -rf $TMPDIR/react-* && watchman watch-del-all && npm cache clean",
"clean:android": "cd android/ && ./gradlew clean && cd .. && react-native run-android",
"newclear": "rm -rf $TMPDIR/react-* && watchman watch-del-all && rm -rf ios/build/ModuleCache/* && rm -rf node_modules/ && npm cache clean && npm i",
"packager": "./node_modules/react-native/packager/packager.sh",
"ios": "react-native run-ios --project-path ./ios",
"build:ios": "(cd ios;pod install)",
"tron": "node_modules/.bin/reactotron",
"android:build": "cd android && ./gradlew assembleRelease",
"android:install": "cd android && ./gradlew assembleRelease && ./gradlew installRelease",
"android:hockeyapp": "cd android && ./gradlew assembleRelease && puck -submit=auto app/build/outputs/apk/app-release.apk",
"android:devices": "$ANDROID_HOME/platform-tools/adb devices",
"android:logcat": "$ANDROID_HOME/platform-tools/adb logcat *:S ReactNative:V ReactNativeJS:V",
"android:shake": "$ANDROID_HOME/platform-tools/adb devices | grep '\\t' | awk '{print $1}' | sed 's/\\s//g' | xargs -I {} $ANDROID_HOME/platform-tools/adb -s {} shell input keyevent 82"
},
"dependencies": {
"apisauce": "^0.10.0",
"format-json": "^1.0.3",
"lodash": "^4.17.2",
"moment": "^2.17.1",
"querystringify": "0.0.4",
"ramda": "^0.23.0",
"react": "^15.4.1",
"react-native": "0.41.2",
"react-native-animatable": "^1.1.0",
"react-native-config": "^0.3.1",
"react-native-device-info": "^0.9.6",
"react-native-drawer": "^2.3.0",
"react-native-elements": "^0.9.7",
"react-native-keyboard-spacer": "^0.3.1",
"react-native-material-kit": "^0.4.1",
"react-native-router-flux": "^3.37.0",
"react-native-vector-icons": "^4.0.0",
"realm": "^1.0.2"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"babel-preset-es2015": "^6.22.0",
"enzyme": "^2.6.0",
"eslint": "^3.16.1",
"eslint-config-xo": "^0.17.0",
"eslint-config-xo-react": "^0.10.0",
"eslint-plugin-flowtype": "^2.30.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.0",
"flow-bin": "^0.40.0",
"ghooks": "^2.0.0",
"mockery": "^2.0.0",
"nyc": "^10.1.2",
"react-addons-test-utils": "^15.3.1",
"react-dom": "^15.4.0",
"react-native-dotenv": "0.0.3",
"react-native-mock": "^0.3.1",
"reactotron-apisauce": "^1.5.2",
"reactotron-react-native": "^1.6.0",
"snazzy": "^6.0.0"
}
}