package.json 1.0 KB
Newer Older
fxy060608's avatar
fxy060608 已提交
1 2
{
  "name": "@dcloudio/uni-quickapp-webview",
3
  "version": "3.0.0-alpha-3060720221018006",
fxy060608's avatar
fxy060608 已提交
4 5
  "description": "uni-app quickapp-webview",
  "main": "dist/index.js",
fxy060608's avatar
fxy060608 已提交
6 7 8 9
  "files": [
    "dist",
    "lib"
  ],
fxy060608's avatar
fxy060608 已提交
10 11 12 13 14 15 16 17 18 19 20
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dcloudio/uni-app.git",
    "directory": "packages/uni-quickapp-webview"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "license": "Apache-2.0",
  "uni-app": {
    "name": "quickapp-webview",
fxy060608's avatar
fxy060608 已提交
21 22 23 24 25
    "title": "快应用(Webview)版",
    "apply": [
      "quickapp-webview"
    ],
    "main": "dist/uni.compiler.js"
26
  },
fxy060608's avatar
fxy060608 已提交
27 28
  "gitHead": "33e807d66e1fe47e2ee08ad9c59247e37b8884da",
  "devDependencies": {
fxy060608's avatar
fxy060608 已提交
29
    "@vue/compiler-core": "3.2.41"
fxy060608's avatar
fxy060608 已提交
30 31
  },
  "dependencies": {
32 33 34 35
    "@dcloudio/uni-cli-shared": "3.0.0-alpha-3060720221018006",
    "@dcloudio/uni-mp-vite": "3.0.0-alpha-3060720221018006",
    "@dcloudio/uni-mp-vue": "3.0.0-alpha-3060720221018006",
    "@dcloudio/uni-shared": "3.0.0-alpha-3060720221018006",
fxy060608's avatar
fxy060608 已提交
36
    "@vue/shared": "3.2.41"
fxy060608's avatar
fxy060608 已提交
37
  }
fxy060608's avatar
fxy060608 已提交
38
}