package.json 571 字节
Newer Older
1 2 3
{
  "private": true,
  "name": "@dcloudio/uni-vue",
R
r-u 已提交
4
  "version": "3.0.0-alpha-3090020230826001",
5 6 7 8 9 10 11 12 13 14 15 16 17
  "description": "@dcloudio/uni-vue",
  "files": [
    "dist"
  ],
  "sideEffects": true,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dcloudio/uni-app.git",
    "directory": "packages/uni-vue"
  },
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/dcloudio/uni-app/issues"
fxy060608's avatar
fxy060608 已提交
18 19
  },
  "devDependencies": {
R
r-u 已提交
20 21
    "@dcloudio/uni-mp-vue": "3.0.0-alpha-3090020230826001",
    "@dcloudio/uni-shared": "3.0.0-alpha-3090020230826001"
22 23
  }
}