cockpit/package.json

83 lines
2.5 KiB
JSON

{
"name": "CockpitDevelopmentDependencies",
"description": "Cockpit isn't a Node package, these are devel time deps, not needed to build tarball either",
"private": true,
"dependencies": {
"@patternfly/patternfly": "2.26.1",
"@patternfly/react-console": "1.12.7",
"@patternfly/react-core": "3.104.0",
"@patternfly/react-table": "2.14.23",
"@redhat/redhat-font": "git+https://github.com/RedHatOfficial/RedHatFont.git#2.2.0",
"bootstrap": "3.4.1",
"bootstrap-datepicker": "1.9.0",
"c3": "0.4.23",
"d3": "3.5.17",
"deep-equal": "1.1.0",
"jquery": "3.4.1",
"jquery-flot": "0.8.3",
"js-sha1": "0.6.0",
"json-stable-stringify-without-jsonify": "1.0.1",
"moment": "2.24.0",
"mustache": "3.0.3",
"patternfly": "3.59.4",
"patternfly-bootstrap-combobox": "1.1.7",
"patternfly-react": "2.38.1",
"prop-types": "15.7.2",
"qunit": "2.9.2",
"qunit-tap": "1.5.1",
"react": "16.9.0",
"react-bootstrap": "0.32.4",
"react-dom": "16.9",
"react-redux": "7.1.1",
"redux": "4.0.4",
"redux-thunk": "2.3.0",
"remarkable": "2.0.0",
"throttle-debounce": "2.1.0",
"uuid": "3.3.3",
"xterm": "3.13.1"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"axe-core": "^3.3.2",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.4",
"chrome-remote-interface": "^0.28.0",
"clean-css-cli": "^4.2.1",
"copy-webpack-plugin": "^4.5.2",
"css-loader": "^3.2.0",
"eslint": "^6.2.2",
"eslint-config-standard": "^14.1.0",
"eslint-config-standard-react": "^9.1.0",
"eslint-loader": "^3.0.0",
"eslint-plugin-cockpit": "file:eslint-plugin-cockpit",
"eslint-plugin-flowtype": "^4.2.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-standard": "^4.0.1",
"html-webpack-plugin": "^3.2.0",
"htmlparser": "^1.7.7",
"imports-loader": "^0.6.5",
"jed": "^1.1.0",
"less": "^3.0.1",
"less-loader": "^4.0.6",
"mini-css-extract-plugin": "^0.8.0",
"po2json": "^1.0.0-alpha",
"raw-loader": "^0.5.1",
"sizzle": "^2.1.0",
"stdio": "^0.2.7",
"strict-loader": "^1.1.0",
"style-loader": "^0.13.1",
"uglify-js": "^3.4.9",
"webpack": "^4.17.1",
"webpack-cli": "^3.1.0"
},
"scripts": {
"eslint": "eslint --ext .js --ext .jsx pkg/ src/",
"eslint:fix": "eslint --fix --ext .js --ext .jsx pkg/ src/"
}
}