-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.23 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
{
"name": "whatsapp",
"displayName": "WhatsApp",
"version": "1.0.0",
"description": "A simple re-design of whatsapp using cordova and vue",
"main": "index.js",
"scripts": {
"build": "webpack",
"android": "cordova run android",
"browser": "cordova run browser",
"ios": "cordova run ios",
"cbuild": "cordova run build",
"devDroid": "npm run build & npm run android",
"devBrow": "npm run build & npm run browser"
},
"author": "Apache Cordova Team",
"license": "Apache-2.0",
"devDependencies": {
"axios": "^0.19.0",
"cordova-plugin-whitelist": "^1.3.3",
"css-loader": "^3.0.0",
"style-loader": "^0.23.1",
"tachyons": "^4.10.0",
"vue": "^2.6.10",
"vue-loader": "^15.7.0",
"vue-router": "^3.0.6",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.35.0",
"webpack-cli": "^3.3.5"
},
"dependencies": {
"cordova-android": "^8.0.0",
"cordova-browser": "^6.0.0",
"cordova-plugin-statusbar": "^2.4.2",
"eslint": "^6.0.1",
"jquery": "^3.4.1",
"vue-img-loader": "^1.0.0"
},
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {},
"cordova-plugin-statusbar": {}
},
"platforms": [
"android",
"browser"
]
}
}