-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.68 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.68 KB
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
{
"name": "CordovaFramework7VueWebpackTemplate",
"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": "^0.22.0",
"chokidar": "^1.6.1",
"clean-webpack-plugin": "^0.1.15",
"css-loader": "^0.27.3",
"device.js": "git+https://github.com/matthewhudson/device.js.git",
"epipebomb": "^1.0.0",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.10.1",
"html-loader": "^0.4.5",
"html-webpack-plugin": "^2.28.0",
"node-sass": "^4.5.0",
"path": "^0.12.7",
"sass-loader": "^6.0.3",
"style-loader": "^0.13.2",
"svg-url-loader": "^2.0.2",
"uglify-js": "git+https://github.com/mishoo/UglifyJS2.git#harmony-v2.8.22",
"uglifyjs-webpack-plugin": "^0.3.0",
"url-loader": "^0.5.8",
"vue-hot-reload-api": "^2.0.11",
"vue-html-loader": "^1.2.4",
"vue-loader": "^11.1.4",
"vue-style-loader": "^3.0.1",
"vue-template-compiler": "^2.2.4",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.4.1"
},
"dependencies": {
"cordova-ios": "^4.4.0",
"cordova-plugin-whitelist": "^1.3.2",
"framework7": "^1.5.4",
"framework7-vue": "^0.8.5",
"vue": "^2.2.4"
},
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {}
},
"platforms": [
"ios"
]
}
}