-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.34 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-filter-box",
"version": "3.0.1",
"description": "vue-filter-box is a dynamic filter box base on view-design",
"homepage": "github.com/ruofee/vue-filter-box#readme",
"license": "MIT",
"author": {
"email": "[email protected]",
"name": "ruofee",
"url": "http://ruofee.cn"
},
"keywords": [
"vue",
"dynamic",
"vue-component",
"filter-box",
"component"
],
"repository": {
"type": "github",
"url": "https://github.com/ruofee/vue-filter-box"
},
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --target lib --dest lib --name vue-filter-box ./packages/index.js",
"test:unit": "vue-cli-service test:unit"
},
"main": "./lib/vue-filter-box.umd.min.js",
"typings": "types/index.d.ts",
"vetur": {
"tags": "vetur/tags.json",
"attributes": "vetur/attributes.json"
},
"peerDependencies": {
"view-design": "^4.7.0",
"vue": "^2.6.11"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.3.0",
"@vue/cli-plugin-unit-mocha": "^4.3.0",
"@vue/cli-service": "^4.3.0",
"@vue/test-utils": "1.0.0-beta.31",
"babel-plugin-import": "^1.13.0",
"chai": "^4.1.2",
"less": "^3.0.4",
"less-loader": "^5.0.0",
"view-design": "^4.7.0",
"vue": "^2.6.11",
"vue-template-compiler": "^2.6.11"
},
"dependencies": {}
}