-
Notifications
You must be signed in to change notification settings - Fork 123
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) 路 2.66 KB
/
Copy pathpackage.json
File metadata and controls
81 lines (81 loc) 路 2.66 KB
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
{
"name": "opensearch-alerting-dashboards",
"version": "3.8.0.0",
"description": "OpenSearch Dashboards Alerting Plugin",
"main": "index.js",
"license": "Apache-2.0",
"homepage": "https://github.com/opensearch-project/alerting-dashboards-plugin",
"repository": {
"type": "git",
"url": "https://github.com/opensearch-project/alerting-dashboards-plugin"
},
"config": {
"id": "alertingDashboards"
},
"scripts": {
"osd": "node ../../scripts/osd",
"opensearch": "node ../../scripts/opensearch",
"lint": "node ../../scripts/eslint",
"test:jest:windows": "SET TZ=UTC ../../node_modules/.bin/jest --config ./test/jest.config.js",
"test:jest": "TZ=UTC ../../node_modules/.bin/jest --config ./test/jest.config.js",
"test:jest:update-snapshots": "yarn run test:jest -u",
"cypress:run:browser": ".cypress open",
"cypress:run:ci": ".cypress run",
"build": "yarn plugin-helpers build",
"plugin-helpers": "node ../../scripts/plugin_helpers",
"postbuild": "echo Renaming build artifact to [$npm_package_config_id-$npm_package_version.zip] && mv build/$npm_package_config_id*.zip build/$npm_package_config_id-$npm_package_version.zip",
"prepare": "husky install"
},
"devDependencies": {
"@cfaester/enzyme-adapter-react-18": "^0.8.0",
"@elastic/elastic-eslint-config-kibana": "link:../../packages/opensearch-eslint-config-opensearch-dashboards",
"@elastic/eslint-import-resolver-kibana": "link:../../packages/osd-eslint-import-resolver-opensearch-dashboards",
"cypress": "^13.6.0",
"husky": "^8.0.0",
"lint-staged": "^10.2.0"
},
"dependencies": {
"@reduxjs/toolkit": "^1.6.1",
"brace": "0.11.1",
"formik": "^2.2.6",
"query-string": "^9.4.1",
"react-redux": "^8.1.0",
"react-vis": "^1.8.1"
},
"resolutions": {
"ansi-regex": "^5.0.1",
"async": "^3.2.3",
"fstream": "1.0.12",
"glob-parent": "^5.1.2",
"json-schema": "^0.4.0",
"loader-utils": "1.4.2",
"minimist": "^1.2.6",
"min-document": "^2.19.1",
"moment": "^2.29.4",
"terser": "^4.8.1",
"tough-cookie": "^4.1.3",
"semver": "^5.7.2",
"**/d3-color": "^3.1.0",
"@cypress/request": "^3.0.0",
"braces": "^3.0.3",
"micromatch": "^4.0.8",
"**/cross-spawn": "7.0.6",
"pbkdf2": "^3.1.3",
"cipher-base": "^1.0.7",
"sha.js": "^2.4.12",
"form-data": "4.0.4",
"minimatch": "^3.1.4",
"lodash": "^4.18.0",
"lodash-es": "^4.18.0",
"picomatch": "^2.3.2",
"brace-expansion": "^5.0.5",
"yaml": "^1.10.3",
"qs": "^6.15.2",
"uuid": "^14.0.0",
"bn.js": "^5.2.3",
"serialize-javascript": "^7.0.3"
},
"engines": {
"yarn": "^1.21.1"
}
}