-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
33 lines (33 loc) · 1.21 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
{
"name": "searchable-listview-native",
"widgetName": "SearchableListViewNative",
"version": "1.2.0",
"description": "A Searchable listview for native",
"copyright": "Mendix 2019",
"author": "Conner Charlebois",
"config": {
"widgetPath": "/Users/conner.charlebois/Documents/Mendix/Projects/Work_Management -WM-JulyRelease/widgets",
"projectPath": "/Users/conner.charlebois/Documents/Mendix/Projects/Work_Management -WM-JulyRelease"
},
"packagePath": "mendix",
"scripts": {
"start": "npm run dev",
"build": "pluggable-widgets-tools build:js:native",
"dev": "pluggable-widgets-tools start:js:native",
"lint": "pluggable-widgets-tools lint",
"lint:fix": "pluggable-widgets-tools lint:fix",
"prerelease": "npm run lint",
"release": "pluggable-widgets-tools release:js:native"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Conner Charlebois/searchable-listview-native/issues"
},
"devDependencies": {
"@mendix/pluggable-widgets-tools": "^9.3.1",
"@prettier/plugin-xml": "^0.12.0"
},
"dependencies": {
"react-native-searchable-list": "^1.1.3"
}
}