package.json 1021 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. "dependencies": {
  32. "@amap/amap-jsapi-loader": "^1.0.1",
  33. "@googlemaps/js-api-loader": "^1.16.8",
  34. "crypto-js": "^4.2.0",
  35. "dayjs": "^1.11.13",
  36. "echarts": "^5.6.0",
  37. "uview-ui": "^1.8.8",
  38. "vue-i18n": "^11.0.1",
  39. "vuedraggable": "^2.24.3"
  40. }
  41. }