-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
42 lines (42 loc) · 1.42 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
{
"name": "tagselector",
"widgetName": "TagSelector",
"version": "2.3.0",
"description": "Pluggable Mendix widget to select/delete/create objects and assign them to an existing object.",
"copyright": "2020 Mendix Technology BV",
"author": "Nick",
"config": {
"projectPath": "./tests/testProject/",
"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",
"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",
"preinstall": "npx npm-force-resolutions"
},
"license": "Apache-2.0",
"devDependencies": {
"@mendix/pluggable-widgets-tools": "^9.4.3",
"@types/big.js": "^4.0.5",
"@types/classnames": "^2.2.4",
"@types/enzyme": "^3.1.10",
"@types/enzyme-adapter-react-16": "^1.0.2",
"@types/jest": "^24.0.0",
"@types/react": "~16.9.0",
"@types/react-dom": "~16.9.0",
"@types/react-select": "^4.0.7",
"@types/react-test-renderer": "~16.9.0"
},
"dependencies": {
"react-select": "^4.3.1"
}
}