-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.11 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
{
"name": "bizzomatereactselect",
"widgetName": "BizzomateReactSelect",
"version": "1.3.0",
"description": "React Select implementation for Mendix",
"copyright": "© Bizzomate BV 2023. All rights reserved.",
"author": "Jelle Dekker",
"engines": {
"node": ">=16"
},
"license": "Apache-2.0",
"config": {
"projectPath": "C:/Mendix/30_Widgets/00_Widget_TestSuite-main",
"mendixHost": "http://localhost:8080",
"developmentPort": 3000
},
"packagePath": "bizzomate",
"scripts": {
"start": "pluggable-widgets-tools start:server",
"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"
},
"devDependencies": {
"@mendix/pluggable-widgets-tools": "^9.18.0",
"@types/big.js": "^6.0.2",
"@types/react": "~17.0.1",
"@types/react-dom": "~17.0.1",
"react-select": "5.7.0"
},
"dependencies": {
"classnames": "^2.2.6",
"react-select": "^5.7.0"
}
}