-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 879 Bytes
/
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
{
"name": "@codercy1995/example-cli",
"version": "2.0.5",
"description": "Command line interface for Vue.js",
"license": "MIT",
"author": "coderCy",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/Greency/example-cli.git"
},
"bugs": {
"url": "https://github.com/Greency/example-cli/issues"
},
"homepage": "https://github.com/Greency/example-cli#readme",
"bin": {
"example-cli": "./bin/index.js"
},
"keywords": [
"vue"
],
"dependencies": {
"commander": "^2.20.0",
"execa": "^2.0.3",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"fs-extra": "^8.1.0",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.7.0",
"vue-loader": "^15.7.0",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.35.3",
"webpack-dev-server": "^3.7.2",
"webpack-merge": "^4.2.1"
}
}