forked from Sudland/cockpit-suricata
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
76 lines (76 loc) · 2.4 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": "cockpit-suricata",
"version": "0.1.0",
"description": "Suricata module for cockpit-project",
"main": "index.js",
"repository": "git@bitbucket.org:sindrmor/suricata_modul_for_cockpit.git",
"author": "",
"license": "GPLv2",
"scripts": {
"watch": "webpack --watch --progress",
"build": "webpack",
"eslint": "eslint --ext .js --ext .jsx src/",
"eslint:fix": "eslint --fix --ext .js --ext .jsx src/"
},
"devDependencies": {
"@babel/core": "^7.13.16",
"@babel/preset-env": "^7.13.15",
"@babel/preset-react": "^7.13.13",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"chrome-remote-interface": "^0.30.0",
"compression-webpack-plugin": "^6.1.1",
"copy-webpack-plugin": "^6.4.1",
"css-loader": "^5.2.4",
"css-minimizer-webpack-plugin": "^1.3.0",
"eslint": "^7.25.0",
"eslint-config-standard": "^14.1.1",
"eslint-config-standard-react": "^9.2.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-flowtype": "^5.7.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-standard": "^4.1.0",
"htmlparser": "^1.7.7",
"jed": "^1.1.1",
"mini-css-extract-plugin": "^0.12.0",
"po2json": "^1.0.0-beta-3",
"qunit": "^2.15.0",
"sizzle": "^2.3.6",
"stdio": "^2.1.1",
"string-replace-loader": "^3.0.1",
"terser-webpack-plugin": "^5.1.1",
"webpack": "^5.36.0",
"webpack-cli": "^4.6.0"
},
"dependencies": {
"@imaginary-cloud/prettier-config": "^1.0.0",
"@patternfly/patternfly": "4.102.2",
"@patternfly/react-core": "4.115.3",
"@patternfly/react-icons": "^4.10.2",
"@patternfly/react-table": "^4.26.8",
"core-js": "3.11.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^7.2.0",
"eslint-import-resolver-webpack": "^0.13.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"path": "^0.12.7",
"prettier": "^2.2.1",
"pretty-quick": "^3.1.0",
"prop-types": "^15.7.2",
"react": "16.14.0",
"react-dom": "16.14.0"
},
"eslintConfig": {
"extends": "@imaginary-cloud/react"
},
"prettier": "@imaginary-cloud/prettier-config"
}