-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.5 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
{
"name": "ark-assist",
"description": "Ark Assist: An unoffical app for Ark Survival Evolved.",
"version": "3.1.0",
"author": "BuildInTheCloud",
"homepage": "http://buildinthecloud.com/",
"private": true,
"main": "main-electron.js",
"repository": {
"type": "git",
"url": "https://github.com/BuildInTheCloud/ark-assist.git"
},
"scripts": {
"build": "ionic-app-scripts build",
"clean": "ionic-app-scripts clean",
"ionic:build": "ionic-app-scripts build",
"ionic:serve": "ionic-app-scripts serve",
"electron": "ionic cordova build browser && electron .",
"electron-dist": "ionic cordova build browser && electron electron.js",
"electron-package": "ionic cordova build browser && electron-packager ./ AscendantArkAssist --platform mas --out ./electron/AscendantArkAssist --overwrite"
},
"dependencies": {
"@angular/common": "5.1.2",
"@angular/compiler": "5.1.2",
"@angular/compiler-cli": "5.1.2",
"@angular/core": "5.1.2",
"@angular/forms": "5.1.2",
"@angular/http": "5.1.2",
"@angular/platform-browser": "5.1.2",
"@angular/platform-browser-dynamic": "5.1.2",
"@angular/tsc-wrapped": "4.4.6",
"@ionic-native/admob-free": "^5.0.0-beta.4",
"@ionic-native/clipboard": "^5.0.0-beta.4",
"@ionic-native/core": "^5.0.0-beta.4",
"@ionic-native/keyboard": "^5.0.0-beta.4",
"@ionic-native/splash-screen": "^5.0.0-beta.4",
"@ionic-native/status-bar": "^5.0.0-beta.4",
"@ionic-native/toast": "^5.0.0-beta.4",
"@ionic/storage": "2.1.3",
"angular2-moment": "1.7.1",
"cordova-admob-sdk": "0.13.1",
"cordova-android": "6.4.0",
"cordova-ios": "4.5.4",
"cordova-plugin-admob-free": "0.13.0",
"cordova-plugin-device": "2.0.1",
"cordova-plugin-ionic-webview": "1.1.16",
"cordova-plugin-splashscreen": "5.0.1",
"cordova-promise-polyfill": "0.0.2",
"cordova-windows": "5.0.0",
"ionic-angular": "3.9.2",
"ionicons": "3.0.0",
"moment": "2.20.1",
"rxjs": "5.5.6",
"sw-toolbox": "3.6.0",
"zone.js": "0.8.18"
},
"devDependencies": {
"@ionic/app-scripts": "3.1.7",
"electron-packager": "10.1.0",
"tslint-ionic-rules": "0.0.11",
"typescript": "2.6.2"
},
"config": {
"ionic_bundler": "webpack",
"ionic_aot_write_to_disk": true
},
"cordova": {
"platforms": [
"ios",
"windows",
"android"
],
"plugins": {
"cordova-plugin-splashscreen": {},
"cordova-promise-polyfill": {},
"cordova-admob-sdk": {
"PLAY_SERVICES_VERSION": "11.0.4"
},
"cordova-plugin-admob-free": {},
"cordova-plugin-device": {},
"cordova-plugin-ionic-webview": {}
}
}
}