-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 1.98 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
{
"name": "com.slingshot.www",
"version": "1.0.0",
"description": "Brand new cordova project with framework7 - vue - webpack!",
"scripts": {
"dev": "cordova run browser -- --live-reload",
"my-init": "echo '--init--' & cordova platform add [email protected]",
"dist": "cordova run android"
},
"keywords": [
"ecosystem:cordova"
],
"license": "ISC",
"devDependencies": {
"babel-core": "6.26.3",
"babel-loader": "7.1.5",
"babel-plugin-syntax-dynamic-import": "6.18.0",
"babel-plugin-transform-object-rest-spread": "6.26.0",
"babel-plugin-transform-runtime": "6.23.0",
"babel-preset-env": "1.7.0",
"cheerio": "1.0.0-rc.3",
"chokidar": "3.1.1",
"clean-webpack-plugin": "3.0.0",
"cordova": "10.0.0",
"cordova-browser": "6.0.0",
"cordova-plugin-whitelist": "1.3.5",
"css-loader": "3.2.0",
"current-device": "0.10.0",
"epipebomb": "1.0.0",
"extract-text-webpack-plugin": "4.0.0-beta.0",
"file-loader": "5.0.2",
"html-loader": "0.5.5",
"html-webpack-plugin": "3.2.0",
"path": "0.12.7",
"sass": "1.23.0",
"sass-loader": "8.0.2",
"style-loader": "1.0.0",
"svg-url-loader": "3.0.2",
"terser-webpack-plugin": "2.1.0",
"url-loader": "3.0.0",
"vue-hot-reload-api": "2.3.4",
"vue-html-loader": "1.2.4",
"vue-loader": "15.7.1",
"vue-style-loader": "4.1.2",
"vue-template-compiler": "2.6.10",
"webpack": "4.40.2",
"webpack-cli": "3.3.9",
"webpack-dev-server": "3.8.1",
"webpack-merge": "4.2.2"
},
"dependencies": {
"@fortawesome/fontawesome-free": "5.11.1",
"fastclick": "1.0.6",
"framework7": "5.3.0",
"framework7-icons": "3.0.0",
"framework7-vue": "5.3.0",
"loglevel": "1.6.4",
"material-design-icons": "3.0.1",
"matter-js": "0.17.1",
"vue": "2.6.10",
"vuex": "3.1.1"
},
"displayName": "弹弓游戏",
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {}
},
"platforms": [
"browser"
]
}
}