123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- {
- "name": "@extjs/ext-classic-theme-triton",
- "ext-react-name": "@extjs/ext-react-classic-theme-triton",
- "ext-name": "@extjs/ext-classic-theme-triton",
- "SenchaExtName": "@sencha/ext-classic-theme-triton",
- "SenchaExtReactName": "@sencha/ext-react-classic-theme-triton",
- "version": "6.6.0.258",
- "sencha": {
- "name": "theme-triton",
- "namespace": "Ext",
- "type": "theme",
- "extend": "theme-neptune",
- "framework": "ext",
- "toolkit": "classic",
- "requires": [
- "font-awesome",
- "font-ext"
- ],
- "creator": "Sencha",
- "summary": "Ext JS Triton Theme",
- "detailedDescription": "The Triton theme provides a flat simple look and feel, and uses font icons in place of background images.",
- "version": "6.6.0.258",
- "compatVersion": "6.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",
- "slicer": {
- "js": [
- {
- "path": "${package.dir}/sass/example/custom.js",
- "isWidgetManifest": true
- }
- ]
- },
- "fashion": {
- "inliner": {
- "enable": false,
- "maxItemSize": 20000,
- "excludes": [
- ".*\\.woff",
- ".*\\.woff2",
- ".*\\.ttf",
- ".*\\.eot",
- ".*\\.svg"
- ]
- }
- },
- "resource": {
- "paths": ""
- },
- "resources": [
- {
- "path": "${package.dir}/resources",
- "output": "shared"
- }
- ],
- "properties": {
- "skip.pkg": 1
- }
- }
- }
|