forked from hunter-koppen/tabClickAction
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 876 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 876 Bytes
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
{
"name": "tabclickaction",
"widgetName": "TabClickAction",
"version": "1.0.0",
"description": "Adds an action when clicking on a tab",
"copyright": "Kobeon B.V. 2024",
"author": "Hunter Koppen",
"config": {
"projectPath": "../..//",
"mendixHost": "http://localhost:8080",
"developmentPort": "3000"
},
"packagePath": "kobeon",
"scripts": {
"start": "pluggable-widgets-tools start:server --open",
"dev": "pluggable-widgets-tools start:web",
"build": "pluggable-widgets-tools build:web",
"lint": "pluggable-widgets-tools lint",
"lint:fix": "pluggable-widgets-tools lint:fix",
"prerelease": "npm run lint",
"release": "pluggable-widgets-tools release:web"
},
"license": "Apache-2.0",
"devDependencies": {
"@mendix/pluggable-widgets-tools": "^10.12.1"
},
"dependencies": {
"classnames": "^2.2.6"
}
}