@nativescript-community/ui-material-tabs
Version:
Material Design Tabs organize content across different screens, data sets, and other interactions.
24 lines • 942 B
JSON
{
"name": "@nativescript-community/ui-material-tabs-angular",
"main": "index.js",
"module": "fesm2022/nativescript-community-ui-material-tabs-angular.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/nativescript-community-ui-material-tabs-angular.mjs",
"esm": "./esm2022/nativescript-community-ui-material-tabs-angular.mjs",
"default": "./fesm2022/nativescript-community-ui-material-tabs-angular.mjs"
}
},
"sideEffects": false,
"dependencies": {
"tslib": "^2.3.0"
},
"scripts": {
"prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by Ivy in full compilation mode. This is not allowed.\\nPlease delete and rebuild the package with Ivy partial compilation mode, before attempting to publish.\\n')\" && exit 1"
}
}