@nativescript-community/ui-collectionview
Version:
Allows you to easily add a collection view (grid list view) to your projects. Supports vertical and horizontal modes, templating, and more.
24 lines • 947 B
JSON
{
"name": "@nativescript-community/ui-collectionview-angular",
"main": "index.js",
"module": "fesm2022/nativescript-community-ui-collectionview-angular.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/nativescript-community-ui-collectionview-angular.mjs",
"esm": "./esm2022/nativescript-community-ui-collectionview-angular.mjs",
"default": "./fesm2022/nativescript-community-ui-collectionview-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"
}
}