package.json 409 B

12345678910111213141516171819
  1. {
  2. "name": "miniprogram",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "dependencies": {
  7. "@vant/weapp": "^1.10.19",
  8. "dayjs": "^1.11.8",
  9. "js-pinyin": "^0.2.4",
  10. "mobx-miniprogram": "^4.13.2",
  11. "mobx-miniprogram-bindings": "^2.1.5"
  12. },
  13. "scripts": {
  14. "test": "echo \"Error: no test specified\" && exit 1"
  15. },
  16. "keywords": [],
  17. "author": "",
  18. "license": "ISC"
  19. }