-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 2.07 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 2.07 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
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "com.phonegap.graphify",
"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": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.0",
"babel-preset-stage-3": "^6.24.1",
"cheerio": "^1.0.0-rc.2",
"chokidar": "^1.6.1",
"clean-webpack-plugin": "^0.1.15",
"cross-env": "^5.0.5",
"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.13.1",
"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": "^3.1.11"
},
"dependencies": {
"apollo-cache-inmemory": "^1.1.4",
"apollo-client": "^2.0.4",
"apollo-link-http": "^1.3.2",
"cordova-ios": "4.5.4",
"cordova-plugin-whitelist": "1",
"framework7": "^1.6.5",
"framework7-icons": "^0.8.9",
"framework7-vue": "^0.9.2",
"graphql": "^0.11.7",
"graphql-tag": "^2.6.1",
"loglevel": "^1.4.1",
"vue": "^2.2.4",
"vue-apollo": "^3.0.0-alpha.2",
"vue-markdown": "^2.2.4",
"vue-router": "^3.0.1"
},
"displayName": "graphify",
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {}
}
}
}