领峰UI库,封装一些经常使用到的组件,自定义样式,模块化js函数,调用简单快速上手。
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.

31 lines
608 B

  1. {
  2. "name": "leadfyy-ui",
  3. "version": "1.0.0",
  4. "description": "领峰UI库,封装一些经常使用到的组件,自定义样式,模块化js函数,调用简单快速上手",
  5. "main": "index.js",
  6. "keywords": [
  7. "leadfyy",
  8. "leadfyy ui",
  9. "leadfyy-ui",
  10. "uni ui",
  11. "uni UI",
  12. "uniapp ui",
  13. "ui",
  14. "UI框架",
  15. "uniapp ui框架",
  16. "uniapp UI"
  17. ],
  18. "scripts": {
  19. "test": "echo \"Error: no test specified\" && exit 1"
  20. },
  21. "repository": {
  22. "type": "git",
  23. "url": ""
  24. },
  25. "devDependencies": {
  26. "node-sass": "^4.14.0",
  27. "sass-loader": "^8.0.2"
  28. },
  29. "author": "leadfyyUI",
  30. "license": "MIT"
  31. }