@jp-poc/xyx
Version:
Szum-Tech design system with tailwindcss support
157 lines (156 loc) • 4.42 kB
JSON
{
"name": "@jp-poc/xyx",
"version": "1.0.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/index.d.ts",
"import": "./dist/index.js"
},
"require": {
"types": "./dist/index.d.cts",
"require": "./dist/index.cjs"
}
},
"./icons": {
"import": {
"types": "./dist/icons.d.ts",
"import": "./dist/icons.js"
},
"require": {
"types": "./dist/icons.d.cts",
"require": "./dist/icons.cjs"
}
},
"./utils": {
"import": {
"types": "./dist/utils.d.ts",
"import": "./dist/utils.js"
},
"require": {
"types": "./dist/utils.d.cts",
"require": "./dist/utils.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",
"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",
"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",
"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": {
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-slot": "^1.1.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"radix-ui": "^1.1.3",
"tailwind-merge": "^3.0.2",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@hookform/resolvers": "^4.1.3",
"@storybook/addon-essentials": "^8.6.4",
"@storybook/addon-links": "^8.6.4",
"@storybook/experimental-addon-test": "^8.6.4",
"@storybook/react": "^8.6.4",
"@storybook/react-vite": "^8.6.4",
"@storybook/theming": "^8.6.4",
"@szum-tech/eslint-config": "^2.1.6",
"@szum-tech/prettier-config": "^1.6.1",
"@szum-tech/semantic-release-config": "^2.3.0",
"@tailwindcss/postcss": "^4.0.14",
"@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/node": "^22.13.10",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/browser": "^3.0.8",
"@vitest/coverage-v8": "^3.0.8",
"@vitest/ui": "^3.0.8",
"cpy-cli": "^5.0.0",
"eslint": "^9.22.0",
"playwright": "^1.51.0",
"postcss": "^8.5.3",
"prettier": "^3.5.3",
"react": "^19.0.0",
"react-docgen-typescript": "^2.2.2",
"react-dom": "^19.0.0",
"react-hook-form": "^7.54.2",
"semantic-release": "^24.2.3",
"serve": "^14.2.4",
"storybook": "^8.5.3",
"storybook-dark-mode": "^4.0.2",
"tailwindcss": "^4.0.14",
"tsup": "^8.4.0",
"typescript": "^5.8.2",
"vite": "^5.4.14",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.0.8",
"zod": "^3.24.2"
},
"peerDependencies": {
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.54.2",
"tailwindcss": "^4.0.5"
},
"engines": {
"node": ">=22"
},
"publishConfig": {
"access": "public"
}
}