welcome-ui
Version:
Customizable design system with react, typescript, tailwindcss and ariakit.
106 lines (105 loc) • 2.84 kB
JSON
{
"name": "welcome-ui",
"version": "9.0.12",
"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",
"build:tokens": "style-dictionary build --config=style-dictionary.json --verbose",
"theme:generate": "yarn build:tokens && tsx src/theme/generate-theme.ts && yarn run -W prettier --write 'src/theme/theme.css'",
"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.19",
"@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.0.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.31.3",
"release-it": "^18.1.2",
"rollup": "^4.39.0",
"rollup-preserve-directives": "^1.1.3",
"style-dictionary": "^5.0.4",
"tsx": "^4.20.6",
"vite": "^6.3.5",
"vite-plugin-dts": "^4.5.4",
"vitest": "^3.1.4"
},
"peerDependencies": {
"react": "^18.3.1 || ^19.0.0",
"tailwindcss": "^4.1.11"
},
"homepage": "https://welcome-ui.com"
}