@welcome-ui/icons
Version:
Customizable design system with react • styled-components • styled-system and ariakit.
55 lines (54 loc) • 1.3 kB
JSON
{
"name": "@welcome-ui/icons",
"version": "6.5.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"
},
"scripts": {
"build": "node ../scripts/build.js",
"types": "mkdir -p dist/types && cp src/index.d.ts dist/types/index.d.ts"
},
"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": {
"react": "^18.0.0"
},
"gitHead": "34c6e333b7ed1097ce8fe28842f5c1b87eea75c3",
"homepage": "https://welcome-ui.com/components/icons",
"component": "Icons",
"dependencies": {
"@welcome-ui/icon": "^6.1.1"
}
}