@patternfly/patternfly
Version:
Assets, source, tooling, and content for PatternFly 4
116 lines (115 loc) • 4.35 kB
JSON
{
"name": "@patternfly/patternfly",
"description": "Assets, source, tooling, and content for PatternFly 4",
"version": "6.4.0",
"keywords": [],
"license": "MIT",
"scripts": {
"a11y": "patternfly-a11y --config patternfly-a11y.config",
"backstop:clean": "rimraf -- backstop_data/bitmaps_test backstop_data/html_report",
"backstop:test": "backstop test --config='backstop.js'",
"backstop:test:dark": "backstop test --config='backstop.js' --dark",
"backstop:approve": "backstop approve --config='backstop.js'",
"backstop:approve:dark": "backstop approve --config='backstop.js' --dark",
"backstop:chrome": "node backstop_data/engine_scripts/puppet/chrome.js",
"build-patternfly": "gulp buildPatternfly",
"build": "gulp build",
"build:docs": "gulp buildWebpack",
"build:pficons": "gulp pfIcons",
"build:pficonfont": "gulp pfIconFont",
"clean": "gulp clean",
"superclean": "npm install && npm run clean && git clean -dfx",
"dev": "gulp develop",
"develop": "gulp develop",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write src/**/*.js",
"lint": "npm run lint:sass && npm run lint:js",
"lint:size": "node .circleci/css-size-report/sizeReport run",
"lint:fix": "npm run lint:js -- --fix && npm run lint:sass -- --fix",
"lint:sass": "stylelint 'src/**/*.scss'",
"lint:js": "eslint .",
"screenshots": "rimraf patternfly-docs/generated/**/*.png && pf-docs-framework screenshots --urlPrefix http://localhost:5000",
"serve": "pf-docs-framework serve public",
"start": "gulp develop",
"test": "npm run a11y",
"workflows": "node .github/generate-workflows",
"prepare": "husky install"
},
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/eslint-parser": "^7.24.1",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-transform-react-jsx": "^7.23.4",
"@babel/preset-env": "^7.24.4",
"@babel/preset-react": "^7.24.1",
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@fortawesome/fontawesome": "^1.1.8",
"@octokit/rest": "^20.1.0",
"@patternfly/documentation-framework": "6.22.8",
"@patternfly/patternfly-a11y": "5.1.0",
"@patternfly/react-code-editor": "6.3.1",
"@patternfly/react-core": "6.3.1",
"@patternfly/react-table": "6.3.1",
"@starptech/prettyhtml": "^0.10.0",
"backstopjs": "^6.3.23",
"cheerio": "^1.0.0-rc.12",
"commander": "^12.0.0",
"cssnano": "^6.1.2",
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-config-standard-jsx": "^11.0.0",
"eslint-config-standard-react": "^13.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"glob": "^10.3.12",
"gulp": "^4.0.2",
"gulp-cli": "^2.3.0",
"gulp-iconfont": "^11.0.1",
"gulp-iconfont-css": "^3.0.0",
"gulp-postcss": "^10.0.0",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^3.0.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"node-plop": "^0.32.0",
"postcss": "^8.4.38",
"postcss-css-variables": "^0.19.0",
"postcss-preset-env": "^9.5.4",
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remark-parse": "^11.0.0",
"remark-stringify": "^11.0.0",
"rimraf": "*",
"sass": "^1.74.1",
"stylelint": "^16.3.1",
"stylelint-config-recess-order": "^5.0.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-use-logical-spec": "^5.0.1",
"surge": "^0.23.1",
"unified": "^11.0.4",
"webpack": "^5.91.0"
},
"resolutions": {
"@babel/preset-env": "7.18.2",
"monaco-editor": "0.34.1",
"on-headers": "~1.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/patternfly/patternfly.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"packageManager": "yarn@4.10.3"
}