-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 952 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
35
36
{
"name": "vue2-admin-cli",
"version": "1.0.4",
"description": "vue2-admin-cli是vue-admin的cli脚手架工具,支持快速搭建企业级中后台项目模板",
"main": "./bin/index.js",
"bin": {
"vue2-admin-cli": "./bin/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/szqlovepk/vue2-admin-cli.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/szqlovepk/vue2-admin-cli/issues"
},
"homepage": "https://github.com/szqlovepk/vue2-admin-cli#readme",
"dependencies": {
"chalk": "^3.0.0",
"co": "^4.6.0",
"commander": "^4.1.1",
"download": "^8.0.0",
"fs-extra": "^9.0.1",
"handlebars": "^4.7.6",
"inquirer": "^7.3.3",
"log-symbols": "^3.0.0",
"ora": "^5.1.0",
"thunkify": "^2.1.2",
"update-notifier": "^4.1.1"
}
}