-
Notifications
You must be signed in to change notification settings - Fork 1
/
package_copy.json
52 lines (52 loc) · 1.47 KB
/
package_copy.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": "bd-admin",
"version": "1.0.12",
"description": "一款能根据需求快速配置vue后台管理的脚手架",
"main": "index.ts",
"type": "module",
"scripts": {
"bd": "npm run build & npm run dev",
"dev": "npm link & npm run clear:test & npm run cli",
"build": " npm run clear:build && tsc && node index.js",
"cli": "admin-cli-dev create test",
"clear:test": "rimraf test",
"clear:build": "rimraf build",
"file": "node index.js",
"prettier": "prettier --write ."
},
"bin": {
"admin-cli": "./index.js"
},
"keywords": ["vue", "admin", "自动构建", "后台管理", "脚手架", "多版本"],
"author": {
"name": "lhp",
"email": "1374487808@qq.com",
"url": "https://github.com/lhpCode/bd-admin"
},
"bugs": "https://github.com/lhpCode/bd-admin/issues",
"repository": "https://github.com/lhpCode/bd-admin",
"homepage": "https://github.com/lhpCode/bd-admin",
"license": "ISC",
"devDependencies": {
"eslint": "^8.57.0",
"rimraf": "^5.0.5",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"dependencies": {
"chalk": "^5.3.0",
"commander": "^12.0.0",
"ejs": "^3.1.9",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"execa": "^8.0.1",
"figlet": "^1.7.0",
"fs-extra": "^11.2.0",
"globby": "^14.0.1",
"handlebars": "^4.7.8",
"inquirer": "^9.2.15",
"module-alias": "^2.2.3",
"ora": "^8.0.1",
"pacote": "^17.0.6"
}
}