UNPKG

react-native-ohos-svgaplayer

Version:

这是一款加载harmonyOS Svga动画的react-native开源插件

64 lines (63 loc) 1.75 kB
{ "author": "yanruifeng <xlyanrui@sina.com> (https://github.com/yrjwcharm)", "bugs": { "url": "https://github.com/yrjwcharm/react-native-ohos-svgaplayer/issues" }, "dependencies": { }, "description": "这是一款加载harmonyOS Svga动画的react-native开源插件", "devDependencies": { "@rnoh/react-native-harmony-cli": "npm:@react-native-oh/react-native-harmony-cli@^0.0.27", "react": "18.2.0", "react-native": "0.72.5" }, "files": [ "harmony", "lib", "src", "SvgaPlayer.tsx", "index.tsx" ], "harmony": { "alias": "react-native-svga-player" }, "homepage": "https://github.com/yrjwcharm/react-native-ohos-svgaplayer#readme", "license": "MIT", "main": "./index.tsx", "name": "react-native-ohos-svgaplayer", "peerDependencies": { "react": "*", "react-native": "*" }, "prettier": { "quoteProps": "consistent", "singleQuote": true, "tabWidth": 2, "trailingComma": "es5", "useTabs": false }, "keywords": [ "fabric", "harmony", "ohos", "react-native", "svga", "SvgaPlayer" ], "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "repository": { "type": "git", "url": "git@github.com:yrjwcharm/react-native-ohos-svgaplayer.git" }, "scripts": { "codegen-lib": "react-native codegen-lib-harmony --no-safety-check --npm-package-name react-native-ohos-svgaplayer --cpp-output-path ../../harmony/svgaplayer/src/main/cpp/generated --ets-output-path ../../harmony/svgaplayer/src/main/ets/generated --turbo-modules-spec-paths ./src --arkts-components-spec-paths ./src" }, "types": "./lib/index.d.ts", "version": "1.1.14", "workspaces": [ "example" ] }