-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
30 lines (30 loc) · 922 Bytes
/
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
{
"name": "monaca-project",
"description": "Monaca project",
"scripts": {
"monaca:preview": "npm run dev",
"dev": "browser-sync start -s www/ --watch --port 8080 --ui-port 8081"
},
"devDependencies": {
"browser-sync": "^2.24.5",
"cordova": "^6.5.0"
},
"cordova": {
"plugins": {
"monaca-plugin-monaca-core": {},
"cordova-custom-config": {},
"cordova-plugin-whitelist": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-file": {}
}
},
"dependencies": {
"monaca-plugin-monaca-core": "3.2.1",
"cordova-custom-config": "5.0.2",
"cordova-plugin-whitelist": "1.3.3",
"cordova-plugin-splashscreen": "5.0.1",
"cordova-plugin-inappbrowser": "2.0.1",
"cordova-plugin-file": "5.0.0"
}
}