package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "name": "@limm/windi-css-uni",
  3. "displayName": "windi-css-uni",
  4. "version": "0.1.0",
  5. "description": "wind-css 风格的 css 库。专为 uni-app 打造。",
  6. "keywords": [
  7. "css",
  8. "windicss",
  9. "uni-app"
  10. ],
  11. "homepage": "https://github.com/SunSeekerX/uni-app-starter/tree/main/packages/windi-css-uni",
  12. "bugs": {
  13. "url": "https://github.com/SunSeekerX/uni-app-starter/issues"
  14. },
  15. "repository": "https://github.com/SunSeekerX/uni-app-starter/tree/main/packages/windi-css-uni",
  16. "license": "UNLICENSED",
  17. "author": "SunSeekerX",
  18. "main": "src/index.scss",
  19. "scripts": {
  20. "build": "sass --no-source-map --no-charset --style=compressed src/index.scss:dist/output.css",
  21. "dev": "sass --no-source-map --no-charset --watch src/index.scss:dist/output.css",
  22. "gc": "git add -A && git-cz && git pull && git push",
  23. "pkg:sort": "npx sort-package-json",
  24. "pub": "npm publish --access public"
  25. },
  26. "engines": {
  27. "HBuilderX": "^3.1.12"
  28. },
  29. "dcloudext": {
  30. "category": [
  31. "前端组件",
  32. "通用组件"
  33. ],
  34. "sale": {
  35. "regular": {
  36. "price": "0.00"
  37. },
  38. "sourcecode": {
  39. "price": "0.00"
  40. }
  41. },
  42. "contact": {
  43. "qq": "1647800606"
  44. },
  45. "declaration": {
  46. "ads": "无",
  47. "data": "插件不采集任何数据",
  48. "permissions": "无"
  49. },
  50. "npmurl": "https://www.npmjs.com/package/@limm/windi-css-uni"
  51. },
  52. "id": "windi-css-uniapp",
  53. "uni_modules": {
  54. "dependencies": [],
  55. "encrypt": [],
  56. "platforms": {
  57. "cloud": {
  58. "tcb": "y",
  59. "aliyun": "y"
  60. },
  61. "client": {
  62. "Vue": {
  63. "vue2": "y",
  64. "vue3": "y"
  65. },
  66. "App": {
  67. "app-vue": "y",
  68. "app-nvue": "y"
  69. },
  70. "H5-mobile": {
  71. "Safari": "y",
  72. "Android Browser": "y",
  73. "微信浏览器(Android)": "y",
  74. "QQ浏览器(Android)": "y"
  75. },
  76. "H5-pc": {
  77. "Chrome": "y",
  78. "IE": "y",
  79. "Edge": "y",
  80. "Firefox": "y",
  81. "Safari": "y"
  82. },
  83. "小程序": {
  84. "微信": "y",
  85. "阿里": "y",
  86. "百度": "y",
  87. "字节跳动": "y",
  88. "QQ": "y"
  89. },
  90. "快应用": {
  91. "华为": "y",
  92. "联盟": "y"
  93. }
  94. }
  95. }
  96. }
  97. }