-
Notifications
You must be signed in to change notification settings - Fork 147
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 2.18 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 2.18 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
{
"name": "patternfly-org",
"description": "Documentation for PatternFly.",
"private": true,
"version": "4.21.4",
"author": "Red Hat",
"license": "MIT",
"scripts": {
"analyze": "pf-docs-framework build all --analyze",
"build": "yarn build:ts && pf-docs-framework build all",
"build:server": "pf-docs-framework build server",
"build:client": "pf-docs-framework build client",
"build:ts": "tsc --project patternfly-docs/content/foundations-and-styles/styles/motion/tsconfig.json && tsc --project patternfly-docs/content/AI/Compass/tsconfig.json",
"clean": "rimraf -rf .cache public size-plugin.json patternfly-docs/generated/**/*.js",
"develop": "yarn build:ts && pf-docs-framework start",
"generate": "pf-docs-framework generate",
"test:a11y": "patternfly-a11y --config patternfly-a11y.config",
"screenshots": "pf-docs-framework screenshots"
},
"dependencies": {
"@patternfly/chatbot": "6.5.0-prerelease.26",
"@patternfly/design-tokens": "1.14.6",
"@patternfly/documentation-framework": "workspace:*",
"@patternfly/quickstarts": "6.4.0",
"@patternfly/react-catalog-view-extension": "6.3.0-prerelease.2",
"@patternfly/react-charts": "8.5.0-prerelease.9",
"@patternfly/react-component-groups": "6.4.0-prerelease.10",
"@patternfly/react-console": "6.1.0",
"@patternfly/react-data-view": "6.4.0-prerelease.8",
"@patternfly/react-docs": "7.5.0-prerelease.26",
"@patternfly/react-icons": "6.5.0-prerelease.11",
"@patternfly/react-log-viewer": "6.3.0",
"@patternfly/react-topology": "6.5.0-prerelease.3",
"@patternfly/react-user-feedback": "6.2.0",
"@patternfly/react-virtualized-extension": "6.1.0",
"@xyflow/react": "^12.9.0",
"echarts": "^5.6.0",
"file-saver": "^2.0.5",
"marked": "^15.0.7",
"monaco-editor": "^0.55.0-rc",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0",
"victory": "^37.3.6"
},
"devDependencies": {
"@patternfly/patternfly-a11y": "5.0.0",
"classnames": "^2.2.5",
"fs-extra": "^11.1.0",
"glob": "^8.1.0",
"react-jss": "^10.9.2",
"react-router": "^6.3.0",
"react-router-dom": "^6.3.0",
"typescript": "^5.4.5"
}
}