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": {
"@babel/polyfill": "7.4.4",
"@patternfly/react-console": "1.10.50",
"bootstrap": "3.4.1",
"bootstrap-datepicker": "1.9.0",
"c3": "0.4.23",
"d3": "3.5.17",
"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.1",
"patternfly": "3.58.0",
"patternfly-bootstrap-combobox": "1.1.7",
"patternfly-react": "2.34.3",
"prop-types": "15.7.2",
"qunit": "2.9.2",
"qunit-tap": "1.5.1",
"react": "16.8.6",
"react-bootstrap": "0.32.4",
"react-dom": "16.8.6",
"react-redux": "6.0.1",
"react-remarkable": "1.1.3",
"redux": "4.0.1",
"redux-thunk": "2.3.0",
"registry-image-widgets": "0.0.17",
"term.js-cockpit": "0.0.11",
"throttle-debounce": "2.1.0",
"uuid": "3.3.2",
"xterm": "3.13.1"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"axe-core": "^2.6.1",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.4",
"chrome-remote-interface": "^0.25.2",
"clean-css": "~3.4.20",
"copy-webpack-plugin": "^4.5.2",
"css-loader": "^0.28.10",
"eslint": "^5.13.0",
"eslint-plugin-cockpit": "file:eslint-plugin-cockpit",
"eslint-config-standard": "^12.0.0",
"eslint-config-standard-react": "^7.0.2",
"eslint-loader": "^2.1.2",
"eslint-plugin-flowtype": "^3.2.1",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-react": "7.13.0",
"eslint-plugin-standard": "^4.0.0",
"extend": "~3.0.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"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",
"ng-cache-loader": "0.0.26",
"po2json": "~0.4.1",
"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/",
"eslint:fix": "eslint --fix --ext .js --ext .jsx pkg/"
}
}