starter-kit/package.json
Justin Stephenson 92f3b7b75d Update dependencies excluding Patternfly
Update to webpack 5
2023-01-16 08:55:35 -05:00

65 lines
2 KiB
JSON

{
"name": "session-recording",
"version": "0.1.0",
"description": "Module for Cockpit which provides session recording configuration and playback",
"main": "index.js",
"repository": "git@github.com:Scribery/cockpit-session-recording.git",
"author": "",
"license": "LGPL-2.1",
"scripts": {
"watch": "webpack --watch",
"build": "webpack",
"eslint": "eslint --ext .js --ext .jsx src/",
"eslint:fix": "eslint --fix --ext .js --ext .jsx src/"
},
"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",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.27.4",
"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",
"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"
},
"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"
}
}