-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
50 lines (50 loc) · 1.52 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
{
"name": "monitoring-coverage",
"version": "0.0.17",
"description": "A sample app helping you get to 100% cloud coverage",
"engines": {
"node": ">=16.13.0"
},
"author": "",
"license": "Apache-2.0",
"scripts": {
"update": "dt-app update",
"deploy": "dt-app deploy",
"uninstall": "dt-app uninstall",
"generate:function": "dt-app generate function",
"build": "dt-app build --prod",
"start": "dt-app dev",
"info": "dt-app info",
"help": "dt-app help",
"lint": "eslint .",
"test:api": "jest --config=api/jest.config.js"
},
"devDependencies": {
"@types/jest": "27.4.0",
"@types/node": "^16.11.34",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.23.0",
"dt-app": "0.99.3",
"eslint": "^8.15.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.5.0",
"jest": "^27.4.7",
"ts-jest": "^27.1.3"
},
"dependencies": {
"@dynatrace-sdk/app-utils": "^0.2.1",
"@dynatrace-sdk/client-classic-environment-v1": "1.0.2",
"@dynatrace-sdk/client-classic-environment-v2": "1.0.4",
"@dynatrace-sdk/client-query": "1.0.5",
"@dynatrace-sdk/navigation": "1.0.0",
"@dynatrace-sdk/units": "0.7.1",
"@dynatrace/strato-components-preview": "0.94.4",
"@dynatrace/strato-icons": "0.30.5",
"@tanstack/react-query": "^4.29.3",
"@tanstack/react-query-devtools": "^4.29.3",
"react": "^17.0.0",
"react-dom": "^17.0.0"
}
}