-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
104 lines (104 loc) · 2.75 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": "CGPay",
"version": "1.1.1",
"description": "The payment card for community power",
"app_id": "",
"v2": false,
"typescript": false,
"proxies": [
{
"path": "/pos",
"proxyUrl": "https://ws.rcredits.org/pos"
}
],
"watch": {
"sass": [
"scss/**/*.scss"
],
"html": [
"www/**/*.html"
],
"livereload": [
"www/**/*.html",
"www/**/*.js",
"www/**/*.css"
]
},
"dependencies": {
"angular": "1.8.0",
"bower": "1.8.8",
"chai": "^3.5.0",
"cordova-android": "latest",
"cordova-android-support-gradle-release": "^1.4.4",
"cordova-ios": "^4.4.0",
"cordova-plugin-compat": "^1.2.0",
"cordova-plugin-console": "~1.0.3",
"cordova-plugin-crosswalk-webview": "^2.4.0",
"cordova-plugin-device": "~1.1.4",
"cordova-plugin-file": "^4.3.3",
"cordova-plugin-indexeddb-async": "^2.2.1",
"cordova-plugin-network-information": "^1.3.3",
"cordova-plugin-splashscreen": "~4.0.3",
"cordova-plugin-statusbar": "~2.1.3",
"cordova-plugin-whitelist": "~1.2.2",
"cordova-sqlite-storage": "^2.3.2",
"gulp": "^3.9.1",
"gulp-clean-css": "3.3.1",
"gulp-concat": "^2.2.0",
"gulp-preprocess": "2.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"ionic-plugin-keyboard": "~2.2.0",
"phonegap-plugin-barcodescanner": "~8.0.0",
"shelljs": "0.7.7",
"should": "^11.2.1"
},
"cordovaPlugins": [
"cordova-plugin-device",
"phonegap-plugin-barcodescanner",
{
"locator": "https://github.com/brodysoft/Cordova-SQLitePlugin.git",
"id": "cordova-sqlite-storage"
},
],
"cordovaPlatforms": [
"ios",
"android"
],
"devDependencies": {
"@ionic/cli-plugin-gulp": "1.0.2",
"@ionic/cli-plugin-ionic1": "2.0.1",
"ionic": "3.20.0",
"karma": "^1.7.0"
},
"cordova": {
"plugins": {
"cordova-plugin-crosswalk-webview": {},
"cordova-plugin-device": {},
"cordova-plugin-console": {},
"cordova-plugin-whitelist": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-statusbar": {},
"ionic-plugin-keyboard": {},
"phonegap-plugin-barcodescanner": {},
"cordova-plugin-file": {},
"cordova-plugin-indexeddb-async": {},
"cordova-plugin-network-information": {},
"cordova-sqlite-storage": {},
"cordova-android-support-gradle-release": {
"ANDROID_SUPPORT_VERSION": "27.+"
}
},
"platforms": [
"ios",
"android"
]
}
}