forked from cockpit-project/cockpit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.43 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
71
72
73
74
75
76
{
"name": "CockpitDevelopmentDependencies",
"description": "Cockpit isn't a Node package, these are devel time deps, not needed to build tarball either",
"private": true,
"dependencies": {
"@patternfly/patternfly": "4.96.2",
"@patternfly/react-core": "4.106.2",
"@patternfly/react-styles": "4.9.4",
"@patternfly/react-table": "4.24.1",
"@redhat/redhat-font": "git+https://github.com/RedHatOfficial/RedHatFont.git#2.2.0",
"bootstrap": "3.4.1",
"bootstrap-datepicker": "1.9.0",
"bootstrap-select": "1.13.18",
"deep-equal": "2.0.5",
"jquery": "3.5.1",
"js-sha1": "0.6.0",
"json-stable-stringify-without-jsonify": "1.0.1",
"moment": "2.29.1",
"mustache": "4.2.0",
"patternfly": "3.59.5",
"patternfly-react": "2.39.17",
"prop-types": "15.7.2",
"qunit": "2.14.1",
"qunit-tap": "1.5.1",
"react": "16.14.0",
"react-dom": "16.14.0",
"remarkable": "2.0.1",
"throttle-debounce": "2.3.0",
"uuid": "7.0.3",
"xterm": "4.11.0"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@babel/preset-react": "^7.9.4",
"axe-core": "^3.5.2",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"chrome-remote-interface": "^0.28.1",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.4.2",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.1",
"eslint-config-standard-react": "^9.2.0",
"eslint-loader": "^3.0.3",
"eslint-plugin-cockpit": "file:eslint-plugin-cockpit",
"eslint-plugin-flowtype": "^4.6.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^2.5.1",
"eslint-plugin-standard": "^4.0.1",
"expose-loader": "^1.0.1",
"html-webpack-plugin": "^4.0.1",
"htmlparser": "^1.7.7",
"jed": "^1.1.1",
"mini-css-extract-plugin": "^0.9.0",
"null-loader": "^3.0.0",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"po2json": "^1.0.0-alpha",
"raw-loader": "^4.0.0",
"sass": "^1.26.5",
"sizzle": "^2.3.5",
"stdio": "^2.1.1",
"strict-loader": "^1.2.0",
"string-replace-loader": "^2.3.0",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11"
},
"scripts": {
"eslint": "eslint --ext .js --ext .jsx pkg/",
"eslint:fix": "eslint --fix --ext .js --ext .jsx pkg/"
}
}