summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-16 20:04:09 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-16 20:04:09 +0000
commit27466e3db405ae3a02018374c423f2f76cd4711d (patch)
treefc7800e62141f20aa80cf668a77bee3b02f94154 /package.json
parentInitial commit. (diff)
downloadcockpit-machines-27466e3db405ae3a02018374c423f2f76cd4711d.tar.xz
cockpit-machines-27466e3db405ae3a02018374c423f2f76cd4711d.zip
Adding upstream version 309.upstream/309upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'package.json')
-rw-r--r--package.json65
1 files changed, 65 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..c13302d
--- /dev/null
+++ b/package.json
@@ -0,0 +1,65 @@
+{
+ "name": "machines",
+ "description": "Cockpit UI for virtual machines",
+ "type": "module",
+ "main": "index.js",
+ "repository": "git@github.com:cockpit-project/cockpit-machines.git",
+ "author": "",
+ "license": "LGPL-2.1",
+ "scripts": {
+ "watch": "./build.js -w",
+ "build": "./build.js",
+ "eslint": "eslint --ext .jsx --ext .js src/",
+ "eslint:fix": "eslint --fix --ext .jsx --ext .js src/",
+ "stylelint": "stylelint 'src/**/*{.css,scss}'",
+ "stylelint:fix": "stylelint --fix 'src/**/*{.css,scss}'"
+ },
+ "devDependencies": {
+ "argparse": "2.0.1",
+ "buffer": "6.0.3",
+ "chrome-remote-interface": "0.33.0",
+ "esbuild": "0.20.1",
+ "esbuild-plugin-copy": "2.1.1",
+ "esbuild-plugin-replace": "1.4.0",
+ "esbuild-sass-plugin": "3.1.0",
+ "esbuild-wasm": "0.20.1",
+ "eslint": "8.57.0",
+ "eslint-config-standard": "17.1.0",
+ "eslint-config-standard-jsx": "11.0.0",
+ "eslint-config-standard-react": "13.0.0",
+ "eslint-plugin-import": "2.29.1",
+ "eslint-plugin-jsx-a11y": "6.8.0",
+ "eslint-plugin-promise": "6.1.1",
+ "eslint-plugin-react": "7.34.0",
+ "eslint-plugin-react-hooks": "4.6.0",
+ "gettext-parser": "8.0.0",
+ "htmlparser": "1.7.7",
+ "ipaddr.js": "2.1.0",
+ "jed": "1.1.1",
+ "sass": "1.71.1",
+ "sizzle": "2.3.10",
+ "stylelint": "16.2.1",
+ "stylelint-config-standard-scss": "13.0.0",
+ "stylelint-formatter-pretty": "4.0.0",
+ "stylelint-use-logical-spec": "5.0.1"
+ },
+ "dependencies": {
+ "@patternfly/patternfly": "5.2.1",
+ "@patternfly/react-console": "5.0.0",
+ "@patternfly/react-core": "5.2.2",
+ "@patternfly/react-icons": "5.2.1",
+ "@patternfly/react-styles": "5.2.1",
+ "@patternfly/react-table": "5.2.2",
+ "@patternfly/react-tokens": "5.2.1",
+ "date-fns": "3.4.0",
+ "deep-equal": "2.2.3",
+ "prop-types": "15.8.1",
+ "react": "18.2.0",
+ "react-dom": "18.2.0",
+ "redux": "5.0.1",
+ "redux-thunk": "3.1.0",
+ "throttle-debounce": "5.0.0",
+ "xterm": "5.1.0",
+ "xterm-addon-canvas": "0.4.0"
+ }
+}