@mobily/stacks
Version:
⚡ A set of useful components to help you build and maintain React Native (Web too) layouts with ease.
39 lines (38 loc) • 677 B
JSON
{
"name": "@mobily/stacks",
"version": "2.2.2",
"namespace": false,
"bsc-flags": ["-bs-super-errors", "-bs-no-version-header"],
"reason": {
"react-jsx": 3
},
"gentypeconfig": {
"language": "typescript",
"importPath": "relative",
"debug": {
"all": false
},
"exportInterfaces": false
},
"suffix": ".bs.js",
"package-specs": {
"module": "es6",
"in-source": true
},
"sources": [
{
"dir": "src",
"subdirs": true
},
{
"dir": "__tests__",
"type": "dev",
"subdirs": true
}
],
"bs-dependencies": [
"@rescript/react",
"rescript-react-native"
],
"ppx-flags": []
}