-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 1.78 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
70
71
72
73
74
75
{
"name": "md-doc-block",
"version": "1.0.3",
"description": "代码块文档管理",
"main": "index.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"webpack"
],
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 10"
],
"authors": {
"name": "yubin",
"email": "[email protected]"
},
"license": "ISC",
"bin": {
"doc": "bin/index.js"
},
"dependencies": {
"address": "^1.1.2",
"assert": "^2.0.0",
"chalk": "^4.1.1",
"cheerio": "^1.0.0-rc.10",
"ejs": "^3.1.6",
"friendly-errors-webpack-plugin": "^1.7.0",
"fs-extra": "^10.0.0",
"inquirer": "^8.1.0",
"lodash": "^4.17.21",
"marked": "^2.0.7",
"md-doc-plug": "^1.0.3",
"pkg-up": "^3.1.0",
"resolve": "^1.20.0",
"spinnies": "^0.5.1",
"tapable": "^2.2.0",
"webpack": "^5.38.1",
"webpack-chain": "^6.5.1",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^5.7.3",
"webpackbar": "^5.0.0-3",
"yargs-parser": "^20.2.7"
},
"devDependencies": {
"@types/ejs": "^3.0.6",
"@types/fs-extra": "^9.0.11",
"@types/inquirer": "^7.3.1",
"@types/lodash": "^4.14.170",
"@types/marked": "^2.0.3",
"@types/node": "^15.6.1",
"@types/resolve": "^1.20.0",
"@types/webpack": "^5.28.0",
"@types/webpack-dev-server": "^3.11.4",
"@types/webpack-merge": "^5.0.0",
"@types/yargs-parser": "^20.2.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-es2015": "^6.24.1",
"clipboard": "^2.0.8",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-less": "^4.0.1",
"gulp-minify-css": "^1.2.4",
"gulp-uglify": "^3.0.2",
"webpack-stream": "^6.1.2"
}
}