UNPKG

@coon-js/extjs-lib-comp

Version:

NPM package providing component library for ExtJS projects

112 lines (111 loc) 3.96 kB
{ "name": "@coon-js/extjs-lib-comp", "sencha": { "name": "extjs-lib-comp", "namespace": "coon.comp", "type": "code", "creator": "coon.js", "summary": "NPM package providing Livegrid-plugin and a collection of enhanced views and related functionality for Sencha ExtJS applications.", "detailedDescription": "This package contains extended and advanced implementations for ExtJS projects which are related to view components. Requires @coon-js/extjs-lib-core. Also home of the Livegrid-plugin.", "version": "0.2.8", "compatVersion": "0.2.8", "format": "1", "slicer": null, "output": { "base": "${package.dir}/build/${build.id}", "js": { "version": "ES8" } }, "language": { "js": { "input": "ES8", "output": "ES8" } }, "compressor": { "type": "closure", "polyfills": "none" }, "local": true, "sass": null, "classpath": [ "${package.dir}/src", "${package.dir}/${toolkit.name}/src" ], "overrides": [ "${package.dir}/overrides" ], "example": null, "framework": "ext", "requires": [ "extjs-lib-core" ], "builds": { "classic": { "toolkit": "classic" }, "modern": { "toolkit": "modern" } } }, "version": "1.0.1", "description": "NPM package providing component library for ExtJS projects", "main": "index.js", "directories": { "test": "tests" }, "scripts": { "build:dev": "npm run build:test && npx node-git-hooks", "build:test": "npm i --save-dev && npx extjs-link && npx siesta-lib-helper", "postversion": "git push && git push --tags", "test": "npx ws --port 8061 --static.index tests.redirect.html --open", "release": "standard-version", "preversion": "npm run deps:latest && npx delorean -r", "release:patch": "npm run preversion && standard-version --release-as patch && npm run postversion", "release:minor": "npm run preversion && standard-version --release-as minor && npm run postversion", "release:major": "npm run preversion && standard-version --release-as major && npm run postversion", "deps:latest": "npm run deps:prod:latest && npm run deps:dev:latest", "deps:prod:latest": "npm i -P @coon-js/extjs-lib-core@latest @coon-js/extjs-package-loader@latest @l8js/l8@latest", "deps:dev:latest": "npm i -D @coon-js/delorean@latest @coon-js/extjs-link@latest @coon-js/siesta-lib-helper@latest" }, "repository": { "type": "git", "url": "git+https://github.com/coon-js/extjs-lib-comp.git" }, "keywords": [ "coon.js", "ExtJS", "Ext", "Sencha", "coonjs", "l8js", "l8.js", "l8", "extjs-lib-core" ], "author": "Thorsten Suckow-Homberg <thorsten@suckow-homberg.de>", "license": "MIT", "bugs": { "url": "https://github.com/coon-js/extjs-lib-comp/issues" }, "homepage": "https://github.com/coon-js/extjs-lib-comp#readme", "dependencies": { "@coon-js/extjs-lib-core": "^1.0.5", "@coon-js/extjs-package-loader": "^0.1.10", "@l8js/l8": "^0.10.1" }, "devDependencies": { "@commitlint/cli": "^13.2.0", "@commitlint/config-conventional": "^13.2.0", "@coon-js/delorean": "^0.3.3", "@coon-js/extjs-link": "^0.1.10", "@coon-js/siesta-lib-helper": "^0.2.0", "eslint": "^7.28.0", "local-web-server": "^4.2.1", "node-git-hooks": "^1.0.6", "siesta-lite": "^5.5.2", "standard-version": "^9.3.1" } }