wc-flow-layout
Version:
wc-flow-layout is a flow layout component written using web-component
43 lines (42 loc) • 1.1 kB
JSON
{
"name": "wc-flow-layout",
"private": false,
"version": "0.0.5",
"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-flow-layout is a flow layout component written using web-component",
"scripts": {
"dev": "vite",
"build:docs": "tsc && vite build --outDir docs --base ./",
"build": "rimraf dist && rollup -c && rimraf dist/types",
"preview": "vite preview"
},
"devDependencies": {
"@rollup/plugin-typescript": "^11.1.1",
"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"
]
}