UNPKG

@szum-tech/design-system

Version:

Szum-Tech design system with tailwindcss support

186 lines (185 loc) 5.36 kB
{ "name": "@szum-tech/design-system", "version": "3.8.1", "description": "Szum-Tech design system with tailwindcss support", "keywords": [ "szum-tech", "Szum-Tech", "tailwindcss", "react", "javascript", "theme", "typescript", "react-components", "storybook", "design-system", "semantic-release" ], "homepage": "https://github.com/JanSzewczyk/design-system#readme", "bugs": { "url": "https://github.com/JanSzewczyk/design-system/issues" }, "repository": { "type": "git", "url": "git+https://github.com/JanSzewczyk/design-system.git" }, "license": "MIT", "author": "Jan Szewczyk (Szum-Tech)", "sideEffects": false, "type": "module", "exports": { ".": { "import": { "types": "./dist/components/index.d.ts", "import": "./dist/components/index.js" }, "require": { "types": "./dist/components/index.d.cts", "require": "./dist/components/index.cjs" } }, "./components/*": { "import": { "types": "./dist/components/*/index.d.ts", "import": "./dist/components/*/index.js" }, "require": { "types": "./dist/components/*/index.d.cts", "require": "./dist/components/*/index.cjs" } }, "./icons": { "import": { "types": "./dist/icons/index.d.ts", "import": "./dist/icons/index.js" }, "require": { "types": "./dist/icons/index.d.cts", "require": "./dist/icons/index.cjs" } }, "./utils": { "import": { "types": "./dist/utils/index.d.ts", "import": "./dist/utils/index.js" }, "require": { "types": "./dist/utils/index.d.cts", "require": "./dist/utils/index.cjs" } }, "./hooks": { "import": { "types": "./dist/hooks/index.d.ts", "import": "./dist/hooks/index.js" }, "require": { "types": "./dist/hooks/index.d.cts", "require": "./dist/hooks/index.cjs" } }, "./contexts": { "import": { "types": "./dist/contexts/index.d.ts", "import": "./dist/contexts/index.js" }, "require": { "types": "./dist/contexts/index.d.cts", "require": "./dist/contexts/index.cjs" } }, "./tailwind/*.css": "./tailwind/*.css", "./package.json": "./package.json" }, "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist/**", "tailwind/**" ], "scripts": { "build": "tsup && cpy 'src/tailwind/*.css' './tailwind' --flat && npm run post-build", "lint": "eslint .", "lint:ci": "eslint . -o eslint-results.sarif -f @microsoft/eslint-formatter-sarif", "lint:fix": "eslint . --fix", "lint:inspect": "npx @eslint/config-inspector@latest", "post-build": "node src/scripts/post-build.js", "prettier:check": "prettier --check .", "prettier:write": "prettier --write .", "storybook:build": "storybook build --docs", "storybook:dev": "storybook dev -p 6006", "storybook:serve": "serve storybook-static", "test": "vitest", "test:ci": "CI=true vitest --coverage", "test:coverage": "vitest --coverage", "test:storybook": "vitest --project=storybook --coverage", "test:ui": "vitest --ui", "test:unit": "vitest --project=unit --coverage", "test:watch": "vitest --watch", "type-check": "tsc --noEmit" }, "dependencies": { "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "lucide-react": "^0.556.0", "radix-ui": "^1.4.3", "sonner": "^2.0.7", "tailwind-merge": "^3.3.1", "tailwindcss-animate": "^1.0.7" }, "devDependencies": { "@storybook-community/storybook-dark-mode": "^7.0.3", "@storybook/addon-a11y": "^10.1.4", "@storybook/addon-docs": "^10.1.4", "@storybook/addon-vitest": "^10.1.4", "@storybook/builder-vite": "^10.1.4", "@storybook/react-vite": "^10.1.4", "@szum-tech/eslint-config": "^2.1.7", "@szum-tech/prettier-config": "^1.6.2", "@szum-tech/semantic-release-config": "^2.3.1", "@tailwindcss/vite": "^4.1.11", "@testing-library/dom": "^10.4.1", "@testing-library/jest-dom": "^6.6.4", "@testing-library/react": "^16.3.0", "@testing-library/user-event": "^14.6.1", "@types/node": "^24.10.1", "@types/react": "^19.2.7", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^5.1.1", "@vitest/browser": "^4.0.13", "@vitest/browser-playwright": "^4.0.15", "@vitest/coverage-v8": "^4.0.15", "@vitest/ui": "^4.0.15", "cpy-cli": "^6.0.0", "eslint": "^9.39.1", "happy-dom": "^20.0.2", "playwright": "^1.56.1", "prettier": "^3.7.4", "react": "^19.2.1", "react-docgen": "^8.0.0", "react-docgen-typescript": "^2.4.0", "react-dom": "^19.2.1", "semantic-release": "^25.0.2", "serve": "^14.2.4", "storybook": "^10.1.4", "storybook-addon-tag-badges": "^3.0.2", "tailwindcss": "^4.1.11", "tsup": "^8.5.1", "typescript": "^5.9.3", "vite": "^7.2.4", "vite-tsconfig-paths": "^5.1.4", "vitest": "^4.0.15" }, "peerDependencies": { "react": ">=19", "react-dom": ">=19", "tailwindcss": ">=4" }, "engines": { "node": ">=24" }, "publishConfig": { "access": "public" } }