UNPKG

styled-x-row

Version:

Cross-platform Row component for the styled-x system.

36 lines (35 loc) 878 B
{ "name": "styled-x-row", "version": "1.6.0", "description": "Cross-platform Row component for the styled-x system.", "license": "MIT", "author": "Mark Miyashita <negativetwelve@gmail.com>", "homepage": "https://github.com/negativetwelve/styled-x", "repository": "https://github.com/negativetwelve/styled-x/tree/master/packages/styled-x", "keywords": [ "component", "cross-platform", "styled-x", "react", "react-native", "react-x", "react-x-component", "row" ], "main": "build/Row", "files": [ "build" ], "dependencies": { "prop-types": "^15.6.1", "styled-x-primitives": "1.6.0" }, "peerDependencies": { "react": "*" }, "scripts": { "build": "babel src --out-dir build --ignore \"**/__tests__/**\"", "clean": "rimraf build", "prepublishOnly": "yarn run clean && yarn run build" } }