-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.04 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
{
"name": "tabpageselector",
"widgetName": "TabPageSelector",
"version": "1.1.0",
"description": "Use this widget to dynamically set the active tab page.",
"copyright": "2020 Mendix Technology BV",
"author": "Amogh Shah",
"engines": {
"node": ">=12"
},
"config": {
"projectPath": "..//",
"mendixHost": "http://localhost:8080",
"developmentPort": "3000"
},
"packagePath": "mendix",
"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": "^8.14.0",
"@types/big.js": "^4.0.5",
"@types/classnames": "^2.2.4",
"@types/react": "~16.9.0",
"@types/react-dom": "~16.9.0"
},
"dependencies": {
"classnames": "^2.2.6"
}
}