@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.51 kB
JSON
{
"name": "@nativescript-community/ui-collectionview",
"version": "6.0.25",
"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",
"readme": "../../node_modules/.bin/readme generate -c ../../tools/readme/blueprint.json",
"tsc": "cpy '**/*.d.ts' '../../packages/collectionview' --parents --cwd=../../src/collectionview && ../../node_modules/.bin/tsc --build",
"clean": "../../node_modules/.bin/rimraf ./*.d.ts ./*.js ./*.js.map ./*.tsbuildinfo ./*.mjs ./*.mjs.map ./angular ./svelte ./vue* ./react",
"build.angular": "../../node_modules/.bin/ng-packagr -p ../../src/collectionview/angular/ng-package.json -c ../../src/collectionview/angular/tsconfig.json && rm angular/.npmignore"
},
"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": "1e64fb2b6c0577e0179c885cd7a55cb56036c0a6"
}