-
Notifications
You must be signed in to change notification settings - Fork 266
/
package.json
81 lines (81 loc) · 2.28 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "HiApp",
"description": "A web app made with Framework7.With PhoneGap you can easily convert it to native iOS app.",
"version": "4.0.0",
"author": "BelinChung",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/BelinChung/HiApp.git"
},
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"copy-fonts": "cpy node_modules/framework7-icons/fonts/*.* src/assets/f7_fonts && cpy node_modules/material-design-icons/iconfont/*.{eot,ttf,woff,woff2} src/assets/f7_fonts",
"postinstall": "npm run copy-fonts"
},
"keywords": [
"ios",
"webpack",
"framework7",
"vue",
"vuejs",
"material",
"mobile",
"app",
"f7"
],
"bugs": {
"url": "https://github.com/BelinChung/HiApp/issues"
},
"homepage": "https://hi.dearb.me/",
"dependencies": {
"axios": "^0.19.0",
"cordova-ios": "5.0.1",
"cordova-plugin-camera": "^4.1.0",
"cordova-plugin-file": "^6.0.2",
"cordova-plugin-file-transfer": "^1.7.1",
"cordova-plugin-geolocation": "^4.0.2",
"cordova-plugin-inappbrowser": "^2.0.2",
"cordova-plugin-network-information": "^2.0.2",
"cordova-plugin-statusbar": "^2.4.3",
"cordova-plugin-whitelist": "^1.3.4",
"core-js": "^2.6.5",
"date-fns": "^2.0.1",
"framework7": "^4.5.0",
"framework7-icons": "^2.3.0",
"framework7-vue": "^4.5.0",
"material-design-icons": "^3.0.1",
"vue": "^2.6.10",
"vue-i18n": "^8.14.0",
"vuex": "^3.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.11.0",
"@vue/cli-plugin-eslint": "^3.11.0",
"@vue/cli-service": "^3.11.0",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.0.1",
"cpy-cli": "^1.0.1",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"less": "^3.0.4",
"less-loader": "^5.0.0",
"vue-template-compiler": "^2.6.10"
},
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-camera": {},
"cordova-plugin-geolocation": {},
"cordova-plugin-file-transfer": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-network-information": {}
},
"platforms": [
"ios"
]
}
}