package.json 1.4 KB
Newer Older
1 2
{
  "name": "@dcloudio/uni-h5",
Q
qiang 已提交
3
  "version": "3.0.0-alpha-3030020211124001",
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
  "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"
  },
fxy060608's avatar
fxy060608 已提交
24 25 26 27 28 29 30
  "uni-app": {
    "name": "uni-h5",
    "apply": [
      "h5"
    ],
    "main": "dist/uni.compiler.js"
  },
31
  "dependencies": {
Q
qiang 已提交
32 33 34 35
    "@dcloudio/uni-h5-vite": "3.0.0-alpha-3030020211124001",
    "@dcloudio/uni-h5-vue": "3.0.0-alpha-3030020211124001",
    "@dcloudio/uni-i18n": "3.0.0-alpha-3030020211124001",
    "@dcloudio/uni-shared": "3.0.0-alpha-3030020211124001",
36 37
    "@vue/server-renderer": "3.2.22",
    "@vue/shared": "3.2.22",
38 39
    "localstorage-polyfill": "^1.0.1",
    "safe-area-insets": "^1.4.1",
fxy060608's avatar
fxy060608 已提交
40
    "vue-router": "^4.0.12",
41 42
    "xmlhttprequest": "^1.8.0"
  },
43
  "gitHead": "33e807d66e1fe47e2ee08ad9c59247e37b8884da",
Q
qiang 已提交
44
  "devDependencies": {
fxy060608's avatar
fxy060608 已提交
45
    "@dcloudio/uni-cli-i18n": "^2.0.0-32920211029004",
Q
qiang 已提交
46
    "@dcloudio/uni-cli-shared": "3.0.0-alpha-3030020211124001",
fxy060608's avatar
fxy060608 已提交
47 48
    "@types/google.maps": "^3.45.6",
    "acorn-loose": "^8.2.1",
49
    "vue": "3.2.22"
Q
qiang 已提交
50
  }
51
}