summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json61
1 files changed, 61 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..b560542
--- /dev/null
+++ b/package.json
@@ -0,0 +1,61 @@
+{
+ "name": "podman",
+ "description": "Cockpit UI for Podman Containers",
+ "type": "module",
+ "main": "index.js",
+ "repository": "git@github.com:cockpit-project/cockpit-podman.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",
+ "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",
+ "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-core": "5.2.1",
+ "@patternfly/react-icons": "5.2.1",
+ "@patternfly/react-styles": "5.2.1",
+ "@patternfly/react-table": "5.2.1",
+ "@patternfly/react-tokens": "5.2.1",
+ "date-fns": "3.4.0",
+ "docker-names": "1.2.1",
+ "ipaddr.js": "2.1.0",
+ "prop-types": "15.8.1",
+ "react": "18.2.0",
+ "react-dom": "18.2.0",
+ "throttle-debounce": "5.0.0",
+ "xterm": "5.1.0",
+ "xterm-addon-canvas": "0.4.0"
+ }
+}