Project

General

Profile

Download (2.17 KB) Statistics
| Branch: | Tag: | Revision:
{
"name": "TheForemanDevDeps",
"version": "3.11.0",
"license": "GPL-3.0",
"description": "Foreman isn't really a node module, these are just dependencies needed to build the webpack bundle. 'dependencies' are the asset libraries in use and 'devDependencies' are used for the build process.",
"private": true,
"engines": {
"node": ">=14.0.0 <21.0.0"
},
"scripts": {
"lint": "tfm-lint",
"lint:custom": "eslint ./webpack",
"foreman-js:link": "./script/npm_link_foreman_js.sh",
"postlint": "./script/npm_lint_plugins.js",
"test": "tfm-test",
"test:watch": "tfm-test --watchAll",
"test:current": "tfm-test --watch",
"publish-coverage": "tfm-publish-coverage",
"postinstall": "./script/npm_install_plugins.js",
"analyze": "./script/webpack-analyze"
},
"dependencies": {
"@module-federation/utilities": "^1.7.0",
"@theforeman/vendor": "^13.0.1",
"graphql-tag": "^2.11.0",
"intl": "~1.2.5",
"jed": "^1.1.1",
"os-browserify": "^0.3.0",
"react-intl": "^2.8.0"
},
"devDependencies": {
"@babel/core": "^7.7.0",
"@theforeman/builder": "^13.0.1",
"@theforeman/eslint-plugin-foreman": "^13.0.1",
"@theforeman/eslint-plugin-rules": "^13.0.1",
"@theforeman/test": "^13.0.1",
"@theforeman/vendor-dev": "^13.0.1",
"@types/jest": "<27.0.0",
"argv-parse": "^1.0.1",
"babel-eslint": "^10.0.0",
"babel-loader": "^8.0.0",
"buffer": "^5.7.1",
"compression-webpack-plugin": "^10.0.0",
"cross-env": "^5.2.0",
"css-loader": "^6.8.1",
"dotenv": "^5.0.0",
"eslint": "^6.7.2",
"eslint-plugin-spellcheck": "0.0.17",
"graphql": "^15.5.0",
"path-browserify": "^1.0.1",
"prettier": "^1.19.1",
"pretty-format": "26.6.2",
"react-dnd-test-backend": "^9.4.0",
"redux-mock-store": "^1.2.2",
"sass": "~1.60.0",
"sass-loader": "^13.3.2",
"style-loader": "^1.3.0",
"stylelint": "^9.3.0",
"stylelint-config-standard": "^18.0.0",
"tabbable": "~5.2.0",
"victory-core": "~36.8.6",
"victory-pie": "~36.8.6",
"webpack": "^5.75.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^5.0.1",
"webpack-stats-plugin": "^1.0.3"
}
}
(26-26/26)