FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
patternfly-react-seed/package.json at main · codequester/patternfly-react-seed · GitHub
codequester
/
patternfly-react-seed
Public
forked from
patternfly/patternfly-react-seed
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
patternfly-react-seed
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
90 lines (90 loc) · 3.26 KB
Breadcrumbs
patternfly-react-seed
/
package.json
Copy path
File metadata and controls
90 lines (90 loc) · 3.26 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
{
"name"
:
"
patternfly-seed
"
,
"version"
:
"
0.0.2
"
,
"description"
:
"
An open source build scaffolding utility for web apps.
"
,
"repository"
:
"
https://github.com/patternfly/patternfly-react-seed.git
"
,
"homepage"
:
"
https://patternfly-react-seed.surge.sh
"
,
"license"
:
"
MIT
"
,
"private"
:
true
,
"scripts"
: {
"prebuild"
:
"
npm run type-check && npm run clean
"
,
"dr:surge"
:
"
node dr-surge.js
"
,
"build"
:
"
webpack --config webpack.prod.js && npm run dr:surge
"
,
"start"
:
"
sirv dist --cors --single --host --port 8080
"
,
"start:dev"
:
"
webpack serve --color --progress --config webpack.dev.js
"
,
"test"
:
"
jest
"
,
"test:watch"
:
"
jest --watch
"
,
"test:coverage"
:
"
jest --coverage
"
,
"eslint"
:
"
eslint --ext .tsx,.js ./src/
"
,
"lint"
:
"
npm run eslint
"
,
"format"
:
"
prettier --check --write ./src/**/*.{tsx,ts}
"
,
"type-check"
:
"
tsc --noEmit
"
,
"ci-checks"
:
"
npm run type-check && npm run lint && npm run test:coverage
"
,
"build:bundle-profile"
:
"
webpack --config webpack.prod.js --profile --json > stats.json
"
,
"bundle-profile:analyze"
:
"
npm run build:bundle-profile && webpack-bundle-analyzer ./stats.json
"
,
"clean"
:
"
rimraf dist
"
,
"storybook"
:
"
start-storybook -p 6006
"
,
"build:storybook"
:
"
build-storybook
"
},
"devDependencies"
: {
"@redhat-cloud-services/eslint-config-redhat-cloud-services"
:
"
^1.3.0
"
,
"@storybook/addon-actions"
:
"
^7.0.27
"
,
"@storybook/addon-info"
:
"
^5.3.21
"
,
"@storybook/addon-knobs"
:
"
^7.0.2
"
,
"@storybook/addon-links"
:
"
^7.0.27
"
,
"@storybook/addons"
:
"
^7.0.27
"
,
"@storybook/react"
:
"
^7.0.27
"
,
"@testing-library/jest-dom"
:
"
^5.16.5
"
,
"@testing-library/react"
:
"
^14.0.0
"
,
"@testing-library/user-event"
:
"
14.4.3
"
,
"@types/jest"
:
"
^29.5.3
"
,
"@types/react-router-dom"
:
"
^5.3.3
"
,
"@types/victory"
:
"
^33.1.5
"
,
"@typescript-eslint/eslint-plugin"
:
"
^6.0.0
"
,
"@typescript-eslint/parser"
:
"
^6.0.0
"
,
"copy-webpack-plugin"
:
"
^11.0.0
"
,
"css-loader"
:
"
^6.8.1
"
,
"css-minimizer-webpack-plugin"
:
"
^5.0.1
"
,
"dotenv-webpack"
:
"
^8.0.1
"
,
"eslint"
:
"
^8.44.0
"
,
"eslint-plugin-react"
:
"
^7.32.2
"
,
"eslint-plugin-react-hooks"
:
"
^4.6.0
"
,
"html-webpack-plugin"
:
"
^5.5.3
"
,
"imagemin"
:
"
^8.0.1
"
,
"jest"
:
"
^29.6.1
"
,
"jest-environment-jsdom"
:
"
^29.6.1
"
,
"mini-css-extract-plugin"
:
"
^2.7.6
"
,
"postcss"
:
"
^8.4.31
"
,
"prettier"
:
"
^3.0.0
"
,
"prop-types"
:
"
^15.8.1
"
,
"raw-loader"
:
"
^4.0.2
"
,
"react-axe"
:
"
^3.5.4
"
,
"react-docgen-typescript-loader"
:
"
^3.7.2
"
,
"react-router-dom"
:
"
^5.3.4
"
,
"regenerator-runtime"
:
"
^0.13.11
"
,
"rimraf"
:
"
^5.0.1
"
,
"style-loader"
:
"
^3.3.3
"
,
"svg-url-loader"
:
"
^8.0.0
"
,
"terser-webpack-plugin"
:
"
^5.3.9
"
,
"ts-jest"
:
"
^29.1.1
"
,
"ts-loader"
:
"
^9.4.4
"
,
"tsconfig-paths-webpack-plugin"
:
"
^4.1.0
"
,
"tslib"
:
"
^2.6.0
"
,
"typescript"
:
"
^5.1.6
"
,
"url-loader"
:
"
^4.1.1
"
,
"webpack"
:
"
^5.88.1
"
,
"webpack-bundle-analyzer"
:
"
^4.9.0
"
,
"webpack-cli"
:
"
^5.1.4
"
,
"webpack-dev-server"
:
"
^4.15.1
"
,
"webpack-merge"
:
"
^5.9.0
"
},
"dependencies"
: {
"@patternfly/react-core"
:
"
^5.1.1
"
,
"@patternfly/react-icons"
:
"
^5.1.1
"
,
"@patternfly/react-styles"
:
"
^5.1.1
"
,
"@storybook/builder-webpack5"
:
"
^7.5.3
"
,
"react"
:
"
^18
"
,
"react-dom"
:
"
^18
"
,
"sirv-cli"
:
"
^2.0.2
"
}
}
Back
|
FazBrowse Home
|
New Git URL