package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "id": "uni-scss",
  3. "displayName": "uni-scss 辅助样式",
  4. "version": "1.0.3",
  5. "description": "uni-sass是uni-ui提供的一套全局样式 ,通过一些简单的类名和sass变量,实现简单的页面布局操作,比如颜色、边距、圆角等。",
  6. "keywords": [
  7. "uni-scss",
  8. "uni-ui",
  9. "辅助样式"
  10. ],
  11. "repository": "https://github.com/dcloudio/uni-ui",
  12. "engines": {
  13. "HBuilderX": "^3.1.0"
  14. },
  15. "dcloudext": {
  16. "category": [
  17. "JS SDK",
  18. "通用 SDK"
  19. ],
  20. "sale": {
  21. "regular": {
  22. "price": "0.00"
  23. },
  24. "sourcecode": {
  25. "price": "0.00"
  26. }
  27. },
  28. "contact": {
  29. "qq": ""
  30. },
  31. "declaration": {
  32. "ads": "无",
  33. "data": "无",
  34. "permissions": "无"
  35. },
  36. "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui"
  37. },
  38. "uni_modules": {
  39. "dependencies": [],
  40. "encrypt": [],
  41. "platforms": {
  42. "cloud": {
  43. "tcb": "y",
  44. "aliyun": "y"
  45. },
  46. "client": {
  47. "App": {
  48. "app-vue": "y",
  49. "app-nvue": "u"
  50. },
  51. "H5-mobile": {
  52. "Safari": "y",
  53. "Android Browser": "y",
  54. "微信浏览器(Android)": "y",
  55. "QQ浏览器(Android)": "y"
  56. },
  57. "H5-pc": {
  58. "Chrome": "y",
  59. "IE": "y",
  60. "Edge": "y",
  61. "Firefox": "y",
  62. "Safari": "y"
  63. },
  64. "小程序": {
  65. "微信": "y",
  66. "阿里": "y",
  67. "百度": "y",
  68. "字节跳动": "y",
  69. "QQ": "y"
  70. },
  71. "快应用": {
  72. "华为": "n",
  73. "联盟": "n"
  74. },
  75. "Vue": {
  76. "vue2": "y",
  77. "vue3": "y"
  78. }
  79. }
  80. }
  81. }
  82. }