package.json 692 B

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