package.json 632 字节
Newer Older
1 2
{
  "name": "@dcloudio/uni-h5-vue",
3
  "version": "3.0.0-alpha-3060720221018006",
4 5 6 7 8 9 10 11 12 13
  "description": "@dcloudio/uni-h5-vue",
  "main": "dist/vue.runtime.cjs.js",
  "module": "dist/vue.runtime.esm.js",
  "files": [
    "dist"
  ],
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dcloudio/uni-app.git",
fxy060608's avatar
fxy060608 已提交
14
    "directory": "packages/uni-h5-vue"
15 16 17 18
  },
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/dcloudio/uni-app/issues"
19
  },
fxy060608's avatar
fxy060608 已提交
20 21
  "gitHead": "33e807d66e1fe47e2ee08ad9c59247e37b8884da",
  "dependencies": {
22
    "@dcloudio/uni-shared": "3.0.0-alpha-3060720221018006"
fxy060608's avatar
fxy060608 已提交
23
  }
24
}