-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
56 lines (56 loc) · 1.31 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
{
"name": "one-vue",
"version": "1.0.0",
"description": "one app build with framework7 and vue2.0.x",
"main": "index.js",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --inline --hot",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
},
"keywords": [
"vue",
"vuejs",
"mobile",
"framework",
"framework7",
"ios",
"iphone",
"ipad",
"apple",
"phonegap",
"touch",
"app",
"f7",
"material",
"android"
],
"author": "gongph",
"repository": "git@github.com:gongph/one-vue.git",
"license": "MIT",
"dependencies": {
"axios": "^0.16.2",
"framework7": "^1.6.4",
"framework7-icons": "^0.8.9",
"framework7-vue": "^0.9.2",
"jquery": "^3.2.1",
"vue": "^2.3.4",
"vuex": "^2.3.1"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"cross-env": "^5.0.1",
"css-loader": "^0.28.4",
"file-loader": "^0.11.2",
"less": "^2.7.2",
"less-loader": "^4.0.4",
"style-loader": "^0.18.2",
"url-loader": "^0.5.9",
"vue-loader": "^12.2.1",
"vue-template-compiler": "^2.3.4",
"webpack": "^3.0.0",
"webpack-dev-server": "^2.5.0"
}
}