-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.53 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
39
40
41
42
43
44
{
"name": "antddaterangepicker",
"widgetName": "AntdDateRangePicker",
"version": "1.1.1",
"description": "A powerful Mendix pluggable widget used to pick date and time. It brings the ant-deign widget DatePicker into Mendix and implements almost all the features of the original widget.",
"copyright": "© Mendix Technology BV 2022. All rights reserved.",
"author": "Jonathan Zhu",
"engines": {
"node": ">=16"
},
"license": "Apache-2.0",
"config": {
"projectPath": "E:\\MyDocuments\\Mendix\\demo-AntdWidgets-main",
"mendixHost": "http://localhost:8080",
"developmentPort": 3000
},
"packagePath": "mendix",
"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",
"test": "pluggable-widgets-tools test:unit:web --no-cache --ci",
"test:unit": "pluggable-widgets-tools test:unit:web --coverage",
"prerelease": "npm run lint",
"release": "pluggable-widgets-tools release:web"
},
"devDependencies": {
"@mendix/pluggable-widgets-tools": "^9.0.0",
"@types/big.js": "^6.0.2",
"@types/enzyme": "^3.10.8",
"@types/enzyme-adapter-react-16": "^1.0.6",
"@types/jest": "^26.0.22",
"@types/react": "~17.0.1",
"@types/react-dom": "~17.0.1",
"@types/react-test-renderer": "~17.0.1"
},
"dependencies": {
"antd": "^5.0.1",
"classnames": "^2.2.6",
"dayjs": "^1.11.6"
}
}