UNPKG

react-box-overflow

Version:

Headless UI for automatically collapsing boxes when overflow in React.

68 lines (67 loc) 1.43 kB
{ "name": "react-box-overflow", "type": "module", "version": "0.0.1", "description": "Headless UI for automatically collapsing boxes when overflow in React.", "author": "Shunzi <tobyzsj@gmail.com>", "license": "MIT", "keywords": [ "overflow", "react", "box-overflow-core", "box-overflow", "rc-overflow" ], "exports": { ".": { "import": { "types": "./dist/esm/index.d.ts", "default": "./dist/esm/index.js" }, "require": { "types": "./dist/cjs/index.d.cts", "default": "./dist/cjs/index.cjs" } }, "./package.json": "./package.json" }, "main": "index.js", "scripts": { "build": "vite build", "dev": "vite build --watch", "release": "bumpp && npm publish" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0", "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" }, "dependencies": { "box-overflow-core": "workspace:^", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "@types/react": "^18.2.69", "@types/react-dom": "^18.2.22", "@vitejs/plugin-react": "^4.2.1", "vite": "^5.2.7" }, "nx": { "tags": [ "react", "box-overflow" ], "targets": { "build": { "dependsOn": [ "^build" ] }, "dev": { "dependsOn": [ "^build" ] } } } }