UNPKG

@cocreate/filter

Version:

A JavaScript api define attributes for filtering color, description, text, price or any list of document stored in db. Great for creating custom components like fetch, calender, datatables etc.

64 lines (63 loc) 2.16 kB
{ "name": "@cocreate/filter", "version": "1.33.3", "description": "A JavaScript api define attributes for filtering color, description, text, price or any list of document stored in db. Great for creating custom components like fetch, calender, datatables etc.", "keywords": [ "filter", "cocreate", "low-code-framework", "no-code-framework", "cocreatejs", "cocreatejs-component", "cocreate-framework", "no-code", "low-code", "collaborative-framework", "realtime", "realtime-framework", "collaboration", "shared-editing", "html5-framework", "javascript-framework" ], "publishConfig": { "access": "public" }, "scripts": { "start": "npx webpack --config webpack.config.js", "build": "npx webpack --mode=production --config webpack.config.js", "dev": "npx webpack --config webpack.config.js --watch", "postinstall": "node -e \"const { execSync } = require('child_process'); try { execSync('coc --version', { stdio: 'ignore' }); } catch (error) { try { execSync('npm install -g @cocreate/cli', { stdio: 'inherit' }); console.log('Installed \"@cocreate/cli\" globally.'); } catch (error) { console.error('Failed to install \"@cocreate/cli\" globally:', error); } }\"" }, "repository": { "type": "git", "url": "git+https://github.com/CoCreate-app/CoCreate-filter.git" }, "author": "CoCreate LLC", "license": "AGPL-3.0", "bugs": { "url": "https://github.com/CoCreate-app/CoCreate-filter/issues" }, "homepage": "https://cocreate.app/docs/filter", "funding": { "type": "GitHub Sponsors ❤", "url": "https://github.com/sponsors/CoCreate-app" }, "main": "./src/index.js", "devDependencies": { "css-loader": "^5.1.3", "esbuild": "^0.25.2", "esbuild-loader": "^4.3.0", "mini-css-extract-plugin": "^1.5.0", "webpack": "^5.24.4", "webpack-cli": "^4.5.0", "webpack-log": "^3.0.1" }, "dependencies": { "@cocreate/actions": "^1.21.1", "@cocreate/crud-client": "^1.34.2", "@cocreate/element-prototype": "^1.29.1", "@cocreate/observer": "^1.18.1", "@cocreate/utils": "^1.39.0" } }