welcome-ui
Version:
Customizable design system with react, typescript, tailwindcss and ariakit.
107 lines (106 loc) • 3 kB
JSON
{
"name": "welcome-ui",
"version": "10.6.0",
"description": "Customizable design system with react, typescript, tailwindcss and ariakit.",
"files": [
"dist"
],
"type": "module",
"exports": {
"./fonts/*": "./dist/fonts/*",
"./theme": {
"types": "./dist/types/theme/index.d.ts",
"import": "./dist/theme.js"
},
"./utils": {
"types": "./dist/types/utils/index.d.ts",
"import": "./dist/utils.js"
},
"./*.css": "./dist/*.css",
"./scss/*": "./dist/scss/*.scss",
"./*": {
"types": "./dist/types/components/*/index.d.ts",
"import": "./dist/*.js"
},
"./*.d.ts": {
"types": "./*.d.ts"
}
},
"scripts": {
"start": "vite build --watch",
"build": "vite build && node ./scripts/patch-css-imports.js",
"tokens:build": "node ./src/theme/scripts/build-tokens.js",
"tokens:generate-theme-variables": "tsx src/theme/scripts/generate-theme-variables.ts",
"theme:generate": "yarn tokens:build && tsx src/theme/scripts/generate-theme.ts && yarn run -T prettier --write 'src/theme/generated/theme.css' && yarn tokens:generate-theme-variables",
"test": "vitest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WTTJ/welcome-ui.git"
},
"keywords": [
"react",
"typescript",
"tailwindcss",
"scss",
"css",
"ariakit",
"design-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": {
"@ariakit/react": "0.4.23",
"@emotion/is-prop-valid": "^1.4.0",
"@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.2.0",
"react-datepicker": "^8.4.0",
"react-dropzone": "^14.3.8",
"react-flatten-children": "^1.0.0",
"react-hot-toast": "^2.6.0"
},
"devDependencies": {
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/lodash.capitalize": "^4.2.9",
"@types/lodash.debounce": "^4.0.6",
"@types/lodash.merge": "^4.6.9",
"@types/lodash.range": "^3.2.9",
"@types/ramda": "^0.31.1",
"@types/react-datepicker": "^7.0.0",
"jsdom": "^26.0.0",
"lodash.merge": "^4.6.2",
"ramda": "^0.32.0",
"release-it": "^18.1.2",
"rollup": "^4.53.3",
"rollup-preserve-directives": "^1.1.3",
"style-dictionary": "^5.0.4",
"tsx": "^4.21.0",
"vite": "^6.3.5",
"vite-plugin-dts": "^4.5.4",
"vitest": "^4.0.18"
},
"peerDependencies": {
"react": "^18.3.1 || ^19.0.0",
"tailwindcss": "^4.1.18"
},
"homepage": "https://welcome-ui.com"
}