-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.01 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
{
"name": "vue-vui",
"version": "0.3.0",
"description": "基于 Vue.js 的 UI 组件库",
"main": "dist/vue-vui.js",
"scripts": {
"watch": "webpack --watch",
"test": "npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/missyliu/vue-vui.git"
},
"keywords": [
"vue"
],
"author": "missyliu",
"license": "MIT",
"bugs": {
"url": "https://github.com/missyliu/vue-vui/issues"
},
"homepage": "https://github.com/missyliu/vue-vui#readme",
"devDependencies": {
"babel-core": "^6.11.4",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-runtime": "^6.9.2",
"css-loader": "^0.24.0",
"node-sass": "^3.8.0",
"sass-loader": "^4.0.0",
"vue-hot-reload-api": "^1.3.3",
"vue-html-loader": "^1.2.3",
"vue-loader": "^8.5.3",
"vue-style-loader": "^1.0.0",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
"vue": "^1.0.26"
}
}