package.json 714 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "uView",
  3. "version": "1.8.6",
  4. "description": "uView UI,是uni-app生态优秀的UI框架,全面的组件和便捷的工具会让您信手拈来,如鱼得水",
  5. "main": "index.js",
  6. "keywords": [
  7. "uview",
  8. "ui",
  9. "uni-app"
  10. ],
  11. "scripts": {
  12. "test": "echo \"Error: no test specified\" && exit 1"
  13. },
  14. "repository": {
  15. "type": "git",
  16. "url": ""
  17. },
  18. "devDependencies": {
  19. "node-sass": "^4.14.0",
  20. "sass-loader": "^8.0.2"
  21. },
  22. "author": "uView",
  23. "license": "MIT",
  24. "id": "uview-v1",
  25. "dcloudext": {
  26. "category": [
  27. "前端组件",
  28. "通用组件"
  29. ]
  30. }
  31. }