UNPKG

xy-direction

Version:

## Why XY?

65 lines (64 loc) 1.32 kB
{ "name": "@xy-direction/styled", "publishConfig": { "access": "public" }, "description": "Minimalistic and efficient flexbox layout components for React", "repository": { "type": "git", "url": "https://github.com/notna-anton/xy" }, "bugs": { "url": "https://github.com/notna-anton/xy/issues" }, "keywords": [ "react", "flexbox", "layout", "grid", "components", "styled-components", "emotion", "css-in-js", "lightweight", "ui", "frontend", "web-development", "dx", "developer-experience", "spacing", "gap", "padding", "margin", "xy", "direction", "horizontal", "vertical", "wrapper", "container", "box", "flex-container", "styled", "modern" ], "version": "0.0.4", "main": "dist/index.js", "types": "dist/index.d.ts", "peerDependencies": { "styled-components": "^5.0.0 || ^6.0.0", "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" }, "scripts": { "build": "tsup src/index.tsx --format esm,cjs --dts", "test": "vitest" }, "devDependencies": { "@emotion/jest": "^11.13.0", "@testing-library/react": "^16.2.0", "jsdom": "^26.0.0", "tsup": "^6.0.0", "typescript": "^5.0.0", "vitest": "^3.0.5" } }