This repository has been archived by the owner on Apr 13, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.47 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
{
"name": "draganddropwidget",
"widgetName": "Draganddropwidget",
"version": "1.0.1",
"description": "My widget description",
"copyright": "2021 Mendix Technology BV",
"author": "Arno Welgemoed",
"config": {
"widgetPath": "./dist/test/widgets",
"projectPath": "./dist/test/",
"mendixHost": "http://10.211.55.3: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.12.0",
"@types/big.js": "^4.0.5",
"@types/classnames": "^2.2.11",
"@types/react": "~16.9.0",
"@types/react-dom": "~16.9.0"
},
"dependencies": {
"@types/react-beautiful-dnd": "^13.0.0",
"@types/react-dnd-multi-backend": "^6.0.0",
"classnames": "^2.2.6",
"immutability-helper": "^3.1.1",
"react-beautiful-dnd": "^13.0.0",
"react-dnd": "^11.1.3",
"react-dnd-html5-backend": "^11.1.3",
"react-dnd-multi-backend": "^6.0.2",
"react-dnd-touch-backend": "^11.1.3"
}
}