-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.87 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
{
"name": "com.example.moviesbuster",
"version": "1.0.0",
"description": "Brand new cordova project with framework7 - vue - webpack!",
"scripts": {
"default": "echo \"There is no scripts you can run with npm run command.\" && exit 1"
},
"keywords": [
"ecosystem:cordova"
],
"license": "ISC",
"devDependencies": {
"cheerio": "^1.0.0-rc.2",
"chokidar": "^1.6.1",
"clean-webpack-plugin": "^0.1.15",
"css-loader": "^0.28.4",
"current-device": "^0.6.0",
"epipebomb": "^1.0.0",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^1.1.5",
"html-loader": "^0.5.1",
"html-webpack-plugin": "^2.28.0",
"node-sass": "^4.5.0",
"path": "^0.12.7",
"sass-loader": "^6.0.3",
"style-loader": "^0.19.0",
"svg-url-loader": "^2.0.2",
"uglify-js": "^3.2.0",
"uglifyjs-webpack-plugin": "^1.1.1",
"url-loader": "^0.6.2",
"vue-hot-reload-api": "^2.0.11",
"vue-html-loader": "^1.2.4",
"vue-loader": "^12.2.2",
"vue-style-loader": "^3.0.1",
"vue-template-compiler": "^2.2.4",
"webpack": "^3.3.0",
"webpack-dev-server": "^2.4.1"
},
"dependencies": {
"axios": "^0.18.0",
"cordova-android": "^7.0.0",
"cordova-browser": "^5.0.3",
"cordova-plugin-whitelist": "^1.3.3",
"framework7": "^1.6.5",
"framework7-icons": "^0.8.9",
"framework7-vue": "^0.9.2",
"loglevel": "^1.4.1",
"photoswipe": "^4.1.2",
"swiper": "^4.1.6",
"vue": "^2.2.4",
"vue-js-popover": "^1.1.7"
},
"displayName": "MoviesBuster",
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {}
},
"platforms": [
"browser",
"android"
]
}
}