summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-16 19:59:45 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-16 19:59:45 +0000
commit82a9d6bb47d4eb7fe4dbe6ee783ae6923af01b13 (patch)
tree70ae347ee99aa1f19b6269773cdeb686e03e607f /package.json
parentInitial commit. (diff)
downloadcockpit-82a9d6bb47d4eb7fe4dbe6ee783ae6923af01b13.tar.xz
cockpit-82a9d6bb47d4eb7fe4dbe6ee783ae6923af01b13.zip
Adding upstream version 311.upstream/311upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'package.json')
-rw-r--r--package.json64
1 files changed, 64 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..933871d
--- /dev/null
+++ b/package.json
@@ -0,0 +1,64 @@
+{
+ "name": "CockpitDevelopmentDependencies",
+ "description": "Cockpit isn't a Node package, these are devel time deps, not needed to build tarball either",
+ "type": "module",
+ "private": true,
+ "dependencies": {
+ "@patternfly/patternfly": "5.1.0",
+ "@patternfly/react-core": "5.1.2",
+ "@patternfly/react-icons": "5.1.2",
+ "@patternfly/react-styles": "5.1.2",
+ "@patternfly/react-table": "5.1.2",
+ "@patternfly/react-tokens": "5.1.2",
+ "deep-equal": "2.2.3",
+ "date-fns": "3.3.1",
+ "js-sha1": "0.7.0",
+ "js-sha256": "0.11.0",
+ "json-stable-stringify-without-jsonify": "1.0.1",
+ "prop-types": "15.8.1",
+ "react": "18.2.0",
+ "react-dom": "18.2.0",
+ "remarkable": "2.0.1",
+ "throttle-debounce": "5.0.0",
+ "uuid": "9.0.1",
+ "xterm": "5.3.0",
+ "xterm-addon-canvas": "0.5.0"
+ },
+ "devDependencies": {
+ "argparse": "2.0.1",
+ "chrome-remote-interface": "0.33.0",
+ "esbuild": "0.19.11",
+ "esbuild-plugin-copy": "2.1.1",
+ "esbuild-plugin-replace": "1.4.0",
+ "esbuild-sass-plugin": "2.16.1",
+ "esbuild-wasm": "0.19.11",
+ "eslint": "8.56.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-node": "11.1.0",
+ "eslint-plugin-promise": "6.1.1",
+ "eslint-plugin-react": "7.33.2",
+ "eslint-plugin-react-hooks": "4.6.0",
+ "gettext-parser": "8.0.0",
+ "htmlparser": "1.7.7",
+ "jed": "1.1.1",
+ "qunit": "2.20.0",
+ "qunit-tap": "1.5.1",
+ "sass": "1.70.0",
+ "sizzle": "2.3.10",
+ "stylelint": "16.2.1",
+ "stylelint-config-standard": "36.0.0",
+ "stylelint-config-standard-scss": "13.0.0",
+ "stylelint-formatter-pretty": "4.0.0",
+ "stylelint-use-logical-spec": "5.0.1"
+ },
+ "scripts": {
+ "eslint": "eslint --ext .js --ext .jsx pkg/ test/common/",
+ "eslint:fix": "eslint --fix --ext .js --ext .jsx pkg/ test/common/",
+ "stylelint": "stylelint pkg/*/*{.css,scss}",
+ "stylelint:fix": "stylelint --fix pkg/*/*{.css,scss}"
+ }
+}