package.json 848 B

1234567891011121314151617181920212223
  1. {
  2. "name": "locallivingservicesuniapp",
  3. "version": "1.0.0",
  4. "description": "JeecgBoot - APP移动解决方案,采用uniapp框架,一份代码多终端适配,同时支持APP、小程序、H5!实现了与[JeecgBoot低代码平台](https://github.com/jeecgboot/jeecg-boot)完美对接!目前已经实现登录、用户信息、通讯录、公告、移动首页、九宫格等基础功能,更多功能请自己扩展。",
  5. "main": "main.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "keywords": [],
  10. "author": "",
  11. "license": "ISC",
  12. "repository": {
  13. "type": "git",
  14. "url": "http://39.101.143.165:8090/hxl13994548489/LocalLivingServicesUniapp.git"
  15. },
  16. "devDependencies": {
  17. "query-string": "^9.1.1"
  18. },
  19. "dependencies": {
  20. "echarts": "^5.6.0",
  21. "uview-ui": "^1.8.8"
  22. }
  23. }