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