/
githubmirror
/
taro
Обзор
Документация
Войти
/
githubmirror
/
taro
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/css-to-react-native/package.json
41 строка
877 B
vasily
chore(release): publish 4.2.1 (#19457)
17 июл 2026, 14:46
Не верифицирован
17 июл 2026, 14:46
45f60d1
Код
Авторство
О чём код?
{ "name": "taro-css-to-react-native", "description": "Convert CSS text to a React Native stylesheet object", "version": "4.2.1", "author": "O2Team", "license": "MIT", "main": "dist/index.js", "types": "index.d.ts", "files": [ "dist", "src", "index.d.ts" ], "scripts": { "prod": "pnpm run build", "prebuild": "pnpm run clean", "clean": "rimraf ./dist", "build": "babel src --ignore *.spec.js --out-dir ./dist", "test": "vitest run" }, "repository": { "type": "git", "url": "git+https://github.com/NervJS/taro.git" }, "keywords": [ "React", "ReactNative", "styles", "CSS" ], "engines": { "node": ">= 18" }, "dependencies": { "camelize": "^1.0.1", "css": "^3.0.0", "css-color-keywords": "^1.0.0", "css-mediaquery": "^0.1.2", "postcss-value-parser": "^4.2.0" } }