-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 937 Bytes
/
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
{
"name": "unitywrapperwidget",
"widgetName": "UnityWrapperWidget",
"version": "1.0.0",
"description": "My widget description",
"copyright": "2021 Siemens",
"author": "Rob Van 't Hof",
"engines": {
"node": ">=12"
},
"config": {
"projectPath": "C:/Mendix/UnityWidget-TestApp",
"mendixHost": "http://localhost:8080",
"developmentPort": "3000"
},
"packagePath": "siemens",
"scripts": {
"start": "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": "^9.0.0"
},
"dependencies": {
"classnames": "^2.2.6",
"react-hot-loader": "^4.13.0",
"react-unity-webgl": "^8.5.1"
}
}