-
Notifications
You must be signed in to change notification settings - Fork 44
/
package.json
36 lines (36 loc) · 1.04 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
{
"name": "gantt-chart-dashboards",
"version": "3.0.0.0",
"license": "Apache-2.0",
"scripts": {
"osd": "node ../../scripts/osd",
"opensearch": "node ../../scripts/opensearch",
"lint": "eslint .",
"lint:style": "node ../../scripts/stylelint",
"build": "yarn plugin-helpers build",
"plugin-helpers": "node ../../scripts/plugin_helpers",
"test": "../../node_modules/.bin/jest --config ./test/jest.config.js",
"cypress:run": "TZ=America/Los_Angeles cypress run",
"cypress:open": "TZ=America/Los_Angeles cypress open"
},
"dependencies": {
"plotly.js-dist": "^1.57.1",
"react-plotly.js": "^2.4.0"
},
"devDependencies": {
"@types/enzyme-adapter-react-16": "^1.0.6",
"@types/react-plotly.js": "^2.2.4",
"@types/showdown": "^1.9.3",
"cypress": "^12.8.1",
"eslint": "^6.8.0",
"jest-dom": "^4.0.0"
},
"resolutions": {
"ansi-regex": "^5.0.1",
"debug": "^3.1.0",
"glob-parent": "^6.0.1",
"tough-cookie": "^4.1.3",
"semver": "^7.5.2",
"@cypress/request": "^3.0.0"
}
}