forked from theforeman/foreman
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
103 lines (103 loc) · 3.61 KB
/
package.json
File metadata and controls
103 lines (103 loc) · 3.61 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
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
98
99
100
101
102
103
{
"name": "TheForemanDevDeps",
"version": "3.16.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": ">=18.0.0 <21.0.0"
},
"scripts": {
"lint": "eslint ./webpack ./script",
"prelint": "node ./script/lint/link-eslint-plugin.js",
"foreman-js:link": "./script/npm_link_foreman_js.sh",
"postlint": "./script/npm_lint_plugins.js",
"test": "npx jest --setupFilesAfterEnv ./global_test_setup.js ./core_test_setup.js --testPathIgnorePatterns '/node_modules/' '<rootDir>/.+fixtures.+' --config ./webpack/jest.config.js",
"test:watch": "tfm-test --watchAll",
"test:current": "tfm-test --watch",
"test:plugins": "./script/npm_test_plugin.js",
"lint:plugins": "./script/npm_lint_plugins.js",
"publish-coverage": "tfm-publish-coverage",
"postinstall": "./script/npm_install_plugins.js",
"analyze": "./script/webpack-analyze"
},
"dependencies": {
"@module-federation/utilities": "^1.7.0",
"@patternfly/patternfly": "^5.4.2",
"@theforeman/vendor": "^15.0.0",
"bootstrap-sass": "^3.4.3",
"datatables.net-bs": "1.13.5",
"dsmorse-gridster": "^0.8.0",
"graphql-tag": "^2.11.0",
"intl": "~1.2.5",
"jed": "^1.1.1",
"js-cookie": "^3.0.5",
"multiselect": "~0.9.12",
"os-browserify": "^0.3.0",
"patternfly-react-extensions": "^3.0.15",
"patternfly-react": "^2.40.0",
"patternfly": "^3.59.5",
"react-diff-view": "^2.6.0",
"react-intl": "^2.8.0",
"select2": "4.0.12"
},
"devDependencies": {
"@apollo/react-testing": "^4.0.0",
"@babel/core": "^7.7.0",
"@testing-library/user-event": "^13.2.1",
"@testing-library/jest-dom": "^5.3.0",
"@testing-library/react": "^10.0.2",
"@testing-library/react-hooks": "^3.4.2",
"@theforeman/builder": "^15.0.0",
"@theforeman/vendor-core": "^15.0.0",
"@types/jest": "<27.0.0",
"argv-parse": "^1.0.1",
"axios-mock-adapter": "^1.1.7",
"babel-eslint": "^10.0.0",
"babel-jest": "^26.3.0",
"babel-loader": "^8.0.0",
"buffer": "^5.7.1",
"cheerio": "1.0.0-rc.10",
"compression-webpack-plugin": "^10.0.0",
"cross-env": "^5.2.0",
"css-loader": "^6.8.1",
"dotenv": "^5.0.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"enzyme-to-json": "^3.4.3",
"eslint": "^6.7.2",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-spellcheck": "0.0.17",
"eslint-plugin-patternfly-react": "0.2.0",
"eslint-plugin-jquery": "^1.5.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react-hooks": "^2.1.1",
"graphql": "^15.5.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.4.0",
"jest-prop-type-error": "^1.1.0",
"jest-svg-transformer": "^1.0.0",
"jest-transform-graphql": "^2.1.0",
"jsx-ast-utils": "^3.3.3",
"mini-css-extract-plugin": "^2.9.1",
"path-browserify": "^1.0.1",
"prettier": "^1.19.1",
"pretty-format": "26.6.2",
"react-dnd-test-backend": "^9.4.0",
"react-test-renderer": "^17.0.1",
"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": "^6.2.0",
"victory-core": "~36.8.6",
"victory-legend": "~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"
}
}