package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "name": "@extjs/ext-classic-theme-triton",
  3. "ext-react-name": "@extjs/ext-react-classic-theme-triton",
  4. "ext-name": "@extjs/ext-classic-theme-triton",
  5. "SenchaExtName": "@sencha/ext-classic-theme-triton",
  6. "SenchaExtReactName": "@sencha/ext-react-classic-theme-triton",
  7. "version": "6.6.0.258",
  8. "sencha": {
  9. "name": "theme-triton",
  10. "namespace": "Ext",
  11. "type": "theme",
  12. "extend": "theme-neptune",
  13. "framework": "ext",
  14. "toolkit": "classic",
  15. "requires": [
  16. "font-awesome",
  17. "font-ext"
  18. ],
  19. "creator": "Sencha",
  20. "summary": "Ext JS Triton Theme",
  21. "detailedDescription": "The Triton theme provides a flat simple look and feel, and uses font icons in place of background images.",
  22. "version": "6.6.0.258",
  23. "compatVersion": "6.0.0",
  24. "format": "1",
  25. "output": "${workspace.subpkg.prefix}/${package.name}",
  26. "local": true,
  27. "sass": {
  28. "namespace": "Ext",
  29. "etc": "${package.dir}/sass/etc/all.scss",
  30. "var": "${package.dir}/sass/var",
  31. "src": "${package.dir}/sass/src"
  32. },
  33. "classpath": "${package.dir}/src",
  34. "overrides": "${package.dir}/overrides",
  35. "slicer": {
  36. "js": [
  37. {
  38. "path": "${package.dir}/sass/example/custom.js",
  39. "isWidgetManifest": true
  40. }
  41. ]
  42. },
  43. "fashion": {
  44. "inliner": {
  45. "enable": false,
  46. "maxItemSize": 20000,
  47. "excludes": [
  48. ".*\\.woff",
  49. ".*\\.woff2",
  50. ".*\\.ttf",
  51. ".*\\.eot",
  52. ".*\\.svg"
  53. ]
  54. }
  55. },
  56. "resource": {
  57. "paths": ""
  58. },
  59. "resources": [
  60. {
  61. "path": "${package.dir}/resources",
  62. "output": "shared"
  63. }
  64. ],
  65. "properties": {
  66. "skip.pkg": 1
  67. }
  68. }
  69. }