package.json 1.1 KB
Newer Older
Q
qiang 已提交
1 2
{
  "name": "@dcloudio/uni-mp-kuaishou",
R
r-u 已提交
3
  "version": "3.0.0-alpha-4000020231214001",
Q
qiang 已提交
4 5
  "description": "uni-app mp-kuaishou",
  "main": "dist/index.js",
fxy060608's avatar
fxy060608 已提交
6
  "files": [
fxy060608's avatar
fxy060608 已提交
7
    "dist"
fxy060608's avatar
fxy060608 已提交
8
  ],
Q
qiang 已提交
9 10 11 12 13 14 15 16 17 18 19
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dcloudio/uni-app.git",
    "directory": "packages/uni-mp-kuaishou"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "license": "Apache-2.0",
  "uni-app": {
    "name": "mp-kuaishou",
fxy060608's avatar
fxy060608 已提交
20
    "title": "快手小程序",
fxy060608's avatar
fxy060608 已提交
21 22 23
    "apply": [
      "mp-kuaishou"
    ],
fxy060608's avatar
fxy060608 已提交
24
    "main": "dist/uni.compiler.js"
Q
qiang 已提交
25
  },
fxy060608's avatar
fxy060608 已提交
26 27
  "gitHead": "33e807d66e1fe47e2ee08ad9c59247e37b8884da",
  "dependencies": {
R
r-u 已提交
28 29 30 31 32 33
    "@dcloudio/uni-cli-shared": "3.0.0-alpha-4000020231214001",
    "@dcloudio/uni-mp-compiler": "3.0.0-alpha-4000020231214001",
    "@dcloudio/uni-mp-vite": "3.0.0-alpha-4000020231214001",
    "@dcloudio/uni-mp-vue": "3.0.0-alpha-4000020231214001",
    "@dcloudio/uni-mp-weixin": "3.0.0-alpha-4000020231214001",
    "@dcloudio/uni-shared": "3.0.0-alpha-4000020231214001",
fxy060608's avatar
fxy060608 已提交
34 35
    "@vue/compiler-core": "3.3.11",
    "@vue/shared": "3.3.11"
fxy060608's avatar
fxy060608 已提交
36
  }
Q
qiang 已提交
37
}