@td-design/react-native
Version:
react-native UI组件库
56 lines • 1.3 kB
JSON
{
"name": "@td-design/react-native",
"version": "5.9.9",
"description": "react-native UI组件库",
"keywords": [
"restyle",
"react-native-library"
],
"license": "Apache-2.0",
"author": "thundersdata-frontend",
"main": "lib/module/index.js",
"module": "lib/module/index.js",
"types": "lib/typescript/index.d.ts",
"files": [
"lib",
"android",
"ios"
],
"dependencies": {
"@shopify/restyle": "2.4.2",
"@td-design/rn-hooks": "^2.8.1",
"rc-field-form": "^1.34.2",
"react-native-shadow-2": "^7.0.8"
},
"devDependencies": {
"@types/react": "^18.2.15",
"@types/react-native": "^0.72.2",
"react-native-builder-bob": "^0.21.3",
"react-native-gesture-handler": "^2.12.0",
"react-native-reanimated": "^3.3.0",
"react-native-safe-area-context": "^4.7.1",
"react-native-svg": "^13.10.0",
"typescript": "^5.1.6"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"react-native-builder-bob": {
"source": "src",
"output": "lib",
"targets": [
"module",
[
"typescript",
{
"project": "tsconfig.build.json"
}
]
]
},
"scripts": {
"build": "bob build",
"tsc": "tsc -p ./tsconfig.json"
}
}