-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
89 lines (89 loc) · 2.62 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
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
86
87
88
89
{
"name": "@sapcc/maillog-ui",
"version": "1.0.22",
"author": "C5321213",
"license": "MIT",
"source": "src/index.js",
"module": "build/index.js",
"private": false,
"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@svgr/core": "^7.0.0",
"@svgr/plugin-jsx": "^7.0.0",
"@tanstack/react-query": "^5.50.1",
"@testing-library/dom": "^8.19.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"assert": "^2.0.0",
"autoprefixer": "^10.4.2",
"babel-jest": "^29.3.1",
"babel-plugin-transform-import-meta": "^2.2.0",
"@cloudoperators/juno-communicator": "2.2.15",
"esbuild": "^0.19.11",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"@cloudoperators/juno-ui-components": "2.31.0",
"luxon": "^2.3.0",
"postcss": "^8.4.21",
"postcss-url": "^10.1.3",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-test-renderer": "^18.2.0",
"sass": "^1.60.0",
"shadow-dom-testing-library": "^1.7.1",
"tailwindcss": "^3.3.1",
"@cloudoperators/juno-url-state-provider": "2.1.0",
"util": "^0.12.4",
"zustand": "4.3.7"
},
"scripts": {
"test": "jest",
"start": "PORT=$APP_PORT NODE_ENV=development node esbuild.config.js --serve --watch",
"build": "NODE_ENV=production node esbuild.config.js"
},
"appProps": {
"theme": {
"value": "theme-light",
"type": "optional",
"description": "Override the default theme. Possible values are theme-light or theme-dark (default)"
},
"endpoint": {
"value": "https://maillog.qa-de-1.cloud.sap",
"type": "required",
"description": "Endpoint URL of the API"
},
"embedded": {
"value": "false",
"type": "optional",
"description": "Set to true if app is to be embedded in another existing app or page, like e.g. Elektra. If set to true the app won't render a page header/footer and instead render only the content. The default value is false."
},
"token": {
"value": "",
"type": "optional",
"description": "token for maillog server"
},
"project": {
"value": "",
"type": "optional",
"description": "project for maillog server"
}
},
"appDependencies": {
"auth": "latest"
},
"appPreview": true,
"dependencies": {
"datetimepicker": "^0.1.39",
"moment": "^2.30.1",
"node-fetch": "^3.3.2"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"zustand": "4.3.7"
}
}