-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
135 lines (135 loc) · 4.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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
"name": "com.form.parking.violation",
"displayName": "formParkingViolation",
"version": "2.10.0",
"description": "Submit a parking violation complain to authority",
"main": "index.js",
"scripts": {
"test": "standard && node test/convertHbsToHtml.js && html-validate test/www/index.html && printf '\\n\\nTest OK\\n\\n'",
"version": "cordova-set-version --version ${npm_package_version} && git add config.xml",
"build-release-apk": "npm test && scripts/buildReleaseAPK.sh",
"build-release-aab": "npm test && scripts/buildReleaseAAB.sh",
"run-release-on-device": "scripts/runReleaseOnDevice.sh",
"run-debug-on-device": "adb get-state 1>/dev/null 2>&1 && echo 'DEVICE ATTACHED' || { echo 'No device attached'; exit 1; } && cordova run android --device --debug"
},
"repository": {
"type": "git",
"url": "git://github.com/jfoclpf/form-for-parking-violation.git"
},
"author": "João Pimentel Ferreira",
"license": "GPL-3.0",
"dependencies": {
"@fortawesome/fontawesome-free": "6.2.1",
"body-parser": "^1.20.1",
"bootstrap": "^4.6.2",
"cordova": "^11.1.0",
"cordova-browser": "^6.0.0",
"cordova-import-npm": "^1.0.35",
"cordova-pdf-generator": "^2.1.1",
"cordova-plugin-app-version": "^0.1.14",
"cordova-plugin-cache-clear": "^1.3.8",
"cordova-plugin-device": "^2.1.0",
"cordova-plugin-geolocation": "^4.1.0",
"cordova-plugin-inappbrowser": "^5.0.0",
"cordova-plugin-is-debug": "^1.0.0",
"cordova-plugin-screen-orientation": "^3.0.2",
"cordova-plugin-simple-image-resizer": "0.2.0",
"cordova-plugin-splashscreen": "^6.0.2",
"cordova-plugin-statusbar": "^3.0.0",
"cordova-plugin-whitelist": "^1.3.4",
"cordova-set-version": "^13.0.1",
"cors": "^2.8.5",
"crypto-js": "^4.1.1",
"debug": "^4.3.4",
"es6-promise-plugin": "^4.2.2",
"exif-js": "^2.3.0",
"express": "^4.18.2",
"express-fileupload": "^1.4.0",
"express-handlebars": "^6.0.6",
"fs": "0.0.1-security",
"google-android-app-ids": "github:petarov/google-android-app-ids",
"jAlert": "^4.9.1",
"jquery": "^3.6.3",
"jquery-ui": "^1.13.2",
"leaflet": "^1.9.3",
"leaflet.markercluster": "^1.5.3",
"mysql": "^2.18.1",
"path": "^0.12.7",
"sql-formatter": "^12.0.5",
"util": "^0.12.5",
"whitelist": "^1.0.2"
},
"cordova": {
"plugins": {
"cordova-plugin-geolocation": {
"GPS_REQUIRED": "true"
},
"cordova-plugin-statusbar": {},
"cordova-plugin-screen-orientation": {},
"cordova-plugin-device": {},
"cordova-plugin-whitelist": {},
"cordova-pdf-generator": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-is-debug": {},
"cordova-plugin-app-version": {},
"cordova-plugin-network-information": {},
"cordova-plugin-x-socialsharing": {
"PHOTO_LIBRARY_ADD_USAGE_DESCRIPTION": "Esta app necessita de acesso à biblioteca de fotos para fazer uso de fotos tiradas a carros ilegalmente estacionados.",
"PHOTO_LIBRARY_USAGE_DESCRIPTION": "Esta app necessita de acesso à biblioteca de fotos para fazer uso de fotos tiradas a carros ilegalmente estacionados."
},
"cordova-plugin-androidx-adapter": {},
"cordova-plugin-mobile-ocr": {},
"cordova-plugin-file": {
"ANDROIDX_WEBKIT_VERSION": "1.4.0"
},
"cordova-plugin-simple-image-resizer": {
"ANDROID_EXIFINTERFACES_VERSION": "27.+"
},
"cordova-plugin-email-composer": {},
"cordova-plugin-android-permissions": {},
"cordova-plugin-camera": {
"ANDROIDX_CORE_VERSION": "1.6.+"
}
},
"platforms": [
"browser",
"ios",
"android"
]
},
"devDependencies": {
"async": "^3.2.4",
"bootstrap-select": "^1.13.18",
"cordova-android": "^10.1.2",
"cordova-ios": "^6.2.0",
"cordova-plugin-android-permissions": "^1.1.5",
"cordova-plugin-androidx-adapter": "^1.1.3",
"cordova-plugin-camera": "github:jfoclpf/cordova-plugin-camera",
"cordova-plugin-email-composer": "^0.10.1",
"cordova-plugin-file": "^7.0.0",
"cordova-plugin-mobile-ocr": "github:jfoclpf/cordova-plugin-mobile-ocr",
"cordova-plugin-network-information": "github:apache/cordova-plugin-network-information",
"cordova-plugin-x-socialsharing": "^6.0.4",
"fs-extra": "^11.1.0",
"handlebars": "^4.7.7",
"html-minifier": "^4.0.0",
"html-validate": "^7.13.1",
"nedb": "^1.8.0",
"npm-check-updates": "^16.6.2",
"standard": "^17.0.0",
"uglify-es": "^3.3.9",
"uglifycss": "0.0.29",
"walk": "^2.3.15",
"xml2js": "^0.4.23"
},
"standard": {
"ignore": [
"www/js/res/",
"www/js/contacts.js",
"test/www/",
"platforms/",
"plugins/"
]
}
}