forked from cockpit-project/cockpit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 2.1 KB
/
package.json
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
62
63
64
65
{
"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.2.0",
"js-sha1": "0.6.0",
"js-sha256": "0.10.1",
"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",
"axe-core": "4.8.3",
"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": "7.0.1",
"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": "15.11.0",
"stylelint-config-standard": "34.0.0",
"stylelint-config-standard-scss": "11.1.0",
"stylelint-formatter-pretty": "3.2.1",
"stylelint-use-logical-spec": "5.0.0"
},
"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}"
}
}