@td-design/react-native-rating
Version:
基于 @td-design/react-native 的 rating 组件
53 lines • 1.28 kB
JSON
{
"name": "@td-design/react-native-rating",
"version": "2.7.2",
"description": "基于 @td-design/react-native 的 rating 组件",
"main": "lib/module/index.js",
"module": "lib/module/index.js",
"types": "lib/typescript/index.d.ts",
"files": [
"lib",
"android",
"ios"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"keywords": [
"restyle",
"react-native-library"
],
"author": "thundersdata-frontend",
"license": "Apache-2.0",
"devDependencies": {
"@shopify/restyle": "2.4.2",
"@types/react": "^18.2.15",
"@types/react-native": "^0.72.2",
"@td-design/react-native": "^5.9.0",
"@td-design/rn-hooks": "^2.8.1",
"react-native-builder-bob": "^0.21.3",
"react-native-gesture-handler": "^2.12.0",
"react-native-reanimated": "^3.3.0",
"react-native-svg": "^13.10.0",
"typescript": "^5.1.6"
},
"react-native-builder-bob": {
"source": "src",
"output": "lib",
"targets": [
"module",
[
"typescript",
{
"project": "tsconfig.build.json"
}
]
]
},
"gitHead": "a230ae795ff160ad5a251dc51dbe6aab56f6eb61",
"scripts": {
"build": "bob build",
"tsc": "tsc -p ./tsconfig.json"
}
}