12345678910111213141516171819 |
- {
- "name": "miniprogram",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "dependencies": {
- "@vant/weapp": "^1.10.19",
- "dayjs": "^1.11.8",
- "js-pinyin": "^0.2.4",
- "mobx-miniprogram": "^4.13.2",
- "mobx-miniprogram-bindings": "^2.1.5"
- },
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "keywords": [],
- "author": "",
- "license": "ISC"
- }
|