UNPKG

welcome-ui

Version:

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

99 lines (98 loc) 2.58 kB
{ "name": "welcome-ui", "version": "8.4.0", "description": "Customizable design system with react • styled-components • styled-system and ariakit.", "files": [ "dist" ], "exports": { "./fonts/*": "./dist/fonts/*", "./theme": { "types": "./dist/types/theme/index.d.ts", "import": "./dist/theme.mjs", "require": "./dist/theme.mjs" }, "./utils": { "types": "./dist/types/utils/index.d.ts", "import": "./dist/utils.mjs", "require": "./dist/utils.mjs" }, "./*": { "types": "./dist/types/components/*/index.d.ts", "import": "./dist/*.mjs", "require": "./dist/*.mjs" }, "./*.d.ts": { "types": "./*.d.ts" } }, "scripts": { "start": "vite build --watch", "build": "vite build", "test": "vitest" }, "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", "welcome", "WTTJ" ], "author": "WTTJ <tech@wttj.co>", "license": "MIT", "bugs": { "url": "https://github.com/WTTJ/welcome-ui/issues" }, "dependencies": { "@ariakit/react": "0.4.15", "@emotion/is-prop-valid": "^1.3.1", "@juggle/resize-observer": "^3.4.0", "copy-to-clipboard": "^3.3.3", "date-fns": "^4.1.0", "downshift": "^7.4.1", "lodash.capitalize": "^4.2.1", "lodash.debounce": "^4.0.8", "lodash.range": "^3.2.0", "lottie-light-react": "^2.4.0", "match-sorter": "^8.0.0", "react-datepicker": "^8.4.0", "react-dropzone": "^14.3.5", "react-flatten-children": "^1.0.0", "react-hot-toast": "^2.4.1" }, "devDependencies": { "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.2.0", "@testing-library/user-event": "^14.6.1", "@types/lodash.capitalize": "^4.2.9", "@types/lodash.debounce": "^4.0.6", "@types/lodash.range": "^3.2.9", "@types/ramda": "^0.30.2", "@types/react-datepicker": "^7.0.0", "jsdom": "^26.0.0", "ramda": "^0.30.1", "release-it": "^18.1.2", "rollup": "^4.39.0", "rollup-preserve-directives": "^1.1.3", "vite": "^6.3.5", "vite-plugin-dts": "^4.5.3", "vite-plugin-static-copy": "^2.3.0", "vitest": "^3.1.4" }, "peerDependencies": { "@xstyled/styled-components": "^4.0.0", "react": "^18.3.1", "styled-components": "^6.1.15" }, "homepage": "https://welcome-ui.com" }