UNPKG

@thatopen/ui

Version:

Collection of web components (UI components) meant to be used, but not limited to, BIM applications.

63 lines 1.7 kB
{ "name": "@thatopen/ui", "description": "Collection of web components (UI components) meant to be used, but not limited to, BIM applications.", "version": "3.1.1", "author": "That Open Company", "contributors": [ "Juan Hoyos (https://github.com/HoyosJuan)" ], "keywords": [ "bim", "ui", "components", "ribbon", "toolbar" ], "license": "MIT", "homepage": "https://github.com/ThatOpen/engine_ui-components#readme", "bugs": { "url": "https://github.com/ThatOpen/engine_ui-components/issues" }, "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "README.md" ], "repository": { "type": "git", "url": "git+https://github.com/ThatOpen/engine_ui-components.git" }, "scripts": { "dev": "vite --host", "build": "tsc --p ./tsconfig-build.json && vite build", "prepublishOnly": "npm run build", "publish-repo": "npm publish" }, "publishConfig": { "access": "public" }, "dependencies": { "@floating-ui/dom": "1.6.3", "iconify-icon": "2.0.0", "lit": "3.1.2" }, "devDependencies": { "@types/node": "20.11.30", "@typescript-eslint/eslint-plugin": "7.2.0", "@typescript-eslint/parser": "7.2.0", "eslint": "8.57.0", "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-import": "2.29.1", "eslint-plugin-lit": "1.11.0", "eslint-plugin-prettier": "5.1.3", "eslint-plugin-wc": "2.1.0", "glob": "10.3.12", "prettier": "3.2.5", "typescript": "5.4.2", "vite": "5.1.6", "vite-plugin-dts": "3.7.3" } }