forked from creatshare/vue-mui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.3 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
{
"name": "vue-mui",
"version": "2.0.0",
"description": "mobile components for Vue.js",
"main": "src/index.js",
"devDependencies": {
"babel-core": "^6.1.21",
"babel-loader": "^6.1.0",
"babel-plugin-transform-runtime": "^6.1.18",
"babel-preset-es2015": "^6.1.18",
"babel-preset-stage-0": "^6.1.18",
"babel-runtime": "^6.1.18",
"css-loader": "^0.21.0",
"file-loader": "^0.8.4",
"less": "^2.5.3",
"less-loader": "^2.2.2",
"style-loader": "^0.13.0",
"template-html-loader": "0.0.3",
"vue-hot-reload-api": "^1.2.1",
"vue-html-loader": "^1.0.0",
"vue-loader": "^7.0.3",
"webpack": "^1.12.6",
"webpack-dev-server": "^1.12.1"
},
"dependencies": {
"vue": "^1.0.8"
},
"scripts": {
"dev": "webpack-dev-server --inline --hot --quiet",
"build": "export NODE_ENV=production && webpack --progress --hide-modules"
},
"author": "mennghao",
"license": "MIT",
"directories": {
"example": "example"
},
"repository": {
"type": "git",
"url": "https://github.com/mennghao/vue-mui.git"
},
"keywords": [
"vue",
"vue-components",
"vue-mui",
"vue-mobile",
"mobile components"
],
"bugs": {
"url": "https://github.com/mennghao/vue-mui/issues"
},
"homepage": "https://github.com/mennghao/vue-mui"
}