-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 864 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 864 Bytes
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
{
"name": "break-the-bricks",
"version": "2.0.4",
"displayName": "Break the Bricks",
"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"
},
"cordova": {
"plugins": {
"cordova-custom-config": {},
"monaca-plugin-monaca-core": {},
"cordova-plugin-whitelist": {},
"cordova-plugin-splashscreen": {},
"ncmb-push-monaca-plugin": {}
}
},
"dependencies": {
"cordova-custom-config": "5.1.0",
"cordova-plugin-splashscreen": "5.0.2",
"cordova-plugin-whitelist": "1.3.3",
"monaca-plugin-monaca-core": "3.3.0",
"ncmb-push-monaca-plugin": "3.0.6"
}
}