UNPKG

@conjoon/extjs-theme-material

Version:

This NPM package contains overrides, sass and css directives for theming the conjoon application along with its packages with a material theme.

126 lines (125 loc) 4.03 kB
{ "name": "@conjoon/extjs-theme-material", "sencha": { "name": "extjs-theme-material", "coon-js": { "package": { "config": "${coon-js.resourcePath}/extjs-theme-material.conf.json" } }, "namespace": "conjoon.theme.material", "type": "theme", "extend": "theme-material", "toolkit": "classic", "creator": "Thorsten Suckow-Homberg <thorsten@suckow-homberg.de>", "summary": "This NPM package contains overrides, sass and css directives for theming the conjoon application along with its packages with a material theme.", "version": "0.2.3", "compatVersion": "0.2.3", "format": "1", "slicer": { "js": [ { "path": "${package.dir}/sass/example/custom.js", "isWidgetManifest": true } ] }, "sass": { "namespace": "", "etc": [ "${package.dir}/sass/etc/all.scss" ], "var": [ "${package.dir}/sass/var" ], "src": [ "${package.dir}/sass/src" ] }, "output": { "base": "${package.dir}/build/${build.id}", "js": { "version": "ES8" } }, "language": { "js": { "input": "ES8", "output": "ES8" } }, "compressor": { "type": "closure", "polyfills": "none" }, "local": true, "overrides": [ "${package.dir}/overrides" ], "classpath": [ "${package.dir}/src", "${package.dir}/${toolkit.name}/src" ], "example": null, "framework": "ext", "requires": [ "extjs-lib-core", "extjs-comp-navport" ] }, "description": "This NPM package contains overrides, sass and css directives for theming the conjoon application along with its packages with a material theme.", "version": "0.3.1", "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 8091 --static.index tests.redirect.html --open", "release": "standard-version", "release:patch": "standard-version --release-as patch && npm run postversion", "release:minor": "standard-version --release-as minor && npm run postversion", "release:major": "standard-version --release-as major && npm run postversion" }, "repository": { "type": "git", "url": "git+https://github.com/conjoon/extjs-theme-material.git" }, "keywords": [ "theme", "extjs", "ext", "sencha", "javascript", "coon-js", "l8js", "l8.js", "l8", "material" ], "author": "Thorsten Suckow-Homberg <thorsten@suckow-homberg.de>", "license": "MIT", "bugs": { "url": "https://github.com/conjoon/extjs-theme-material/issues" }, "homepage": "https://github.com/conjoon/extjs-theme-material#readme", "dependencies": { "@coon-js/extjs-comp-navport": "^0.2.4", "@coon-js/extjs-lib-comp": "^0.2.8", "@coon-js/extjs-lib-core": "^1.0.0", "@l8js/l8": "^0.8.0" }, "devDependencies": { "@commitlint/cli": "^13.2.0", "@commitlint/config-conventional": "^13.2.0", "@coon-js/delorean": "^0.3.1", "@coon-js/extjs-link": "^0.1.10", "@coon-js/siesta-lib-helper": "^0.1.16", "eslint": "^7.28.0", "local-web-server": "^4.2.1", "siesta-lite": "^5.5.2", "standard-version": "^9.3.1" } }