-
Notifications
You must be signed in to change notification settings - Fork 381
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.56 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.56 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
{
"name": "@patternfly/react-docs",
"description": "PatternFly React Docs",
"version": "7.5.0-prerelease.58",
"publishConfig": {
"access": "public",
"tag": "prerelease"
},
"repository": {
"type": "git",
"url": "https://github.com/patternfly/patternfly-react.git"
},
"author": "Red Hat",
"license": "MIT",
"scripts": {
"analyze": "yarn build:docs --analyze",
"build:docs": "pf-docs-framework build all",
"clean": "rimraf cache public static/assets static/base.css src/generated",
"develop": "yarn start",
"start": "pf-docs-framework start",
"serve": "pf-docs-framework serve public",
"screenshots": "pf-docs-framework screenshots --urlPrefix http://localhost:5000",
"test:a11y": "patternfly-a11y --config patternfly-a11y.config"
},
"dependencies": {
"@patternfly/patternfly": "6.5.0-prerelease.65",
"@patternfly/react-charts": "workspace:^",
"@patternfly/react-code-editor": "workspace:^",
"@patternfly/react-core": "workspace:^",
"@patternfly/react-drag-drop": "workspace:^",
"@patternfly/react-icons": "workspace:^",
"@patternfly/react-styles": "workspace:^",
"@patternfly/react-table": "workspace:^",
"@patternfly/react-templates": "workspace:^",
"@patternfly/react-tokens": "workspace:^",
"echarts": "^5.6.0 || ^6.0.0",
"victory": "^37.3.6"
},
"devDependencies": {
"@patternfly/documentation-framework": "^6.36.8",
"@patternfly/patternfly-a11y": "5.1.0"
},
"keywords": [
"gatsby"
],
"browserslist": [
"last 2 versions",
"not ie <= 11"
]
}