summaryrefslogtreecommitdiffstats
path: root/package.json
blob: b560542b7f84685a39b8b62e3e051483efcec852 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
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"
  }
}