@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.
66 lines (65 loc) • 2.04 kB
JSON
{
"name": "@cocreate/filter",
"version": "1.37.0",
"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",
"low-code",
"realtime",
"realtime-framework",
"collaboration",
"shared-editing",
"html5-framework",
"javascript-framework"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"start": "webpack --config webpack.config.js",
"build": "webpack --mode=production --config webpack.config.js",
"dev": "webpack --config webpack.config.js --watch"
},
"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",
"dependencies": {
"@cocreate/actions": "^1.24.0",
"@cocreate/crud-client": "^1.36.1",
"@cocreate/element-prototype": "^1.35.0",
"@cocreate/observer": "^1.22.0",
"@cocreate/utils": "^1.52.0"
},
"devDependencies": {
"@cocreate/webpack": "^1.8.0"
},
"allowScripts": {
"@cocreate/actions@1.21.4": true,
"@cocreate/api@1.22.5": true,
"@cocreate/config@1.13.4": true,
"@cocreate/crud-client@1.34.6": true,
"@cocreate/element-prototype@1.31.4": true,
"@cocreate/elements@1.42.9": true,
"@cocreate/filter@1.33.6": true,
"@cocreate/indexeddb@1.23.4": true,
"@cocreate/local-storage@1.16.5": true,
"@cocreate/observer@1.19.0": true,
"@cocreate/organizations@1.30.1": true,
"@cocreate/render@1.46.1": true,
"@cocreate/socket-client@1.40.5": true,
"@cocreate/utils@1.42.2": true,
"@cocreate/webpack@1.4.3": true
}
}