/
githubmirror
/
taro
Обзор
Документация
Войти
/
githubmirror
/
taro
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/taro-runtime-rn/package.json
51 строка
1 KB
vasily
chore(release): publish 4.2.1 (#19457)
17 июл 2026, 14:46
Не верифицирован
17 июл 2026, 14:46
45f60d1
Код
Авторство
О чём код?
{ "name": "@tarojs/runtime-rn", "version": "4.2.1", "description": "taro-runtime-rn", "author": "O2Team", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "src" ], "scripts": { "prod": "pnpm run build", "prebuild": "pnpm run clean", "clean": "rimraf ./dist", "dev": "tsc -w", "build": "tsc", "lint": "eslint src --ext .js,.jsx,.ts,.tsx" }, "keywords": [ "taro", "runtime-rn" ], "repository": { "type": "git", "url": "git+https://github.com/NervJS/taro.git" }, "bugs": { "url": "https://github.com/NervJS/taro/issues" }, "engines": { "node": ">= 18" }, "dependencies": { "@tarojs/components-rn": "workspace:*", "@tarojs/router-rn": "workspace:*", "@tarojs/shared": "workspace:*" }, "devDependencies": { "react-native": "^0.73.1", "react-native-device-info": "^10.12.0", "react-native-root-siblings": "^5.0.1" }, "peerDependencies": { "react": ">= 18", "react-native": ">= 0.63.0", "react-native-device-info": ">= 10.0.0", "react-native-root-siblings": ">= 5" } }