{
    "name": "@sencha/ext-modern-theme-base",
    "version": "8.0.0",
    "sencha": {
        "name": "theme-base",
        "namespace": "Ext",
        "type": "theme",
        "framework": "ext",
        "toolkit": "modern",
        "requires": [
            "modern",
            "font-ext"
        ],
        "creator": "Sencha",
        "summary": "Ext JS Modern Base Theme",
        "detailedDescription": "An abstract base theme that provides only the bare minimums for the Ext JS modern toolkit",
        "version": "8.0.0",
        "compatVersion": "8.0.0",
        "format": "1",
        "output": "${workspace.subpkg.prefix}/${package.name}",
        "local": true,
        "sass": {
            "namespace": "Ext",
            "etc": "${package.dir}/sass/etc/all.scss",
            "var": "${package.dir}/sass/var",
            "src": "${package.dir}/sass/src"
        },
        "classpath": "${package.dir}/src",
        "overrides": "${package.dir}/overrides",
        "js": [
            {
                "path": "/~cmd/extensions/sencha-fashion/fashion/fashion.js",
                "bootstrap": true,
                "remote": true,
                "platform": [
                    "fashion"
                ],
                "isSdk": false
            },
            {
                "path": "/~cmd/extensions/sencha-fashion/sass-compiler.js",
                "bootstrap": true,
                "remote": true,
                "platform": [
                    "fashion"
                ],
                "isSdk": false
            }
        ],
        "properties": {
            "skip.pkg": 1
        },
        "extTier": "pro"
    },
    "scripts": {
        "install": "node activate.js"
    },
    "license": "SEE LICENSE IN license.txt",
    "description": "Ext JS Modern Base Theme",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/extjs/SDK.git"
    },
    "dependencies": {
        "@sencha/ext-font-awesome": "8.0.0",
        "@sencha/ext-font-ext": "8.0.0"
    },
    "author": "Sencha, Inc.",
    "homepage": "https://www.sencha.com/products/extjs/",
    "bugs": "https://support.sencha.com/",
    "keywords": [
        "sencha",
        "extjs",
        "ext js",
        "ext-js",
        "ext"
    ]
}