-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
53 lines (53 loc) · 1.68 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
{
"name": "opensearch-query-workbench",
"version": "3.0.0.0",
"description": "Query Workbench",
"main": "index.js",
"license": "Apache-2.0",
"homepage": "https://github.com/opensearch-project/dashboards-query-workbench/tree/main",
"repository": {
"type": "git",
"url": "https://github.com/opensearch-project/dashboards-query-workbench/tree/main"
},
"scripts": {
"osd": "node ../../scripts/osd",
"opensearch": "node ../../scripts/opensearch",
"lint:es": "node ../../scripts/eslint",
"lint": "yarn lint:es",
"start": "plugin-helpers start",
"test:server": "plugin-helpers test:server",
"test:browser": "plugin-helpers test:browser",
"test:jest": "../../node_modules/.bin/jest --config test/jest.config.js",
"test": "yarn test:jest",
"build": "yarn plugin-helpers build",
"plugin-helpers": "node ../../scripts/plugin_helpers",
"cypress:run": "TZ=America/Los_Angeles cypress run",
"cypress:open": "TZ=America/Los_Angeles cypress open"
},
"dependencies": {
"brace": "0.11.1",
"react-double-scrollbar": "^0.0.15"
},
"devDependencies": {
"@testing-library/user-event": "^14.4.3",
"@types/enzyme-adapter-react-16": "^1.0.6",
"@types/react-test-renderer": "^18.0.0",
"cypress": "^13.6.0",
"eslint": "^6.8.0",
"husky": "^8.0.3",
"jest-dom": "^4.0.0",
"jest-raw-loader": "^1.0.1",
"lint-staged": "^15.2.10",
"mutationobserver-shim": "^0.3.3",
"ts-jest": "^29.1.0"
},
"resolutions": {
"ansi-regex": "^5.0.1",
"eslint-utils": "^2.0.0",
"json-schema": "^0.4.0",
"yaml": "^2.2.2",
"tough-cookie": "^4.1.3",
"semver": "^7.5.2",
"@cypress/request": "^3.0.0"
}
}