-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
executable file
·75 lines (75 loc) · 2.46 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
{
"name": "swgCsrTool",
"version": "1.0.1",
"private": true,
"scripts": {
"build": "yarn plugin-helpers build",
"dev": "yarn plugin-helpers dev",
"plugin-helpers": "node ../../scripts/plugin_helpers",
"kbn": "node ../../scripts/kbn",
"lint": "eslint --ext .ts,.js,.tsx,.jsx .",
"codegen": "graphql-codegen --config codegen.yml"
},
"devDependencies": {
"@elastic/eslint-config-kibana": "link:../../packages/elastic-eslint-config-kibana",
"@graphql-codegen/cli": "5.0.0",
"@graphql-codegen/fragment-matcher": "^5.0.0",
"@graphql-codegen/introspection": "4.0.0",
"@graphql-codegen/near-operation-file-preset": "3.0.0",
"@graphql-codegen/typescript": "4.0.1",
"@graphql-codegen/typescript-operations": "4.0.1",
"@graphql-codegen/typescript-react-apollo": "4.0.0",
"@types/emscripten": "^1.39.8",
"@types/http-proxy": "^1.17.12",
"@types/lodash.debounce": "^4.0.7",
"@types/lodash.groupby": "^4.6.7",
"@types/lodash.reduce": "^4.6.7",
"@types/lodash.throttle": "^4.1.7",
"@types/react": "17.0.53",
"@types/react-dom": "17.0.18",
"@types/react-router-dom": "^5.3.1",
"@types/react-sparklines": "^1.7.2",
"@types/stats.js": "^0.17.1",
"@types/three": "^0.157.0",
"@typescript-eslint/eslint-plugin": "6.7.5",
"@typescript-eslint/parser": "6.7.5",
"babel-eslint": "10.1.0",
"eslint": "8.51.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jest": "27.4.2",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-react": "7.33.2",
"prettier": "3.0.3",
"ts-node": "10.9.1",
"typescript": "5.2.2"
},
"browserslist": "> 1%",
"dependencies": {
"@apollo/client": "^3.8.5",
"@elastic/datemath": "^5.0.3",
"@elastic/eui": "89.0.0",
"eslint-plugin-react-hooks": "^4.6.0",
"graphql": "^16.5.0",
"graphql-ws": "^5.14.1",
"http-proxy": "^1.18.1",
"lodash.debounce": "^4.0.8",
"lodash.groupby": "^4.6.0",
"lodash.reduce": "^4.6.0",
"lodash.throttle": "^4.1.1",
"moment": "^2.29.4",
"prop-types": "^15.8.1",
"query-string": "^8.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "5.2.0",
"react-sparklines": "^1.7.0",
"react-use": "^17.4.0",
"rxjs": "^7.8.1",
"stats.js": "^0.17.0",
"three": "^0.157.0",
"use-query-params": "^2.2.1"
}
}