package.json 637 字节
Newer Older
fxy060608's avatar
fxy060608 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
{
  "name": "@dcloudio/uni-h5",
  "version": "3.0.0",
  "description": "@dcloudio/uni-h5",
  "main": "dist/uni-h5.esm.js",
  "module": "dist/uni-h5.esm.js",
  "files": [
    "dist"
  ],
  "sideEffects": [
    "dist/uni-h5.css"
  ],
  "buildOptions": {
    "bundler": "vite"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dcloudio/uni-app.git",
    "directory": "packages/uni-h5"
  },
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/dcloudio/uni-app/issues"
  },
  "dependencies": {
    "safe-area-insets": "^1.4.1",
    "vue-router": "^4.0.0-beta.6"
  }
}