forked from hidapple/graylog-plugin-teams
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 911 Bytes
/
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
{
"name": "Teams",
"version": "2.0.5-SNAPSHOT",
"description": "",
"repository": {
"type": "git",
"url": "https://github.com/hidapple/graylog-plugin-teams.git"
},
"scripts": {
"build": "webpack",
"lint": "eslint -c .eslintrc.json src/web/**/*.jsx",
"format": "prettier src/web/**/*.jsx --write",
"test": "jest"
},
"keywords": [
"graylog"
],
"author": "Shohei Hida",
"license": "GPL-3.0",
"dependencies": {},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.26.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"graylog-web-plugin": "file:../graylog2-server/graylog2-web-interface/packages/graylog-web-plugin",
"prettier": "^2.2.1"
}
}