package.json 815 字节
Newer Older
fxy060608's avatar
fxy060608 已提交
1 2 3 4
{
  "name": "@dcloudio/uni-h5",
  "version": "3.0.0",
  "description": "@dcloudio/uni-h5",
fxy060608's avatar
fxy060608 已提交
5 6
  "main": "./dist/uni-h5.cjs.js",
  "module": "./dist/uni-h5.es.js",
fxy060608's avatar
fxy060608 已提交
7
  "files": [
fxy060608's avatar
fxy060608 已提交
8 9
    "dist",
    "style"
fxy060608's avatar
fxy060608 已提交
10
  ],
fxy060608's avatar
fxy060608 已提交
11
  "sideEffects": false,
fxy060608's avatar
fxy060608 已提交
12 13 14 15 16 17 18 19 20 21 22 23 24
  "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": {
fxy060608's avatar
fxy060608 已提交
25
    "localstorage-polyfill": "^1.0.1",
26
    "pako": "^2.0.3",
fxy060608's avatar
fxy060608 已提交
27
    "safe-area-insets": "^1.4.1",
fxy060608's avatar
fxy060608 已提交
28 29
    "vue-router": "^4.0.6",
    "xmlhttprequest": "^1.8.0"
30 31 32 33
  },
  "peerDependencies": {
    "@vue/shared": "^3.1.0-beta.3",
    "vue-router": "^4.0.6"
fxy060608's avatar
fxy060608 已提交
34 35
  }
}