package.json 791 字节
Newer Older
1 2
{
  "name": "@dcloudio/uni-h5",
3
  "version": "3.0.0-alpha-3021220211105007",
4 5 6 7 8
  "description": "@dcloudio/uni-h5",
  "main": "./dist/uni-h5.cjs.js",
  "module": "./dist/uni-h5.es.js",
  "files": [
    "dist",
fxy060608's avatar
fxy060608 已提交
9
    "lib",
10 11
    "style"
  ],
fxy060608's avatar
fxy060608 已提交
12 13 14
  "sideEffects": [
    "lib/automator.js"
  ],
15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
  "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": {
    "localstorage-polyfill": "^1.0.1",
    "pako": "^2.0.3",
    "safe-area-insets": "^1.4.1",
    "xmlhttprequest": "^1.8.0"
  },
30
  "gitHead": "639fc61420ba233355f18ee75cfa80b81efc38ed",
Q
qiang 已提交
31 32 33
  "devDependencies": {
    "@types/google.maps": "^3.45.6"
  }
34
}