-
Notifications
You must be signed in to change notification settings - Fork 147
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.41 KB
/
package.json
File metadata and controls
82 lines (82 loc) · 2.41 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "@patternfly/documentation-framework",
"description": "A framework to build documentation for PatternFly.",
"version": "6.5.3",
"author": "Red Hat",
"license": "MIT",
"bin": {
"pf-docs-framework": "scripts/cli/cli.js"
},
"dependencies": {
"@babel/core": "^7.24.3",
"@babel/preset-env": "^7.24.3",
"@babel/preset-react": "^7.24.1",
"@mdx-js/util": "1.6.16",
"@patternfly/ast-helpers": "^1.4.0-alpha.144",
"@reach/router": "npm:@gatsbyjs/reach-router@1.3.9",
"autoprefixer": "9.8.6",
"babel-loader": "^9.1.3",
"camelcase-css": "2.0.1",
"chokidar": "4.0.0",
"clean-webpack-plugin": "4.0.0",
"codesandbox": "2.2.0",
"commander": "4.1.1",
"copy-webpack-plugin": "11.0.0",
"css-loader": "6.7.3",
"detab": "2.0.3",
"express": "4.21.2",
"file-loader": "6.2.0",
"file-saver": "1.3.8",
"fs-extra": "9.0.1",
"glob": "9.0.0",
"handlebars": "4.7.7",
"hast-to-hyperscript": "9.0.0",
"hast-util-to-text": "2.0.0",
"html-formatter": "0.1.9",
"html-webpack-plugin": "5.5.0",
"js-yaml": "3.14.0",
"mdast-util-to-hast": "9.1.1",
"mdurl": "1.0.1",
"mini-css-extract-plugin": "2.7.5",
"null-loader": "4.0.1",
"parse-entities": "2.0.0",
"path-browserify": "1.0.1",
"postcss": "8.5.0",
"postcss-loader": "7.1.0",
"process": "^0.11.10",
"puppeteer": "^23.6.1",
"puppeteer-cluster": "^0.24.0",
"react-docgen": "5.3.1",
"react-ssr-prepass": "1.5.0",
"remark-footnotes": "1.0.0",
"remark-frontmatter": "2.0.0",
"remark-mdx": "2.0.0-next.8",
"remark-mdxjs": "2.0.0-next.8",
"remark-parse": "8.0.3",
"remark-squeeze-paragraphs": "4.0.0",
"responsive-loader": "3.1.2",
"sharp": "0.32.6",
"style-to-object": "0.3.0",
"to-vfile": "6.1.0",
"typedoc": "0.23.0",
"typescript": "4.7.4",
"unified": "9.1.0",
"unist-util-remove": "2.0.0",
"unist-util-visit": "2.0.3",
"url-loader": "4.1.0",
"vfile-reporter": "6.0.1",
"webpack": "5.76.3",
"webpack-bundle-analyzer": "4.8.0",
"webpack-cli": "5.0.1",
"webpack-dev-server": "4.13.1",
"webpack-merge": "5.8.0"
},
"peerDependencies": {
"@patternfly/patternfly": "^6.1.0",
"@patternfly/react-code-editor": "^6.1.0",
"@patternfly/react-core": "^6.1.0",
"@patternfly/react-table": "^6.1.0",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
}
}