-
Notifications
You must be signed in to change notification settings - Fork 27
/
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": "amazeui-vue",
"version": "0.3.2",
"author": "zcoding",
"description": "Amaze UI components built with vue.js",
"main": "src/main.js",
"directories": {
"src": "src",
"example": "examples",
"doc": "doc"
},
"scripts": {
"dev": "webpack-dev-server --progress --inline --hot --config scripts/webpack.dev.js --content-base examples-dev/ --port 9999",
"build": "webpack --progress --config scripts/webpack.build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zcoding/amazeui-vue.git"
},
"keywords": [
"vue",
"vue.js",
"AMUI",
"Amaze UI",
"components",
"mvvm",
"front-end",
"stylus",
"plugin"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/zcoding/amazeui-vue/issues"
},
"homepage": "https://github.com/zcoding/amazeui-vue#readme",
"devDependencies": {
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"css-loader": "^0.23.1",
"vue": "^1.0.24",
"vue-hot-reload-api": "^1.3.2",
"vue-html-loader": "^1.2.2",
"vue-loader": "^8.4.0",
"vue-router": "^0.7.13",
"vue-style-loader": "^1.0.0",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1"
},
"peerDependencies": {},
"dependencies": {}
}