-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.83 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
{
"name": "edu.vanderbilt.roboscape",
"displayName": "RoboScape",
"version": "1.0.0",
"description": "A sample Apache Cordova application that responds to the deviceready event.",
"main": "index.js",
"scripts": {
"gen-icons": "npx cordova-icon --icon www/img/logo.png",
"serve": "live-server ./www/ -o -c 1 -a localhost",
"copy-f7": "cpy node_modules/framework7/js/*.* www/libs/framework7/js && cpy node_modules/framework7/css/*.* www/libs/framework7/css && cpy node_modules/framework7-vue/*.* www/libs/framework7-vue/ && cpy node_modules/vue/dist/*.* www/libs/vue/ && cpy node_modules/framework7-icons/fonts/*.* www/fonts && cpy node_modules/material-design-icons/iconfont/*.{eot,ttf,woff,woff2} www/fonts",
"postinstall": "npm run copy-f7"
},
"author": "Apache Cordova Team",
"license": "Apache-2.0",
"dependencies": {
"@tecnosolve/cordova-plugin-wifiwizard": "^0.2.16",
"cordova-android": "^7.1.4",
"cordova-plugin-compat": "^1.2.0",
"cordova-plugin-hotspot": "^1.2.10",
"cordova-plugin-ping": "^0.4.0",
"cordova-plugin-whitelist": "^1.3.3",
"cordova-plugin-wifi-wizard-tecnosolve": "~1.0.0",
"cordova.plugins.diagnostic": "^4.0.11"
},
"cordova": {
"plugins": {
"cordova.plugins.diagnostic": {},
"cordova-plugin-whitelist": {},
"cordova-plugin-hotspot": {},
"cordova-plugin-wifiwizard": {},
"cordova-plugin-ping": {}
},
"platforms": [
"android"
]
},
"devDependencies": {
"cpy-cli": "^2.0.0",
"framework7": "^3.0.0",
"framework7-icons": "^0.9.1",
"framework7-vue": "^3.0.0",
"live-server": "^1.2.1",
"material-design-icons": "^3.0.1",
"vue": "^2.5.16"
}
}