-
Notifications
You must be signed in to change notification settings - Fork 70
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 2.49 KB
/
Copy pathpackage.json
File metadata and controls
85 lines (85 loc) · 2.49 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
82
83
84
85
{
"name": "reports-dashboards",
"version": "3.7.0.0",
"description": "OpenSearch Dashboards Reports Plugin",
"license": "Apache-2.0",
"main": "index.ts",
"scripts": {
"osd": "node ../../scripts/osd",
"opensearch": "node ../../scripts/opensearch",
"lint:es": "node ../../scripts/eslint",
"lint": "yarn lint:es",
"start": "yarn plugin-helpers start",
"build": "yarn plugin-helpers build",
"test": "../../node_modules/.bin/jest --config ./test/jest.config.js",
"cypress:run": "../../node_modules/cypress/bin/cypress run",
"cypress:open": "../../node_modules/cypress/bin/cypress open",
"plugin-helpers": "node ../../scripts/plugin_helpers",
"postinstall": "node ./scripts/postinstall.js"
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"cron-validator": "^1.1.1",
"elastic-builder": "^2.7.1",
"exceljs": "^4.4.0",
"html2canvas": "^1.4.1",
"jest-fetch-mock": "^3.0.3",
"jquery": "^3.5.0",
"jsdom": "^21.1.2",
"json-2-csv": "^3.20.0",
"jspdf": "^4.2.1",
"react-id-generator": "^3.0.1",
"react-mde": "^10.2.1",
"react-router-dom": "^5.3.0",
"set-interval-async": "1.0.33",
"showdown": "^2.1.0",
"tesseract.js": "^4.0.2"
},
"devDependencies": {
"@testing-library/user-event": "^14.4.3",
"@types/jsdom": "^16.2.3",
"@types/set-interval-async": "^1.0.0",
"@types/showdown": "^2.0.6",
"elastic-builder": "^2.7.1",
"eslint-plugin-no-unsanitized": "^3.0.2",
"eslint-plugin-prefer-object-spread": "^1.2.1",
"identity-obj-proxy": "^3.0.0",
"jest-dom": "^4.0.0",
"replace-in-file": "^6.3.5"
},
"resolutions": {
"trim": "^1.0.0",
"doc-path": "3.1.0",
"y18n": "^5.0.5",
"lodash": "^4.18.0",
"path-parse": "^1.0.7",
"glob-parent": "^6.0.2",
"css-what": "^5.0.1",
"ansi-regex": "5.0.1",
"json-schema": "0.4.0",
"ws": "^7.5.10",
"minimatch": "^3.0.5",
"terser": "^4.8.1",
"moment": "^2.29.4",
"loader-utils": "^2.0.3",
"yaml": "^2.2.2",
"tough-cookie": "^4.1.3",
"semver": "^7.5.2",
"word-wrap": "^1.2.4",
"@cypress/request": "^3.0.0",
"@babel/traverse": "^7.23.2",
"debug": "^4.3.4",
"browserify-sign": "^4.2.2",
"braces": "^3.0.3",
"micromatch": "^4.0.8",
"@babel/helpers": "^7.26.10",
"@babel/runtime": "^7.26.10",
"pbkdf2": "^3.1.3",
"form-data": "^4.0.4",
"tmp": "^0.2.4",
"cipher-base": "^1.0.7",
"sha.js": "^2.4.12",
"qs": "^6.14.1",
"uuid": "^11.1.1"
}
}