-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.11 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
{
"name": "vue-menu-sidebar",
"version": "0.1.3",
"description": " A vue-based sidebar tool that supports menu switching. 一个基于 vue 的支持菜单切换的侧边栏工具。",
"main": "lib/index.js",
"scripts": {
"build": "rollup -c",
"dev": "webpack-dev-server --inline --progress --config webpack.config.js",
"lint": "eslint --ext .js,.vue src",
"format": "prettier --config ./.prettierrc.yaml --write '**/*.{js,bue,css,scss}'",
"precommit": "pretty-quick --staged"
},
"repository": {
"type": "git",
"url": "git+https://github.com/txs1992/vue-menu-sidebar.git"
},
"keywords": [
"vue-sidebar",
"vueSidebar",
"menuSidebar",
"vueMenuSidebar",
"vue-menu-sidebar"
],
"author": "txs1992",
"license": "MIT",
"bugs": {
"url": "https://github.com/txs1992/vue-menu-sidebar/issues"
},
"homepage": "https://github.com/txs1992/vue-menu-sidebar#readme",
"devDependencies": {
"@babel/core": "^7.3.4",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"clean-webpack-plugin": "^1.0.1",
"css-loader": "^2.1.0",
"eslint": "^5.15.0",
"eslint-config-prettier": "^4.1.0",
"eslint-config-standard": "^12.0.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^2.1.2",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^5.2.2",
"express": "^4.16.4",
"html-webpack-plugin": "^3.2.0",
"node-sass": "^4.11.0",
"prettier": "^1.16.4",
"pretty-quick": "^1.10.0",
"rollup": "^1.4.1",
"rollup-plugin-commonjs": "^9.2.1",
"rollup-plugin-postcss": "^2.0.3",
"rollup-plugin-terser": "^4.0.4",
"rollup-plugin-vue": "^4.7.2",
"sass-loader": "^7.1.0",
"vue-loader": "^15.7.0",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.8",
"webpack": "^4.29.6",
"webpack-cli": "^3.2.3",
"webpack-dev-middleware": "^3.6.0",
"webpack-dev-server": "^3.2.1"
},
"dependencies": {
"vue": "^2.6.8"
}
}