package.json 294 B

123456789101112131415
  1. {
  2. "name": "xiaoshi-wx",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": ".eslintrc.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "zl",
  10. "license": "ISC",
  11. "dependencies": {
  12. "@vant/weapp": "^1.11.4",
  13. "wux-weapp": "^3.11.1"
  14. }
  15. }