UNPKG

@crcong/wc-waterfall

Version:

wc-waterfall is a flow layout component written using web-component

46 lines (45 loc) 1.18 kB
{ "name": "@crcong/wc-waterfall", "private": false, "version": "0.1.3", "type": "module", "main": "dist/index.cjs", "module": "dist/index.mjs", "unpkg": "dist/index.iife.js", "jsdelivr": "dist/index.iife.js", "types": "dist/index.d.ts", "files": ["dist"], "repository": { "type": "git", "url": "https://github.com/huodoushigemi/wc-flow-layout.git" }, "author": "灬都是个谜", "license": "MIT", "description": "wc-waterfall is a flow layout component written using web-component", "scripts": { "dev": "vite", "build:docs": "vite build --outDir docs --base ./", "build": "rimraf dist/ && rollup -c && rimraf dist/types", "preview": "vite preview" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.1", "cssnano": "^6.0.2", "postcss": "^8.4.32", "postcss-clean": "^1.2.2", "rollup": "^3.23.0", "rollup-plugin-dts": "^6.0.0", "rollup-plugin-esbuild": "^5.0.0", "rollup-plugin-postcss": "^4.0.2", "tslib": "^2.5.3", "typescript": "^5.0.2", "vite": "^4.3.9" }, "keywords": [ "flow", "flow-layout", "flow-list", "waterfall", "wc-waterfall" ] }