-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.51 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
{
"name": "evolane-entity-explorer",
"version": "0.0.0",
"description": "An empty project",
"scripts": {
"build": "dt-app build --prod",
"start": "dt-app dev",
"generate:function": "dt-app generate function",
"uninstall": "dt-app uninstall",
"deploy": "dt-app deploy",
"update": "dt-app update",
"info": "dt-app info",
"help": "dt-app help",
"lint": "eslint ."
},
"engines": {
"node": ">=16.13.0"
},
"author": "",
"license": "ISC",
"dependencies": {
"@dynatrace-sdk/app-environment": "1.0.2",
"@dynatrace-sdk/client-classic-environment-v2": "1.7.0",
"@dynatrace-sdk/client-query": "1.7.2",
"@dynatrace-sdk/error-handlers": "1.3.1",
"@dynatrace-sdk/navigation": "1.0.2",
"@dynatrace-sdk/user-preferences": "1.1.1",
"@dynatrace/strato-components-preview": "0.110.0",
"@tanstack/react-query": "^4.33.0",
"@tanstack/react-query-devtools": "^4.33.0",
"lodash": "^4.17.21",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-intl": "6.0.8",
"react-router-dom": "^6.4.1"
},
"devDependencies": {
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^13.1.8",
"@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.111.0",
"eslint": "^8.15.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.5.0",
"react-is": "^17.0.2"
}
}