-
-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.88 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.88 KB
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
{
"name": "crd-scripts",
"version": "1.10.3",
"description": "Scripts using with Create React Doc",
"main": "index.js",
"dependencies": {
"@mdx-js/loader": "^1.6.22",
"@nuxtjs/friendly-errors-webpack-plugin": "^2.0.2",
"babel-eslint": "^8.0.1",
"chalk": "^4.1.0",
"colors-cli": "^1.0.13",
"copy-markdown-image-webpack-plugin": "^2.0.0",
"copy-template-dir": "^1.3.0",
"crd-client-utils": "^1.8.2",
"crd-generator-sitemap": "^1.3.4",
"crd-prerender-spa-plugin": "^0.2.0",
"crd-theme": "^1.10.3",
"crd-utils": "^1.5.0",
"css-loader": "^0.28.7",
"css-minimizer-webpack-plugin": "^1.2.0",
"detect-port": "^1.2.2",
"esbuild-loader": "^2.20.0",
"eslint": "^7.11.0",
"eslint-loader": "^4.0.2",
"file-loader": "^1.1.11",
"fs-extra": "^5.0.0",
"gh-pages": "^1.2.0",
"html-webpack-plugin": "^4.5.1",
"less-loader": "^7.2.1",
"loading-cli": "^1.0.6",
"local-ip-url": "^1.0.1",
"mini-css-extract-plugin": "^0.4.0",
"open-browsers": "^1.1.1",
"path-browserify": "^1.0.1",
"postcss-flexbugs-fixes": "^3.3.1",
"postcss-loader": "^2.0.9",
"process": "^0.11.10",
"rehype-katex": "^5.0.0",
"remark-math": "^3.0.1",
"rimraf": "^2.6.2",
"string-replace-loader": "^3.0.1",
"style-loader": "^0.19.1",
"upath": "^1.0.2",
"url-replace-loader": "^1.0.0",
"webpack": "^5.12.2",
"webpack-dev-middleware": "^3.7.1",
"webpack-dev-server": "^5.2.2",
"webpack-hot-dev-clients": "^1.0.4",
"webpackbar": "^4.0.0",
"write": "^1.0.3",
"yamljs": "^0.3.0"
},
"repository": {
"type": "git",
"url": "https://github.com/MuYunyun/create-react-doc",
"directory": "packages/scripts"
},
"keywords": [],
"publishConfig": {
"access": "public"
},
"author": "muyunyun",
"license": "MIT",
"gitHead": "ffc5e4cbc94a7356da558c2dbf46e2f39bb8b199"
}