12345678910111213141516 |
- {
- "name": "hello-uniapp",
- "version": "1.0.0",
- "description": "",
- "main": "main.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "",
- "license": "ISC",
- "dependencies": {
- "echarts": "^5.0.2",
- "jweixin-module": "^1.6.0",
- "mpvue-echarts": "^0.3.2"
- }
- }
|