UNPKG

@welcome-ui/utils

Version:

Customizable design system with react • styled-components • styled-system and ariakit.

55 lines (54 loc) 1.35 kB
{ "name": "@welcome-ui/utils", "version": "6.4.0", "description": "Customizable design system with react • styled-components • styled-system and ariakit.", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/types/index.d.ts", "exports": { ".": { "types": "./dist/types/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" } }, "scripts": { "build": "node ../../scripts/build.js", "test": "jest", "types": "rimraf dist/types && tsc --emitDeclarationOnly --declaration --declarationDir dist/types" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/WTTJ/welcome-ui.git" }, "keywords": [ "design-system", "react", "ariakit", "styled-components", "styled-system", "ui-library", "ui", "ux", "jungle", "welcome", "WTTJ" ], "author": "WTTJ <tech@wttj.co>", "license": "MIT", "bugs": { "url": "https://github.com/WTTJ/welcome-ui/issues" }, "peerDependencies": { "@xstyled/styled-components": "^3.7.3", "react": "^18.0.0", "react-dom": "^18.1.0", "styled-components": "^5.3.9" }, "gitHead": "dc5e8d08f341b7b9a837cc0d64dcbb99f1dc617b", "sideEffects": false, "homepage": "https://welcome-ui.com" }