package.json 1.1 KB
Newer Older
Q
qiang 已提交
1 2
{
  "name": "@dcloudio/uni-mp-kuaishou",
3
  "version": "0.0.1-nvue3.3040020220221001",
Q
qiang 已提交
4 5 6 7 8 9 10 11 12 13 14 15 16
  "description": "uni-app mp-kuaishou",
  "main": "dist/index.js",
  "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 已提交
17
    "title": "快手小程序",
fxy060608's avatar
fxy060608 已提交
18 19 20
    "apply": [
      "mp-kuaishou"
    ],
fxy060608's avatar
fxy060608 已提交
21
    "main": "dist/uni.compiler.js"
Q
qiang 已提交
22
  },
fxy060608's avatar
fxy060608 已提交
23 24
  "gitHead": "33e807d66e1fe47e2ee08ad9c59247e37b8884da",
  "devDependencies": {
25
    "@dcloudio/uni-mp-weixin": "0.0.1-nvue3.3040020220221001",
26
    "@vue/compiler-core": "3.2.31"
fxy060608's avatar
fxy060608 已提交
27 28
  },
  "dependencies": {
29 30 31 32 33
    "@dcloudio/uni-cli-shared": "0.0.1-nvue3.3040020220221001",
    "@dcloudio/uni-mp-compiler": "0.0.1-nvue3.3040020220221001",
    "@dcloudio/uni-mp-vite": "0.0.1-nvue3.3040020220221001",
    "@dcloudio/uni-mp-vue": "0.0.1-nvue3.3040020220221001",
    "@dcloudio/uni-shared": "0.0.1-nvue3.3040020220221001"
fxy060608's avatar
fxy060608 已提交
34
  }
Q
qiang 已提交
35
}