Bring up to date with cockpit starter kit
This encompasses a number of changes to the build process.
This commit is contained in:
parent
a0fffde59d
commit
235f110ec7
32 changed files with 533 additions and 1172 deletions
76
package.json
76
package.json
|
|
@ -1,65 +1,51 @@
|
|||
{
|
||||
"name": "session-recording",
|
||||
"version": "0.1.0",
|
||||
"description": "Module for Cockpit which provides session recording configuration and playback",
|
||||
"type": "module",
|
||||
"main": "index.js",
|
||||
"repository": "git@github.com:Scribery/cockpit-session-recording.git",
|
||||
"author": "",
|
||||
"license": "LGPL-2.1",
|
||||
"scripts": {
|
||||
"watch": "webpack --watch",
|
||||
"build": "webpack",
|
||||
"watch": "ESBUILD_WATCH='true' ./build.js",
|
||||
"build": "./build.js",
|
||||
"eslint": "eslint --ext .js --ext .jsx src/",
|
||||
"eslint:fix": "eslint --fix --ext .js --ext .jsx src/"
|
||||
"eslint:fix": "eslint --fix --ext .js --ext .jsx src/",
|
||||
"stylelint": "stylelint src/*{.css,scss}",
|
||||
"stylelint:fix": "stylelint --fix src/*{.css,scss}"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.20.12",
|
||||
"@babel/eslint-parser": "^7.19.1",
|
||||
"@babel/preset-env": "^7.20.2",
|
||||
"@babel/preset-react": "^7.0.0",
|
||||
"babel-loader": "^9.1.2",
|
||||
"chrome-remote-interface": "^0.32.0",
|
||||
"compression-webpack-plugin": "^10.0.0",
|
||||
"copy-webpack-plugin": "^11.0.0",
|
||||
"css-loader": "^6.7.3",
|
||||
"eslint": "^8.31.0",
|
||||
"eslint-config-standard": "^17.0.0",
|
||||
"eslint-config-standard-react": "^9.2.0",
|
||||
"argparse": "^2.0.1",
|
||||
"chrome-remote-interface": "^0.32.1",
|
||||
"esbuild": "^0.17.15",
|
||||
"esbuild-plugin-copy": "^2.1.1",
|
||||
"esbuild-plugin-replace": "^1.3.0",
|
||||
"esbuild-sass-plugin": "^2.8.0",
|
||||
"esbuild-wasm": "^0.17.16",
|
||||
"eslint": "^8.13.0",
|
||||
"eslint-config-react-app": "^7.0.0",
|
||||
"eslint-config-standard": "^17.0.0-1",
|
||||
"eslint-config-standard-jsx": "^11.0.0-1",
|
||||
"eslint-plugin-flowtype": "^8.0.3",
|
||||
"eslint-plugin-import": "^2.27.4",
|
||||
"eslint-plugin-import": "^2.26.0",
|
||||
"eslint-plugin-node": "^11.1.0",
|
||||
"eslint-plugin-promise": "^6.1.1",
|
||||
"eslint-plugin-react": "^7.14.3",
|
||||
"eslint-plugin-react-hooks": "^4.2.0",
|
||||
"eslint-plugin-standard": "^4.1.0",
|
||||
"eslint-webpack-plugin": "^3.2.0",
|
||||
"eslint-plugin-promise": "^6.0.0",
|
||||
"eslint-plugin-react": "^7.29.4",
|
||||
"eslint-plugin-react-hooks": "^4.4.0",
|
||||
"htmlparser": "^1.7.7",
|
||||
"jed": "^1.1.1",
|
||||
"mini-css-extract-plugin": "^2.7.2",
|
||||
"po2json": "^1.0.0-alpha",
|
||||
"sass": "^1.57.1",
|
||||
"sass-loader": "^13.2.0",
|
||||
"sizzle": "^2.3.9",
|
||||
"stdio": "^2.1.1",
|
||||
"string-replace-loader": "^3.1.0",
|
||||
"webpack": "^5.75.0",
|
||||
"webpack-cli": "^5.0.1"
|
||||
"qunit": "^2.9.3",
|
||||
"sass": "^1.61.0",
|
||||
"sizzle": "^2.3.3",
|
||||
"stylelint": "^14.9.1",
|
||||
"stylelint-config-standard-scss": "^5.0.0",
|
||||
"stylelint-formatter-pretty": "^3.2.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@patternfly/patternfly": "4.132.2",
|
||||
"@patternfly/react-core": "4.152.4",
|
||||
"@patternfly/react-icons": "^4.19.8",
|
||||
"@patternfly/react-table": "4.29.58",
|
||||
"buffer": "^6.0.3",
|
||||
"comment-json": "^4.2.3",
|
||||
"core-js": "3.27.1",
|
||||
"date-fns": "2.29.3",
|
||||
"ini": "^3.0.1",
|
||||
"jquery": "3.6.3",
|
||||
"raw-loader": "^4.0.2",
|
||||
"react": "16.13.1",
|
||||
"react-dom": "16.13.1",
|
||||
"throttle-debounce": "5.0.0",
|
||||
"xterm": "^3.14.5"
|
||||
"@patternfly/patternfly": "4.224.4",
|
||||
"@patternfly/react-core": "4.276.9",
|
||||
"react": "17.0.2",
|
||||
"react-dom": "17.0.2"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue