UNPKG

@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.

65 lines (64 loc) 2.35 kB
{ "name": "@nativescript-community/ui-collectionview", "version": "6.0.4", "description": "Allows you to easily add a collection view (grid list view) to your projects. Supports vertical and horizontal modes, templating, and more.", "main": "./index", "sideEffects": false, "funding": "https://github.com/sponsors/farfromrefug", "typings": "./index.d.ts", "scripts": { "build": "npm run tsc && npm run readme", "build.all": "npm run build && npm run build.angular", "build.angular": "ng-packagr -p ../../src/collectionview/angular/ng-package.json -c ../../src/collectionview/angular/tsconfig.json && rm angular/.npmignore", "readme": "readme generate -c ../../tools/readme/blueprint.json", "tsc": "cpy '**/*.d.ts' '../../packages/collectionview' --parents --cwd=../../src/collectionview && tsc -skipLibCheck -d", "clean": "rimraf ./*.d.ts ./*.js ./*.js.map" }, "nativescript": { "platforms": { "android": "6.0.0", "ios": "6.0.0" } }, "keywords": [ "NativeScript", "JavaScript", "Android", "iOS", "RadListView", "CollectionView", "collection view", "grid view", "grid list view", "super grid", "NativeScript UI", "nativescript community", "Angular", "Vue.js", "Vue.js Native", "Vue Native", "Svelte", "Svelte Native", "React", "React NativeScript", "preview|https://raw.githubusercontent.com/nativescript-community/ui-collectionview/master/images/demo-ios.gif|iOS Demo", "preview|https://raw.githubusercontent.com/nativescript-community/ui-collectionview/master/images/demo-android.gif|Android Demo" ], "author": { "name": "Martin Guillon", "email": "martin@akylas.fr" }, "bugs": { "url": "https://github.com/nativescript-community/ui-collectionview/issues" }, "repository": { "type": "git", "url": "https://github.com/nativescript-community/ui-collectionview" }, "license": "Apache-2.0", "readmeFilename": "README.md", "dependencies": { "@nativescript-community/arraybuffers": "^1.1.5" }, "gitHead": "95ab9a5c73c1e2919528dc83372c22b41ec332c7" }