-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
83 lines (83 loc) · 2.23 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
82
83
{
"name": "vue-tab-component",
"version": "1.6.4",
"description": "easy tabs component",
"main": "dist/vue-tabs.min.js",
"scripts": {
"dev": "node build-test/dev-server.js",
"build:dev": "node ./build/build.dev.js",
"build": "node ./build/build.js",
"lint": "./node_modules/.bin/eslint --fix --ext .js,.vue src",
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/qq240814476/vue-tab-component.git"
},
"author": "malin",
"license": "MIT",
"bugs": {
"url": "https://github.com/qq240814476/vue-tab-component/issues"
},
"homepage": "https://github.com/qq240814476/vue-tab-component#readme",
"engines": {
"node": ">= 10.15.0",
"npm": ">= 6.0.0"
},
"keywords": [
"vue-tab",
"vue-tab-component",
"DOM render",
"light tab",
"ml",
"left-tab",
"right-tab",
"tabPosition",
"left",
"right",
"vue",
"vue-components"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"view-design": "^4.0.2",
"vue": "^2.6.10",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.30.0",
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"babel-loader": "^8.0.5",
"connect-history-api-fallback": "^1.6.0",
"css-loader": "^2.1.1",
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^5.2.2",
"eventsource-polyfill": "^0.9.6",
"express": "^4.17.1",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^4.2.0",
"friendly-errors-webpack-plugin": "^1.7.0",
"html-webpack-plugin": "^3.2.0",
"http-proxy-middleware": "^0.20.0",
"opn": "^6.0.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"ora": "^3.4.0",
"shelljs": "^0.8.3",
"style-loader": "^0.23.1",
"terser-webpack-plugin": "^1.2.3",
"url-loader": "^2.2.0",
"vue-loader": "^15.7.0",
"webpack-dev-middleware": "^3.7.2",
"webpack-hot-middleware": "^2.25.0",
"webpack-merge": "^4.2.1"
}
}