forked from lmk123/vue-framework7
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (54 loc) · 1.48 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": "vue-framework7",
"version": "0.1.0",
"description" : "Framework7 components built with Vue.js",
"main": "./components/index.js",
"keywords": [
"vue",
"framework7",
"component"
],
"files": [
"components"
],
"repository": {
"type": "git",
"url": "git+https://github.com/lmk123/vue-framework7.git"
},
"scripts": {
"start": "webpack-dev-server --inline --open --config build/webpack.dev.config.js",
"build": "webpack --config build/webpack.build.config.js",
"deploy": "npm run build && npm pub && gh-pages -d dist -a"
},
"dependencies": {
"framework7": "^1.4.2"
},
"devDependencies": {
"vue": "^1.0.21",
"fs-extra": "^0.30.0",
"gh-pages": "^0.11.0",
"fastclick": "^1.0.6",
"vue-router": "^0.7.13",
"babel-core": "^6.7.6",
"babel-plugin-transform-runtime": "^6.7.5",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-3": "^6.5.0",
"babel-loader": "^6.2.4",
"vue-loader": "^8.2.2",
"vue-style-loader": "^1.0.0",
"vue-html-loader": "^1.2.2",
"file-loader": "^0.8.5",
"css-loader": "^0.23.1",
"style-loader": "^0.13.0",
"html-webpack-plugin": "^2.14.0",
"extract-text-webpack-plugin": "^1.0.1",
"webpack-dev-server": "^1.14.1",
"webpack": "^1.12.14"
},
"author": "Milk Lee <milk.lee@qq.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/lmk123/vue-framework7/issues"
},
"homepage": "https://github.com/lmk123/vue-framework7#readme"
}