-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.41 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.41 KB
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
{
"name": "monaca-template-helloworld",
"version": "2.0.0",
"displayName": "Monaca Template HelloCordova",
"scripts": {
"monaca:preview": "npm run dev",
"dev": "browser-sync start -s www/ --watch --port 8080 --ui-port 8081"
},
"devDependencies": {
"browser-sync": "^2.26.7",
"cordova": "^9.0.0"
},
"dependencies": {
"cordova-custom-config": "5.1.0",
"cordova-plugin-camera": "4.0.3",
"cordova-plugin-device": "2.0.2",
"cordova-plugin-geolocation": "4.0.1",
"cordova-plugin-network-information": "2.0.1",
"cordova-plugin-splashscreen": "5.0.2",
"cordova-plugin-vibration": "3.1.0",
"cordova-plugin-whitelist": "1.3.3",
"monaca-plugin-monaca-core": "3.2.1",
"phonegap-plugin-barcodescanner": "8.1.0",
"cordova-plugin-statusbar": "2.4.2"
},
"cordova": {
"plugins": {
"cordova-custom-config": {},
"cordova-plugin-camera": {},
"cordova-plugin-device": {},
"cordova-plugin-geolocation": {},
"cordova-plugin-network-information": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-vibration": {},
"cordova-plugin-whitelist": {},
"monaca-plugin-monaca-core": {},
"phonegap-plugin-barcodescanner": {},
"cordova-plugin-statusbar": {}
}
}
}