forked from Checkmk/checkmk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.26 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
{
"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"
},
"repository": {
"type": "git",
"url": "http://git.mathias-kettner.de/check_mk.git"
},
"author": "",
"license": "GPL-2.0",
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"autoprefixer": "^9.4.7",
"babel-loader": "^8.0.4",
"css-loader": "^2.0.1",
"eslint": "^5.10.0",
"eslint-plugin-compat": "^2.6.3",
"extract-loader": "^3.1.0",
"file-loader": "^3.0.1",
"mini-css-extract-plugin": "^0.5.0",
"node-sass": "^4.12.0",
"postcss-clean": "^1.1.0",
"postcss-loader": "^3.0.0",
"sass-lint": "^1.13.1",
"sass-loader": "^7.1.0",
"script-loader": "^0.7.2",
"style-loader": "^0.23.1",
"webpack": "^4.27.1",
"webpack-cli": "^3.1.2",
"webpack-fix-style-only-entries": "^0.2.0"
},
"dependencies": {
"@yaireo/tagify": "^2.16.0",
"jquery": "^3.4.1",
"select2": "^4.0.6-rc.1",
"d3": "5"
}
}