-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
88 lines (88 loc) · 2.18 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
85
86
87
88
{
"name": "gitlab-radiator",
"author": {
"name": "heikkipora",
"email": "[email protected]"
},
"type": "module",
"description": "The missing GitLab build radiator view",
"version": "4.3.3",
"license": "MIT",
"bin": {
"gitlab-radiator": "bin/gitlab-radiator.js"
},
"scripts": {
"build": "./build-npm",
"start": "node src/app.js",
"eslint": "eslint --fix src/* bin/* test/*",
"test": "mocha --timeout 20000 test/*.js test/**/*.js"
},
"engines": {
"node": ">=18"
},
"repository": {
"type": "git",
"url": "git+https://github.com/heikkipora/gitlab-radiator.git"
},
"bugs": {
"url": "https://github.com/heikkipora/gitlab-radiator/issues"
},
"homepage": "https://github.com/heikkipora/gitlab-radiator#readme",
"contributors": [
{
"name": "codegeneralist",
"email": "[email protected]"
},
{
"name": "wagner-ch",
"email": "[email protected]"
}
],
"dependencies": {
"axios": "1.7.7",
"basic-auth": "2.0.1",
"compression": "1.7.5",
"esm": "3.2.25",
"express": "4.21.1",
"js-yaml": "4.1.0",
"less": "4.2.0",
"lodash": "4.17.21",
"moment": "2.30.1",
"regenerator-runtime": "0.14.1",
"socket.io": "4.8.1"
},
"devDependencies": {
"@eslint/eslintrc": "3.1.0",
"@eslint/js": "9.14.0",
"@types/lodash": "4.17.13",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/webpack-env": "1.18.5",
"@typescript-eslint/eslint-plugin": "8.14.0",
"@typescript-eslint/parser": "8.14.0",
"chai": "5.1.2",
"core-js": "3.39.0",
"css-loader": "7.1.2",
"eslint": "9.14.0",
"eslint-plugin-mocha": "10.5.0",
"eslint-plugin-react": "7.37.2",
"globals": "15.12.0",
"less-loader": "12.2.0",
"mocha": "10.8.2",
"normalize.css": "8.0.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"style-loader": "4.0.0",
"ts-loader": "9.5.1",
"typescript": "5.6.3",
"webpack": "5.96.1",
"webpack-cli": "5.1.4",
"webpack-dev-middleware": "7.4.2",
"webpack-hot-middleware": "2.26.1",
"webpack-merge": "6.0.1"
},
"browserslist": [
"last 5 years",
"Firefox > 43"
]
}