-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
104 lines (104 loc) · 5.04 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
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
{
"name": "coinsence-wallet",
"version": "1.0.0",
"author": "Coinsence.org",
"homepage": "https://coinsence.org",
"private": true,
"scripts": {
"prepare:coinsence": "npm run clean && ionic cordova platform add ios; ionic cordova platform add android",
"start": "npm run ionic:serve",
"start:android": "npm run run:android",
"start:ios": "npm run build:ios && npm run open:ios",
"final:ios": "npm run build:ios-release && npm run open:ios",
"final:android": "npm run build:android-release && npm run sign:android",
"run:android": "ionic cordova run android --device --debug",
"run:android-release": "ionic cordova run android --device --release",
"build:ios": "ionic cordova build ios --debug",
"build:android": "ionic cordova build android --debug",
"build:desktop": "npm run ionic:build",
"build:ios-release": "ionic cordova build ios --release --aot true --environment prod --output-hashing all --sourcemaps false --extract-css true --named-chunks false --build-optimizer true",
"build:android-release": "ionic cordova build android --prod --release --aot true --environment prod --output-hashing all --sourcemaps false --extract-css true --named-chunks false --build-optimizer true",
"build:desktop-release": "node --max-old-space-size=8192 ./node_modules/@ionic/app-scripts/bin/ionic-app-scripts.js build --prod",
"build:android-bundle": "cd platforms/android && ./gradlew bundle",
"open:ios": "open platforms/ios/*.xcodeproj",
"open:android": "open -a open -a /Applications/Android\\ Studio.app platforms/android",
"log:android": "adb logcat | grep chromium",
"sign:android": "rm -f platforms/android/app/build/outputs/apk/release/android-release-signed-aligned.apk; jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore ./coinsence.keystore -signedjar platforms/android/app/build/outputs/apk/release/android-release-signed.apk platforms/android/app/build/outputs/apk/release/app-release-unsigned.apk coinsence && zipalign -v 4 platforms/android/app/build/outputs/apk/release/android-release-signed.apk platforms/android/app/build/outputs/apk/release/CoinsenceWallet.apk",
"sign:android-bundle": "jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore ./coinsence.keystore -signedjar platforms/android/app/build/outputs/bundle/release/app-signed.aab platforms/android/app/build/outputs/bundle/release/app.aab coinsence && zipalign -v 4 platforms/android/app/build/outputs/bundle/release/app-signed.aab platforms/android/app/build/outputs/bundle/release/CoinsenceWalletBundle.aab",
"clean": "ionic-app-scripts clean",
"build": "ionic-app-scripts build",
"clean-all": "git clean -dfx",
"lint": "ionic-app-scripts lint",
"ionic:build": "ionic-app-scripts build",
"ionic:serve": "ionic-app-scripts serve"
},
"dependencies": {
"@angular/animations": "5.2.9",
"@angular/common": "5.2.9",
"@angular/compiler": "5.2.9",
"@angular/compiler-cli": "5.2.9",
"@angular/core": "5.2.9",
"@angular/forms": "5.2.9",
"@angular/http": "5.2.9",
"@angular/platform-browser": "5.2.9",
"@angular/platform-browser-dynamic": "5.2.9",
"@ionic-native/background-mode": "^4.20.0",
"@ionic-native/badge": "^4.20.0",
"@ionic-native/core": "4.5.3",
"@ionic-native/local-notifications": "^4.20.0",
"@ionic-native/network": "^4.20.0",
"@ionic-native/qr-scanner": "^4.6.0",
"@ionic-native/splash-screen": "4.5.3",
"@ionic-native/status-bar": "4.5.3",
"@ionic/storage": "2.1.3",
"bignumber.js": "^9.0.0",
"color-hash": "^1.0.3",
"cordova-android": "^8.1.0",
"cordova-ios": "^4.5.5",
"cordova-plugin-add-swift-support": "^2.0.2",
"cordova-plugin-background-mode": "^0.7.3",
"cordova-plugin-badge": "^0.8.8",
"cordova-plugin-compat": "^1.2.0",
"cordova-plugin-device": "^2.0.3",
"cordova-plugin-ionic-keyboard": "^2.2.0",
"cordova-plugin-ionic-webview": "^4.1.1",
"cordova-plugin-local-notification": "^0.9.0-beta.2",
"cordova-plugin-network-information": "^2.0.2",
"cordova-plugin-qrscanner": "^2.6.2",
"cordova-plugin-splashscreen": "^5.0.3",
"cordova-plugin-statusbar": "^2.4.3",
"cordova-plugin-whitelist": "^1.3.4",
"ethers": "^4.0.32",
"ionic-angular": "3.9.2",
"ionicons": "3.0.0",
"rxjs": "5.5.7",
"sw-toolbox": "3.6.0",
"zone.js": "0.8.20"
},
"devDependencies": {
"@ionic/app-scripts": "^3.2.4",
"typescript": "~2.6.2"
},
"description": "ERC20 mobile wallet",
"cordova": {
"plugins": {
"cordova-plugin-qrscanner": {},
"cordova-plugin-whitelist": {},
"cordova-plugin-device": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-ionic-webview": {
"ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+"
},
"cordova-plugin-ionic-keyboard": {},
"cordova-plugin-local-notification": {},
"cordova-plugin-network-information": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-background-mode": {},
"cordova-plugin-badge": {}
},
"platforms": [
"android",
"ios"
]
}
}