Initial commit

This is not completed functionality.
This commit is contained in:
bartonstee
2020-09-30 18:19:35 +02:00
committed by GitHub
parent 15477a5341
commit 4cadaa1db7
15 changed files with 20888 additions and 199 deletions

32
package.json Normal file
View File

@@ -0,0 +1,32 @@
{
"name": "backhandler",
"widgetName": "Backhandler",
"version": "1.0.0",
"description": "Disregard back events on page",
"copyright": "2020 Incentro Business Acceleration B.V.",
"author": "Bart Onstee",
"config": {
"projectPath": "../..//"
},
"packagePath": "incentro",
"scripts": {
"start": "npm run dev",
"build": "pluggable-widgets-tools build:native",
"dev": "pluggable-widgets-tools start:native",
"lint": "pluggable-widgets-tools lint",
"lint:fix": "pluggable-widgets-tools lint:fix",
"prerelease": "npm run lint",
"release": "pluggable-widgets-tools release:native"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Bart Onstee/backhandler/issues"
},
"devDependencies": {
"@mendix/pluggable-widgets-tools": "^8.12.0",
"@types/big.js": "^4.0.5",
"@types/react": "~16.9.0",
"@types/react-native": "~0.61.23"
},
"dependencies": {}
}