package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "name": "@extjs/ext-classic-theme-crisp-touch",
  3. "ext-react-name": "@extjs/ext-react-classic-theme-crisp-touch",
  4. "ext-name": "@extjs/ext-classic-theme-crisp-touch",
  5. "SenchaExtName": "@sencha/ext-classic-theme-crisp-touch",
  6. "SenchaExtReactName": "@sencha/ext-react-classic-theme-crisp-touch",
  7. "version": "6.6.0.258",
  8. "sencha": {
  9. "name": "theme-crisp-touch",
  10. "namespace": "Ext",
  11. "type": "theme",
  12. "extend": "theme-crisp",
  13. "alternateName": [
  14. "ext-theme-crisp-touch"
  15. ],
  16. "framework": "ext",
  17. "toolkit": "classic",
  18. "requires": [
  19. "touch-sizing"
  20. ],
  21. "creator": "Sencha",
  22. "summary": "Ext JS Crisp Touch Theme",
  23. "detailedDescription": "Adds touch-friendly sizing to the Crisp Theme",
  24. "version": "6.6.0.258",
  25. "compatVersion": "6.0.0",
  26. "format": "1",
  27. "output": "${workspace.subpkg.prefix}/${package.name}",
  28. "local": true,
  29. "sass": {
  30. "namespace": "Ext",
  31. "etc": "${package.dir}/sass/etc/all.scss",
  32. "var": "${package.dir}/sass/var",
  33. "src": "${package.dir}/sass/src"
  34. },
  35. "classpath": "${package.dir}/src",
  36. "overrides": "${package.dir}/overrides",
  37. "slicer": {
  38. "js": [
  39. {
  40. "path": "${package.dir}/sass/example/custom.js",
  41. "isWidgetManifest": true
  42. }
  43. ]
  44. },
  45. "properties": {
  46. "skip.pkg": 1
  47. }
  48. }
  49. }