UNPKG

tuya-panel-kit

Version:

a functional component library for developing tuya device panels!

80 lines (79 loc) 2.41 kB
{ "name": "tuya-panel-kit", "version": "4.9.4", "description": "a functional component library for developing tuya device panels!", "keywords": [ "tuya", "react-native", "panel" ], "author": "ZengBeauty<2497752603@qq.com>", "homepage": "https://github.com/tuya/tuya-panel-kit", "license": "MIT", "main": "lib/index.js", "directories": { "lib": "lib", "test": "__tests__" }, "files": [ "lib", "src" ], "publishConfig": { "registry": "https://registry.npmjs.org" }, "repository": { "type": "git", "url": "git+https://github.com/tuya/tuya-panel-kit.git" }, "scripts": { "prebuild": "rimraf lib/*", "build": "babel src --ignore __tests__ --out-dir lib --copy-files", "dev": "babel src --watch --ignore __tests__ --out-dir lib --copy-files", "test": "NODE_ENV=testing TZ=UTC jest -u --silent --forceExit", "test:watch": "jest --watch", "prepublishOnly": "yarn build" }, "bugs": { "url": "https://github.com/tuya/tuya-panel-kit/issues" }, "dependencies": { "@react-native-community/masked-view": "0.1.10", "@react-navigation/native": "5.7.3", "@react-navigation/stack": "5.9.0", "babel-cli": "^6.26.0", "color": "^0.11.1", "events": "^1.1.1", "hoist-non-react-statics": "^3.3.0", "prop-types": "^15.6.1", "react-addons-shallow-compare": "^15.6.2", "react-native-deprecated-custom-components": "0.1.2", "react-native-gesture-handler": "1.3.0", "react-native-reanimated": "1.9.0", "react-native-safe-area-context": "3.0.7", "react-native-screens": "2.9.0", "react-native-svg": "5.5.1", "style-equal": "^1.0.0", "styled-components": "^3.4.10", "tuya-panel-animation-diffusion": "^0.2.1", "tuya-panel-animation-drawer": "^0.2.1", "tuya-panel-animation-wave": "^0.2.1", "tuya-panel-icon": "^0.1.3", "tuya-panel-linear-gradient": "^0.1.1", "tuya-panel-slider": "^0.1.1", "tuya-panel-stepper": "^0.1.3", "tuya-panel-switch": "^0.1.5", "tuya-panel-tab": "^0.1.1", "tuya-panel-tabbar": "^0.1.2", "tuya-panel-tabs": "^0.1.3", "tuya-panel-theme": "^0.1.2", "tuya-panel-utils": "^0.2.1" }, "peerDependencies": { "@types/tuya-panel-kit": "*", "react": "16.8.3", "react-native": "0.59.10", "react-native-svg": "5.5.1" }, "gitHead": "0fb0e847e48e639bbef62b281930031fe6546bea" }