@welcome-ui/shape
Version:
Customizable design system with react • styled-components • styled-system and ariakit.
62 lines (61 loc) • 1.62 kB
JSON
{
"name": "@welcome-ui/shape",
"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"
},
"./package.json": "./package.json",
"./dist/index.doc.json": "./dist/index.doc.json"
},
"scripts": {
"build": "node ../../scripts/build.js",
"test": "jest",
"types": "rimraf dist/types && tsc --emitDeclarationOnly --declaration --declarationDir dist/types",
"doc": "node -r esm ../../scripts/doc-props.js --name Shape"
},
"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"
},
"dependencies": {
"@welcome-ui/box": "^6.1.1",
"@welcome-ui/system": "^6.1.1",
"@welcome-ui/utils": "^6.4.0"
},
"peerDependencies": {
"@xstyled/styled-components": "^3.7.3",
"react": "^18.0.0",
"styled-components": "^5.3.9"
},
"gitHead": "dc5e8d08f341b7b9a837cc0d64dcbb99f1dc617b",
"sideEffects": false,
"homepage": "https://welcome-ui.com/components/shape"
}