-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
58 lines (58 loc) · 1.56 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
{
"name": "best",
"version": "1.0.0",
"description": "",
"main": "index.js",
"bin": {
"best": "bin/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yanghuanrong/BsetCli.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/yanghuanrong/BsetCli/issues"
},
"homepage": "https://github.com/yanghuanrong/BsetCli#readme",
"dependencies": {
"@soda/friendly-errors-webpack-plugin": "^1.8.0",
"chalk": "^4.1.2",
"chokidar": "^3.5.2",
"commander": "^8.1.0",
"css-loader": "^6.2.0",
"css-minimizer-webpack-plugin": "^3.1.1",
"download-git-repo": "^3.0.2",
"ejs": "^3.1.6",
"fs-extra": "^10.0.0",
"glob": "^7.2.0",
"gray-matter": "^4.0.3",
"highlight.js": "^11.2.0",
"html-webpack-plugin": "^5.3.2",
"inquirer": "^8.1.2",
"less": "^4.1.1",
"less-loader": "^10.0.1",
"loader-utils": "^2.0.0",
"markdown-it": "^12.2.0",
"markdown-it-container": "^3.0.0",
"mini-css-extract-plugin": "^2.4.2",
"ora": "5.4.1",
"portfinder": "^1.0.28",
"progress-bar-webpack-plugin": "^2.1.0",
"style-loader": "^3.2.1",
"style-resources-loader": "^1.4.1",
"terser-webpack-plugin": "^5.2.4",
"validate-npm-package-name": "^3.0.0",
"vue-loader": "^15.9.8",
"vue-template-compiler": "^2.6.14",
"webpack": "^5.52.0",
"webpack-dev-middleware": "^5.0.0",
"webpack-dev-server": "^4.1.0",
"webpack-merge": "^5.8.0"
}
}