forked from bee-queue/arena
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.42 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
{
"name": "bull-arena",
"description": "An interactive UI dashboard for Bee Queue",
"main": "index.js",
"author": "Mixmax <hello@mixmax.com>",
"license": "MIT",
"dependencies": {
"body-parser": "^1.17.2",
"express": "^4.15.2",
"express-handlebars": "^5.1.0",
"handlebars": "^4.7.6",
"jsoneditor": "^5.9.6",
"lodash": "^4.17.15",
"moment": "^2.29.1",
"tablesort": "^5.0.1"
},
"devDependencies": {
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@mixmaxhq/prettier-config": "^1.0.0",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/commit-analyzer": "^8.0.1",
"@semantic-release/exec": "^5.0.0",
"@semantic-release/git": "^9.0.0",
"@semantic-release/github": "^7.0.7",
"@semantic-release/npm": "^7.0.5",
"@semantic-release/release-notes-generator": "^9.0.1",
"bee-queue": "^1.2.3",
"bull": "^3.16.0",
"conventional-changelog-conventionalcommits": "^4.3.0",
"prettier": "^2.0.5",
"semantic-release": "^17.1.1"
},
"scripts": {
"ci": "npm run lint && if [ -z \"$CI\" ]; then npm run ci:commitlint; fi",
"ci:commitlint": "commitlint --from \"origin/${GITHUB_BASE_REF:-master}\"",
"lint": "prettier -c ."
},
"engines": {
"node": ">=7.6.0"
},
"files": [
"index.js",
"public",
"src"
],
"repository": "https://github.com/bee-queue/arena.git",
"version": "3.7.0"
}