linuxwindowsinboxwhatsappicloudtweetdeckhipchattelegramhangoutsslackgmailskypefacebook-workplaceoutlookemailmicrosoft-teamsdiscordmessengercustom-servicesmacos
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
861 B
33 lines
861 B
9 years ago
|
{
|
||
|
"name": "ext-theme-base",
|
||
|
"type": "theme",
|
||
|
"creator": "Sencha",
|
||
|
"summary": "Ext JS Base Theme",
|
||
|
"detailedDescription": "An abstract base theme that provides only the bare minimums for Ext JS",
|
||
|
"version": "5.0.0",
|
||
|
"compatVersion": "5.0.0",
|
||
|
"format": "1",
|
||
|
"slicer": {
|
||
|
"js": [
|
||
|
{
|
||
|
"path": "${package.dir}/sass/example/render.js"
|
||
|
},
|
||
|
{
|
||
|
"path": "${package.dir}/sass/example/shortcuts.js"
|
||
|
},
|
||
|
{
|
||
|
"path": "${package.dir}/sass/example/manifest.js",
|
||
|
"isWidgetManifest": true
|
||
|
}
|
||
|
],
|
||
|
"css": [
|
||
|
{
|
||
|
"path": "${package.dir}/sass/example/slicer.css"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"output": "${package.dir}/build",
|
||
|
"local": true,
|
||
|
"requires": []
|
||
|
}
|