package.json 404 B

1234567891011121314151617
  1. {
  2. "name": "uniapp-template",
  3. "version": "1.0.0",
  4. "description": "uniapp + uview-ui空白项目模版",
  5. "main": "main.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "vaevie520",
  10. "license": "ISC",
  11. "dependencies": {
  12. "@amap/amap-jsapi-loader": "^1.0.1",
  13. "js-base64": "^3.7.5",
  14. "jweixin-module": "^1.6.0",
  15. "uview-ui": "^1.8.1"
  16. }
  17. }