-
-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathpackage.json
81 lines (81 loc) · 2.17 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "vue-smart-widget",
"version": "0.6.2",
"description": "Smart widget is a flexible and extensible content container component for Vue2.5+.",
"author": "xiaoluoboding <xiaoluoboding@gmail.com>",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --dest docs",
"lint": "vue-cli-service lint",
"build:lib": "vue-cli-service build --mode lib --target lib --dest lib src/index.js",
"bundle": "npm run build && npm run build:lib",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"report": "vue-cli-service build --mode lib --target lib --dest lib --report src/index.js"
},
"main": "lib/vue-smart-widget.common.js",
"unpkg": "lib/vue-smart-widget.umd.min.js",
"repository": {
"type": "git",
"url": "git+https://github.com/xiaoluoboding/vue-smart-widget.git"
},
"homepage": "https://github.com/xiaoluoboding/vue-smart-widget",
"files": [
"lib/*.js",
"vetur/*.json",
"LICENSE",
"README.md"
],
"keywords": [
"widget",
"card",
"panel",
"vue",
"grid",
"drag",
"draggable",
"resize",
"resizable"
],
"vetur": {
"tags": "vetur/tags.json",
"attributes": "vetur/attributes.json"
},
"license": "MIT",
"dependencies": {
"vue-grid-layout": "^2.3.11"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.5.9",
"@vue/cli-plugin-eslint": "^4.5.9",
"@vue/cli-service": "^4.5.9",
"@vue/eslint-config-standard": "^6.0.0",
"babel-eslint": "^10.1.0",
"core-js": "^3.8.2",
"echarts": "4.9.0",
"element-ui": "^2.14.1",
"eslint": "^7.17.0",
"eslint-plugin-html": "^6.1.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-vue": "^7.4.0",
"less": "^4.0.0",
"less-loader": "^7.2.1",
"v-tooltip": "^2.1.1",
"ve-charts": "^0.9.5",
"vue": "^2.6.12",
"vue-router": "^3.4.9",
"vue-template-compiler": "^2.6.12",
"vuex": "^3.6.0"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions"
]
}