-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.29 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
{
"name": "framework7-tab-view",
"private": true,
"version": "1.2.0",
"description": "framework7-tab-view",
"repository": "",
"license": "UNLICENSED",
"scripts": {
"dev": "browser-sync start -s www/ --watch --port 8080 --ui-port 8081",
"copy-f7-font": "cp ./node_modules/framework7-icons/fonts/*.* ./www/fonts/",
"copy-f7": "cp node_modules/framework7/*.js node_modules/framework7/*.css ./www/framework7/",
"monaca:preview": "npm run dev",
"update-f7": "npm run copy-f7 && npm run copy-f7-font"
},
"browserslist": [
"Android >= 7",
"IOS >= 11",
"Safari >= 11",
"Chrome >= 49",
"Firefox >= 31",
"Samsung >= 5"
],
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-statusbar": {},
"monaca-plugin-monaca-core": {}
}
},
"dependencies": {
"cordova-plugin-splashscreen": "^6.0.1",
"cordova-plugin-statusbar": "3.0.0",
"cordova-plugin-whitelist": "1.3.5",
"dom7": "^3.0.0",
"framework7": "^7.0.5",
"framework7-icons": "^5.0.5",
"monaca-plugin-monaca-core": "3.3.1",
"skeleton-elements": "^4.0.0",
"swiper": "^8.1.4"
},
"devDependencies": {
"browser-sync": "^2.26.7",
"cordova": "^11.0.0",
"cpy-cli": "^4.1.0"
}
}