@konstructio/ui
Version:
A set of reusable and customizable React components built for konstruct.io
153 lines (152 loc) • 4.58 kB
JSON
{
"name": "@konstructio/ui",
"description": "A set of reusable and customizable React components built for konstruct.io",
"private": false,
"version": "0.1.0-alpha.18",
"type": "module",
"license": "MIT",
"main": "dist/index.js",
"files": [
"dist"
],
"author": {
"name": "Jesús Manuel Fuentes Trejo",
"email": "me@futjesus.dev",
"url": "https://futjesus.dev"
},
"keywords": [
"konstruct",
"colony",
"kubefirst",
"react",
"tailwind",
"vite",
"vitest",
"radix"
],
"repository": {
"type": "git",
"url": "git+https://github.com/konstructio/konstruct-ui.git"
},
"bugs": {
"url": "https://github.com/konstructio/konstruct-ui/issues"
},
"sideEffects": [
"**/*.css"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"homepage": "https://konstructio.github.io/konstruct-ui",
"scripts": {
"build": "rimraf ./dist & tsc --p ./tsconfig.build.json && vite build && chmod +x scripts/copy.sh && ./scripts/copy.sh",
"build:storybook": "storybook build -o storybook-static && cp -r public/* storybook-static",
"check:prettier": "prettier lib --check --config ./.prettierrc",
"check:types": "tsc -p tsconfig.json",
"ci": "npm run check:prettier && vitest run && npm run build",
"deps:update": "npx npm-check-updates --interactive --format group",
"format:prettier": "prettier lib --write './**/*.{js,jsx,ts,tsx}' --config ./.prettierrc",
"lint": "eslint lib --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"prepare": "husky",
"preview": "vite preview",
"storybook": "storybook dev -p 6006",
"test": "vitest run --coverage",
"test:ci": "vitest run",
"test:watch": "vitest dev"
},
"dependencies": {
"@radix-ui/react-alert-dialog": "^1.1.14",
"@radix-ui/react-checkbox": "^1.3.2",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-slider": "^1.3.5",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.2.5",
"@radix-ui/react-tabs": "^1.1.12",
"@radix-ui/react-toast": "^1.2.14",
"@radix-ui/react-visually-hidden": "^1.2.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"countries-and-timezones": "^3.8.0",
"js-cookie": "^3.0.5",
"lucide-react": "^0.534.0",
"react-day-picker": "^9.8.1",
"react-feather": "^2.0.10",
"react-focus-lock": "^2.13.6",
"react-remove-scroll": "^2.7.1",
"tailwind-merge": "^3.3.1"
},
"peerDependencies": {
"@types/react": "*",
"@types/react-dom": "*",
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0",
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0",
"react-router-dom": "^7",
"tailwindcss": "^4"
},
"peerDependenciesMeta": {
"react": {
"optional": false
},
"react-dom": {
"optional": false
},
"tailwindcss": {
"optional": false
},
"@types/react": {
"optional": true
},
"@types/react-dom": {
"optional": true
},
"@types/react-router-dom": {
"optional": true
}
},
"devDependencies": {
"@rollup/plugin-alias": "^5.1.1",
"@storybook/addon-docs": "^9.1.0-alpha.9",
"@storybook/addon-links": "^9.1.0-alpha.9",
"@storybook/react-vite": "^9.1.0-alpha.9",
"@tailwindcss/vite": "^4.1.11",
"@testing-library/jest-dom": "^6.6.4",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/jest-axe": "^3.5.9",
"@types/js-cookie": "^3.0.6",
"@types/lodash": "^4.17.20",
"@types/react": "^19.1.9",
"@types/react-dom": "^19.1.7",
"@typescript-eslint/eslint-plugin": "^8.38.0",
"@typescript-eslint/parser": "^8.38.0",
"@vitejs/plugin-react": "^4.7.0",
"@vitest/coverage-v8": "^3.2.4",
"autoprefixer": "^10.4.21",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"eslint-plugin-storybook": "^9.1.0-alpha.9",
"glob": "^11.0.3",
"husky": "^9.1.7",
"jest-axe": "^10.0.0",
"jsdom": "^26.1.0",
"lodash": "^4.17.21",
"postcss": "^8.5.6",
"prettier": "^3.6.2",
"rimraf": "^6.0.1",
"storybook": "^9.1.0-alpha.9",
"tailwindcss": "^4.1.11",
"ts-node": "^10.9.2",
"typescript": "^5.8.3",
"vite": "^6.3.5",
"vite-plugin-dts": "^4.5.4",
"vite-plugin-lib-inject-css": "^2.2.2",
"vite-plugin-svgr": "^4.3.0",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.2.4"
},
"overrides": {
"storybook": "$storybook"
}
}