UNPKG

box-overflow-core

Version:

Headless UI for automatically collapsing boxes when overflow.

51 lines (50 loc) 1.06 kB
{ "name": "box-overflow-core", "type": "module", "version": "0.0.1", "description": "Headless UI for automatically collapsing boxes when overflow.", "author": "Shunzi <tobyzsj@gmail.com>", "license": "MIT", "keywords": [ "overflow", "react", "vue", "box-overflow-core", "box-overflow", "rc-overflow", "react-box-overflow", "vue-box-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": "dist/cjs/index.cjs", "module": "dist/esm/index.js", "types": "./dist/esm/index.d.ts", "files": [ "dist" ], "scripts": { "build": "vite build", "dev": "vite build --watch --force", "release": "bumpp && npm publish" }, "nx": { "tags": [ "box-overflow" ] }, "devDependencies": { "csstype": "^3.1.3" } }