-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 954 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 954 Bytes
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
{
"name": "pie-doughnut-chart-native",
"widgetName": "PieDoughnutChart",
"version": "2.2.0",
"license": "Apache-2.0",
"copyright": "© Mendix Technology BV 2022. All rights reserved.",
"repository": {
"type": "git",
"url": "https://github.com/mendix/native-widgets.git"
},
"config": {},
"packagePath": "com.mendix.widget.native",
"scripts": {
"start": "pluggable-widgets-tools start:native",
"build": "pluggable-widgets-tools build:native",
"format": "pluggable-widgets-tools format",
"release": "pluggable-widgets-tools release:native",
"lint": "eslint --config ../../../.eslintrc.js --ext .jsx,.js,.ts,.tsx src/",
"test": "pluggable-widgets-tools test:unit:native",
"version": "yarn release"
},
"dependencies": {
"@mendix/piw-utils-internal": "*",
"victory-native": "^36.6.8"
},
"devDependencies": {
"@mendix/pluggable-widgets-tools": "~10.0.1",
"eslint": "^7.32.0"
}
}