-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1 KB
/
package.json
File metadata and controls
32 lines (32 loc) · 1 KB
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
{
"name": "gallery-native",
"widgetName": "Gallery",
"version": "2.1.0",
"description": "A flexible gallery widget that renders columns, rows and layouts.",
"copyright": "© Mendix Technology BV 2022. All rights reserved.",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/mendix/native-widgets.git"
},
"config": {},
"marketplace": {},
"testProject": {},
"packagePath": "com.mendix.widget.native",
"scripts": {
"start": "pluggable-widgets-tools start:native",
"build": "pluggable-widgets-tools build:native",
"release": "pluggable-widgets-tools release:native",
"lint": "eslint --config ../../../.eslintrc.js --ext .jsx,.js,.ts,.tsx src/",
"version": "pnpm release",
"test": "pluggable-widgets-tools test:unit:native"
},
"dependencies": {
"@mendix/piw-utils-internal": "*",
"@shopify/flash-list": "2.2.2",
"react-native-device-info": "14.0.4"
},
"devDependencies": {
"@mendix/pluggable-widgets-tools": "*"
}
}