package.json 431 B

1234567891011121314151617
  1. {
  2. "name": "guosen-ldt-client",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "main.js",
  6. "dev:mp-weixin": "cross-env NODE_ENV=development UNI_PLATFORM=mp-weixin vue-cli-service uni-build --watch --minimize",
  7. "scripts": {
  8. "test": "echo \"Error: no test specified\" && exit 1"
  9. },
  10. "keywords": [],
  11. "author": "",
  12. "license": "ISC",
  13. "dependencies": {
  14. "luch-request": "^3.0.6",
  15. "uview-ui": "^1.8.4"
  16. }
  17. }