@lx-react-materiel/mp-example
Version:
Taro 小程序 example
45 lines • 946 B
JSON
{
"name": "@lx-react-materiel/mp-example",
"version": "0.6.5",
"description": "Taro 小程序 example",
"keywords": [
"taro",
"taro3",
"button",
"lx"
],
"author": "mind.wang <mind.wang@lixinchuxing.com>",
"homepage": "",
"license": "ISC",
"main": "lib/buttonTaro.tsx",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib",
"dist"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git@gitlab.lixinio.com:frontend/lx-react-materiel.git"
},
"devDependencies": {
"@tarojs/components": "^3.6.6",
"@tarojs/taro": "^3.6.6",
"react": "^18.2.0",
"utility-types": "^3.10.0"
},
"peerDependencies": {
"@tarojs/components": "^3.6.6",
"@tarojs/taro": "^3.6.6",
"react": "^18.2.0",
"utility-types": "^3.10.0"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
}
}