package.json 712 字节
Newer Older
fxy060608's avatar
fxy060608 已提交
1 2
{
  "name": "@dcloudio/uni-h5",
3
  "version": "2.0.1-alpha-34920220616001",
fxy060608's avatar
fxy060608 已提交
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
  "description": "uni-app h5",
  "main": "dist/index.umd.min.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dcloudio/uni-app.git",
    "directory": "packages/uni-h5"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "fxy060608",
  "license": "Apache-2.0",
  "dependencies": {
    "base64-arraybuffer": "^0.2.0",
    "intersection-observer": "^0.7.0",
Q
qiang 已提交
19
    "pako": "^1.0.11",
Q
qiang 已提交
20
    "safe-area-insets": "^1.4.1"
fxy060608's avatar
fxy060608 已提交
21 22 23 24 25 26
  },
  "uni-app": {
    "name": "h5",
    "title": "H5",
    "main": "lib/h5/uni.config.js"
  },
27
  "gitHead": "4a974e44466ae58194372e446299cf83c7a3ad2c"
Q
qiang 已提交
28
}