-
Notifications
You must be signed in to change notification settings - Fork 84
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 2.15 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 2.15 KB
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
{
"name": "@mendix/time-series-chart-web",
"widgetName": "TimeSeries",
"version": "6.2.1",
"description": "Shows data changes over period of time.",
"copyright": "© Mendix Technology BV 2025. All rights reserved.",
"license": "Apache-2.0",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/mendix/web-widgets.git"
},
"config": {},
"mxpackage": {
"name": "TimeSeries",
"type": "widget",
"mpkName": "com.mendix.widget.web.TimeSeries.mpk"
},
"packagePath": "com.mendix.widget.web",
"marketplace": {
"minimumMXVersion": "9.6.0",
"appName": "Time Series"
},
"testProject": {
"githubUrl": "https://github.com/mendix/testProjects",
"branchName": "time-series-chart-web"
},
"scripts": {
"build": "pluggable-widgets-tools build:web",
"create-translation": "rui-create-translation",
"dev": "pluggable-widgets-tools start:web",
"e2e": "run-e2e ci",
"e2edev": "run-e2e dev --with-preps",
"format": "prettier --ignore-path ./node_modules/@mendix/prettier-config-web-widgets/global-prettierignore --write .",
"lint": "eslint src/ package.json",
"release": "pluggable-widgets-tools release:web",
"start": "pluggable-widgets-tools start:server",
"test": "jest --projects jest.config.js",
"update-changelog": "rui-update-changelog-widget",
"verify": "rui-verify-package-format"
},
"dependencies": {
"@mendix/shared-charts": "workspace:*",
"@mendix/widget-plugin-component-kit": "workspace:*",
"classnames": "^2.5.1",
"plotly.js-dist-min": "^3.1.0"
},
"devDependencies": {
"@happy-dom/jest-environment": "^18.0.1",
"@mendix/automation-utils": "workspace:*",
"@mendix/eslint-config-web-widgets": "workspace:*",
"@mendix/pluggable-widgets-tools": "*",
"@mendix/prettier-config-web-widgets": "workspace:*",
"@mendix/run-e2e": "workspace:*",
"@mendix/widget-plugin-platform": "workspace:*",
"@mendix/widget-plugin-test-utils": "workspace:*"
}
}