forked from 7kfpun/BitcoinReactNative
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 2.2 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
{
"name": "Bitcoin",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"build-android": "npm run release-android; osascript -e 'display notification \"DONE!\" with title \"Android built\"'",
"bundle-android": "$NVM_BIN/react-native bundle --platform android --dev false --entry-file ./index.android.js --bundle-output android/app/src/main/assets/index.android.bundle # --assets-dest android/app/src/main/res/",
"release-android": "cd android && ./gradlew assembleRelease && cd ..",
"install-android": "adb install android/app/build/outputs/apk/app-release.apk",
"capture-android": "adb shell screencap -p | perl -pe 's/\\x0D\\x0A/\\x0A/g' > screenshot.png"
},
"repository": {
"type": "git",
"url": "git+https://github.com/7kfpun/BitcoinReactNative.git"
},
"keywords": [
"react-native",
"android",
"ios",
"finance",
"markets",
"bitcoin",
"ethereum"
],
"author": "kf <[email protected]> (https://github.com/7kfpun)",
"license": "MIT",
"bugs": {
"url": "https://github.com/7kfpun/BitcoinReactNative/issues"
},
"homepage": "https://github.com/7kfpun/BitcoinReactNative#readme",
"dependencies": {
"alt": "0.18.5",
"big.js": "^3.1.3",
"moment": "2.15.1",
"react": "15.3.1",
"react-native": "0.35.0",
"react-native-admob": "1.1.5",
"react-native-animatable": "^1.2.4",
"react-native-device-info": "0.9.5",
"react-native-fbads": "3.1.1",
"react-native-google-analytics-bridge": "3.1.0",
"react-native-i18n": "0.1.1",
"react-native-iphone-x-helper": "^1.0.1",
"react-native-keep-awake": "1.0.7",
"react-native-navbar": "1.5.4",
"react-native-router-flux": "3.35.0",
"react-native-simple-store": "1.1.0",
"react-native-slider": "0.9.1",
"react-native-store-review": "^0.1.5",
"react-native-tableview-simple": "0.13.0",
"react-native-timer": "1.1.2",
"react-native-vector-icons": "4.2.0"
},
"devDependencies": {
"eslint": "^4.9.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0"
}
}