esbuild-sass-plugin 2.10 got released as compatible with 2.8, but it is
not compatible any more with esbuild 0.17.18. Bump both.
(cherry picked from commit d3b9064d63)
64 lines
2.1 KiB
JSON
64 lines
2.1 KiB
JSON
{
|
|
"name": "session-recording",
|
|
"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": "ESBUILD_WATCH='true' ./build.js",
|
|
"build": "./build.js",
|
|
"eslint": "eslint --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": {
|
|
"argparse": "^2.0.1",
|
|
"chrome-remote-interface": "^0.32.1",
|
|
"esbuild": "^0.18.6",
|
|
"esbuild-plugin-copy": "^2.1.1",
|
|
"esbuild-plugin-replace": "^1.3.0",
|
|
"esbuild-sass-plugin": "^2.10.0",
|
|
"esbuild-wasm": "^0.18.6",
|
|
"eslint": "^8.13.0",
|
|
"eslint-config-standard": "^17.0.0-1",
|
|
"eslint-config-standard-jsx": "^11.0.0-1",
|
|
"eslint-config-standard-react": "^13.0.0",
|
|
"eslint-plugin-flowtype": "^8.0.3",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^6.0.0",
|
|
"eslint-plugin-react": "^7.29.4",
|
|
"eslint-plugin-react-hooks": "^4.4.0",
|
|
"eslint-plugin-standard": "^5.0.0",
|
|
"htmlparser": "^1.7.7",
|
|
"jed": "^1.1.1",
|
|
"po2json": "^1.0.0-alpha",
|
|
"qunit": "^2.9.3",
|
|
"sass": "^1.61.0",
|
|
"sizzle": "^2.3.3",
|
|
"stylelint": "^14.9.1",
|
|
"stylelint-config-standard": "^25.0.0",
|
|
"stylelint-config-standard-scss": "^5.0.0",
|
|
"stylelint-formatter-pretty": "^3.2.0"
|
|
},
|
|
"dependencies": {
|
|
"@patternfly/patternfly": "5.0.0-alpha.64",
|
|
"@patternfly/react-core": "5.0.0-alpha.115",
|
|
"@patternfly/react-styles": "5.0.0-alpha.16",
|
|
"@patternfly/react-icons": "5.0.0-alpha.19",
|
|
"@patternfly/react-table": "^5.0.0-alpha.118",
|
|
"@patternfly/react-tokens": "^5.0.0-alpha.14",
|
|
"buffer": "^6.0.3",
|
|
"comment-json": "^4.2.3",
|
|
"date-fns": "^2.29.3",
|
|
"ini": "^4.1.0",
|
|
"jquery": "^3.6.4",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"throttle-debounce": "^5.0.0",
|
|
"xterm": "^5.1.0"
|
|
}
|
|
}
|