package.json 499 B

12345678910111213141516171819202122
  1. {
  2. "name": "jzhw_uni",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "app.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "",
  10. "dependencies": {
  11. "@vant/weapp": "^1.6.8"
  12. },
  13. "license": "ISC",
  14. "dev:mp-weixin": "cross-env NODE_ENV=development UNI_PLATFORM=mp-weixin vue-cli-service uni-build --watch --minimize",
  15. "directories": {
  16. "lib": "lib"
  17. },
  18. "repository": {
  19. "type": "git",
  20. "url": "http://47.102.110.240:3000/yuxiangpei/jzmall_wx.git"
  21. }
  22. }