-
Notifications
You must be signed in to change notification settings - Fork 80
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 2.33 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 2.33 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
59
60
61
{
"name": "@mendix/dropdown-sort-web",
"widgetName": "DropdownSort",
"version": "3.8.1",
"description": "Adds sorting functionality to Gallery widget.",
"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": "DropdownSort",
"type": "widget",
"mpkName": "com.mendix.widget.web.DropdownSort.mpk"
},
"packagePath": "com.mendix.widget.web",
"marketplace": {
"minimumMXVersion": "9.17.0",
"appName": "Drop-down Sort"
},
"testProject": {
"githubUrl": "https://github.com/mendix/testProjects",
"branchName": "dropdown-sort-web/data-widgets-3.0"
},
"scripts": {
"build": "pluggable-widgets-tools build:ts",
"create-translation": "rui-create-translation",
"dev": "pluggable-widgets-tools start:ts",
"e2e": "run-e2e ci",
"e2e-update-project": "pnpm --filter @mendix/data-widgets run build:include-deps",
"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:ts",
"start": "pluggable-widgets-tools start:server",
"test": "jest",
"update-changelog": "rui-update-changelog-widget",
"verify": "rui-verify-package-format"
},
"dependencies": {
"@mendix/widget-plugin-filtering": "workspace:*"
},
"devDependencies": {
"@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-component-kit": "workspace:*",
"@mendix/widget-plugin-hooks": "workspace:*",
"@mendix/widget-plugin-platform": "workspace:*",
"@mendix/widget-plugin-sorting": "workspace:*",
"@mendix/widget-plugin-test-utils": "workspace:*",
"@types/enzyme": "^3.10.13",
"classnames": "^2.5.1",
"jest": "^29.7.0"
}
}