forked from Checkmk/checkmk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.33 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
77
78
79
80
81
82
83
84
{
"name": "check_mk",
"version": "1.0.0",
"description": "Check_MK - Your complete IT monitoring solution",
"main": "web/htdocs/js/index.js",
"directories": {
"doc": "doc",
"test": "tests"
},
"browserslist": [
"last 2 version",
"> 1%",
"not dead"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"//": "COMMENT: Process 'resolutions' key below",
"watch": "webpack --mode development --watch",
"preinstall": "npx npm-force-resolutions"
},
"repository": {
"type": "git",
"url": "http://git.mathias-kettner.de/check_mk.git"
},
"author": "",
"license": "GPL-2.0",
"//devDependencies": [
"COMMENT: JSON as config format is so stupid.",
"COMMENT: merge: Indirect dependency, declared explicitly to fix security issue'"
],
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/eslint-parser": "^7.14.5",
"@babel/preset-env": "^7.12.11",
"autoprefixer": "^10.2.4",
"babel-loader": "^8.2.2",
"css-loader": "^5.0.1",
"cssnano": "^4.1.10",
"eslint": "^7.19.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-compat": "^3.9.0",
"eslint-plugin-prettier": "^3.3.1",
"extract-loader": "^5.1.0",
"file-loader": "^6.2.0",
"mini-css-extract-plugin": "^1.3.5",
"postcss": "^8.2.4",
"postcss-loader": "^5.0.0",
"prettier": "^2.3.1",
"redoc": "^2.0.0-rc.48",
"redoc-cli": "^0.10.3",
"sass": "^1.32.6",
"sass-lint": "^1.13.1",
"sass-loader": "^10.1.1",
"script-loader": "^0.7.2",
"style-loader": "^2.0.0",
"terser-webpack-plugin": "^5.1.1",
"webpack": "^5.19.0",
"webpack-cli": "^4.5.0",
"webpack-fix-style-only-entries": "^0.6.1",
"merge": ">=2.1.1"
},
"dependencies": {
"@yaireo/tagify": "3.22.1",
"canvas-5-polyfill": "^0.1.5",
"core-js": "^3.8.3",
"crossfilter2": "^1.5.2",
"d3": "^6.5.0",
"d3-flextree": "^2.1.1",
"d3-hexbin": "^0.2.2",
"d3-sankey": "^0.12.3",
"dc": "^3.2.1",
"element-closest-polyfill": "^1.0.0",
"jquery": "^3.5.0",
"lodash.range": "^3.2.0",
"select2": "^4.0.13",
"simplebar": "^5.2.0",
"sweetalert2": "^10.14.0",
"whatwg-fetch": "^3.0.0"
},
"resolutions": {
"//": "COMMENT: Ensure we get the desired version without dependency declaration",
"elliptic": ">=6.5.4"
}
}