UNPKG

@runstack/ui

Version:

React UI components library for runstack

85 lines (84 loc) 2.19 kB
{ "name": "@runstack/ui", "version": "0.1.7", "description": "React UI components library for runstack", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "files": [ "dist/**/*", "README.md" ], "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" }, "./draggable-list": { "types": "./dist/draggable-list/index.d.ts", "import": "./dist/draggable-list/index.mjs", "require": "./dist/draggable-list/index.js" } }, "scripts": { "build": "tsup src/index.ts --format cjs,esm --dts", "dev": "tsup src/index.ts --format cjs,esm --dts --watch", "lint": "eslint . --max-warnings 0", "generate:component": "turbo gen react-component", "check-types": "tsc --noEmit", "test": "vitest run", "test:watch": "vitest", "clean": "rm -rf dist" }, "keywords": [ "react", "ui", "components", "runstack", "typescript", "tailwind" ], "author": "Runstack", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/runstackhq/runstack.git", "directory": "packages/ui" }, "peerDependencies": { "react": ">=18.0.0", "react-dom": ">=18.0.0", "@dnd-kit/core": "^6.3.1", "@dnd-kit/utilities": "^3.2.2", "clsx": "^2.1.1", "motion": "^12.19.1", "lodash-es": "^4.17.21", "react-textarea-autosize": "^8.5.3", "tailwind-merge": "^3.3.1" }, "devDependencies": { "@repo/eslint-config": "*", "@repo/typescript-config": "*", "@testing-library/dom": "^10.4.0", "@testing-library/react": "^16.0.0", "@types/lodash-es": "^4.17.12", "@types/node": "^22.15.3", "@types/react": "19.1.0", "@types/react-dom": "19.1.1", "eslint": "^9.31.0", "jsdom": "^25.0.0", "tsup": "^8.0.0", "typescript": "5.8.2", "vitest": "^2.0.0" }, "dependencies": { "@dnd-kit/core": "^6.3.1", "@dnd-kit/utilities": "^3.2.2", "clsx": "^2.1.1", "motion": "^12.19.1", "lodash-es": "^4.17.21", "react-textarea-autosize": "^8.5.3", "tailwind-merge": "^3.3.1" } }