package.json 626 字节
Newer Older
fxy060608's avatar
fxy060608 已提交
1 2
{
  "name": "@dcloudio/uni-app-plus",
3
  "version": "3.0.0-alpha-3000020210618002",
fxy060608's avatar
fxy060608 已提交
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
  "description": "@dcloudio/uni-app-plus",
  "files": [
    "dist",
    "style"
  ],
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dcloudio/uni-app.git",
    "directory": "packages/uni-app-plus"
  },
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/dcloudio/uni-app/issues"
  },
  "dependencies": {
fxy060608's avatar
fxy060608 已提交
20
    "@webcomponents/custom-elements": "^1.4.3",
fxy060608's avatar
fxy060608 已提交
21
    "vue3-webcomponent-wrapper": "^0.1.4",
22
    "vue": "^3.1.4"
23 24
  },
  "gitHead": "56deaeb47d42e924d10282d7af418ccee6b139bf"
fxy060608's avatar
fxy060608 已提交
25
}