FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
patternfly-react/package.json at patternfly-3 · patternfly/patternfly-react · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
patternfly
/
patternfly-react
Public
Notifications
You must be signed in to change notification settings
Fork
392
Star
862
Code
Issues
215
Pull requests
24
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
patternfly-react
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
97 lines (97 loc) · 2.95 KB
Breadcrumbs
patternfly-react
/
package.json
Copy path
File metadata and controls
97 lines (97 loc) · 2.95 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name"
:
"
@patternfly/react-lerna-root
"
,
"private"
:
true
,
"version"
:
"
0.0.0
"
,
"description"
:
"
This library provides a set of common React components for use with the PatternFly reference implementation.
"
,
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
https://github.com/patternfly/patternfly-react.git
"
},
"engines"
: {
"node"
:
"
>=8.9.0
"
,
"npm"
:
"
>=5.5.1
"
,
"yarn"
:
"
>=1.6.0
"
},
"keywords"
: [
"
react
"
,
"
patternfly
"
,
"
component
"
,
"
library
"
],
"author"
:
"
Red Hat
"
,
"license"
:
"
MIT
"
,
"bugs"
: {
"url"
:
"
https://github.com/patternfly/patternfly-react/issues
"
},
"homepage"
:
"
https://github.com/patternfly/patternfly-react#readme
"
,
"devDependencies"
: {
"@octokit/rest"
:
"
^16.39.0
"
,
"@babel/core"
:
"
^7.0.0
"
,
"@storybook/addon-actions"
:
"
^5.1.11
"
,
"@storybook/addon-info"
:
"
^5.1.11
"
,
"@storybook/addon-knobs"
:
"
^5.1.11
"
,
"@storybook/addon-links"
:
"
^5.1.11
"
,
"@storybook/addon-options"
:
"
^5.1.11
"
,
"@storybook/addon-storysource"
:
"
^5.1.11
"
,
"@storybook/addon-viewport"
:
"
^5.1.11
"
,
"@storybook/addons"
:
"
^5.1.11
"
,
"@storybook/core"
:
"
^5.1.11
"
,
"@storybook/react"
:
"
^5.1.11
"
,
"babel-jest"
:
"
^25.0.0
"
,
"babel-loader"
:
"
^8.0.6
"
,
"change-case"
:
"
^3.0.2
"
,
"codecov"
:
"
^3.2.0
"
,
"commitizen"
:
"
^3.0.7
"
,
"concurrently"
:
"
^3.5.1
"
,
"cz-conventional-changelog"
:
"
^2.1.0
"
,
"enzyme"
:
"
^3.11.0
"
,
"enzyme-adapter-react-16"
:
"
^1.15.2
"
,
"enzyme-to-json"
:
"
^3.4.4
"
,
"fs-extra"
:
"
^6.0.1
"
,
"glob"
:
"
^7.1.2
"
,
"jest"
:
"
^25.0.0
"
,
"jest-cli"
:
"
^25.0.0
"
,
"lerna"
:
"
3.16.2
"
,
"minimist"
:
"
^1.2.0
"
,
"mutation-observer"
:
"
^1.0.3
"
,
"plop"
:
"
^2.0.0
"
,
"prettier"
:
"
^1.18.2
"
,
"prop-types"
:
"
^15.6.1
"
,
"react"
:
"
^16.3.2
"
,
"react-axe"
:
"
^3.0.2
"
,
"react-dom"
:
"
^16.3.2
"
,
"sass-loader"
:
"
^6.0.6
"
,
"stylelint"
:
"
^9.10.1
"
,
"stylelint-config-standard"
:
"
^18.2.0
"
,
"surge"
:
"
^0.21.3
"
},
"scripts"
: {
"bootstrap"
:
"
lerna bootstrap
"
,
"build"
:
"
node scripts/incrementalBuild.js
"
,
"build:storybook"
:
"
build-storybook -c storybook -o .out
"
,
"clean"
:
"
yarn clean:build && lerna run clean --parallel
"
,
"clean:build"
:
"
rimraf .cache
"
,
"commit"
:
"
git-cz
"
,
"generate"
:
"
yarn plop
"
,
"lint:style"
:
"
stylelint
\"
packages/**/sass/**/*.scss
\"
\"
!**/dist/**/*.scss
\"
"
,
"prettier"
:
"
node node_modules/.bin/prettier --write
\"
storybook/**/*.{js,ts,tsx}
\"
\"
packages/**/*.{js,ts,tsx}
\"
\"
scripts/**/*.{js,ts,tsx}
\"
"
,
"start"
:
"
yarn start:pf3
"
,
"start:cypress"
:
"
lerna run cypress:open
"
,
"start:pf3"
:
"
yarn storybook
"
,
"storybook"
:
"
start-storybook -c storybook -p 6006
"
,
"test"
:
"
jest packages
"
,
"test:current"
:
"
jest --watch
"
,
"test:watch"
:
"
jest --watchAll
"
,
"uninstall"
:
"
find . -name node_modules -type d | xargs rm -rf
"
},
"config"
: {
"commitizen"
: {
"path"
:
"
node_modules/cz-conventional-changelog
"
}
},
"workspaces"
: {
"packages"
: [
"
packages/**
"
]
}
}
Back
|
FazBrowse Home
|
New Git URL