{
  "id": "lninl-ui",
  "name": "lninl-ui",
  "displayName": "lninl-ui",
  "version": "0.0.10",
  "description": "一个基于 Vue 3 & UnoCSS，兼容 TDesign 的 uni-app UI开发组件",
  "author": "lninl-ui",
  "license": "MIT",
  "homepage": "https://github.com/lninl-com/lninl-ui#readme",
  "repository": "https://github.com/lninl-com/lninl-ui",
  "bugs": {
    "url": "https://github.com/lninl-com/lninl-ui/issues"
  },
  "keywords": [
    "lninl-ui",
    "TDesign",
    "unocss",
    "i18n",
    "dark-mode"
  ],
  "engines": {
    "HBuilderX": "^3.1.0"
  },
  "dcloudext": {
    "type": "component-vue",
    "sale": {
      "regular": {
        "price": "0.00"
      },
      "sourcecode": {
        "price": "0.00"
      }
    },
    "contact": {
      "qq": ""
    },
    "declaration": {
      "ads": "无",
      "data": "插件不采集任何数据",
      "permissions": "无"
    },
    "npmurl": "https://www.npmjs.com/package/lninl-ui"
  },
  "uni_modules": {
    "scripts": {
      "init": ""
    },
    "dependencies": [],
    "encrypt": [],
    "platforms": {
      "cloud": {
        "tcb": "y",
        "aliyun": "y",
        "alipay": "y"
      },
      "client": {
        "Vue": {
          "vue2": "n",
          "vue3": "y"
        },
        "App": {
          "app-vue": "y",
          "app-nvue": "u",
          "app-uvue": "u"
        },
        "H5-mobile": {
          "Safari": "y",
          "Android Browser": "y",
          "微信浏览器(Android)": "y",
          "QQ浏览器(Android)": "y"
        },
        "H5-pc": {
          "Chrome": "y",
          "IE": "u",
          "Edge": "y",
          "Firefox": "y",
          "Safari": "y"
        },
        "小程序": {
          "微信": "y",
          "阿里": "y",
          "百度": "y",
          "字节跳动": "y",
          "QQ": "y",
          "钉钉": "y",
          "快手": "y",
          "飞书": "y",
          "京东": "n"
        },
        "快应用": {
          "华为": "u",
          "联盟": "u"
        }
      }
    }
  },
  "scripts": {
    "prepare": "npx simple-git-hooks",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix"
  },
  "dependencies": {
    "vue": "~3.4.34",
    "vue-i18n": "^9.13.1"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^2.23.2",
    "@commitlint/cli": "^19.3.0",
    "@commitlint/config-conventional": "^19.2.2",
    "@dcloudio/types": "^3.4.12",
    "@unocss/eslint-plugin": "^0.61.5",
    "@vue/runtime-core": "~3.4.34",
    "eslint": "^9.7.0",
    "lint-staged": "^15.2.7",
    "simple-git-hooks": "^2.11.1",
    "unocss": "~0.61.5",
    "unocss-preset-weapp": "^0.61.0"
  },
  "simple-git-hooks": {
    "pre-commit": "npx --no-install -- lint-staged",
    "commit-msg": "npx --no-install commitlint -c --edit"
  },
  "lint-staged": {
    "*": "eslint --fix"
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  }
}
