forked from cockpit-project/cockpit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.27 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
66
67
68
69
70
{
"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.3.1",
"@patternfly/react-core": "5.3.3",
"@patternfly/react-icons": "5.3.2",
"@patternfly/react-styles": "5.3.1",
"@patternfly/react-table": "5.3.3",
"@patternfly/react-tokens": "5.3.1",
"deep-equal": "2.2.3",
"date-fns": "3.6.0",
"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.3.1",
"react-dom": "18.3.1",
"remarkable": "2.0.1",
"throttle-debounce": "5.0.0",
"uuid": "9.0.1",
"xterm": "5.3.0",
"xterm-addon-canvas": "0.5.0"
},
"devDependencies": {
"@types/deep-equal": "1.0.4",
"@types/qunit": "^2.19.10",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "7.11.0",
"argparse": "2.0.1",
"chrome-remote-interface": "0.33.0",
"esbuild": "0.21.4",
"esbuild-plugin-copy": "2.1.1",
"esbuild-plugin-replace": "1.4.0",
"esbuild-sass-plugin": "3.3.0",
"esbuild-wasm": "0.20.2",
"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-node": "11.1.0",
"eslint-plugin-promise": "6.2.0",
"eslint-plugin-react": "7.34.2",
"eslint-plugin-react-hooks": "4.6.2",
"gettext-parser": "8.0.0",
"htmlparser": "1.7.7",
"jed": "1.1.1",
"qunit": "2.20.1",
"qunit-tap": "1.5.1",
"sass": "1.77.1",
"sizzle": "2.3.10",
"stylelint": "16.6.1",
"stylelint-config-standard": "36.0.0",
"stylelint-config-standard-scss": "13.1.0",
"stylelint-formatter-pretty": "4.0.0",
"stylelint-use-logical-spec": "5.0.1",
"typescript": "^5.3.3"
},
"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}"
}
}