{ "name": "@homarr/widgets", "private": true, "version": "0.1.0", "exports": { ".": "./index.ts" }, "typesVersions": { "*": { "*": [ "src/*" ] } }, "license": "MIT", "scripts": { "clean": "rm -rf .turbo node_modules", "lint": "eslint .", "format": "prettier --check . --ignore-path ../../.gitignore", "typecheck": "tsc --noEmit" }, "devDependencies": { "@homarr/eslint-config": "workspace:^0.2.0", "@homarr/prettier-config": "workspace:^0.1.0", "@homarr/tsconfig": "workspace:^0.1.0", "@types/video.js": "^7.3.58", "eslint": "^8.57.0", "typescript": "^5.4.5" }, "eslintConfig": { "extends": [ "@homarr/eslint-config/base" ] }, "prettier": "@homarr/prettier-config", "dependencies": { "@homarr/api": "workspace:^0.1.0", "@homarr/common": "workspace:^0.1.0", "@homarr/definitions": "workspace:^0.1.0", "@homarr/form": "workspace:^0.1.0", "@homarr/modals": "workspace:^0.1.0", "@homarr/notifications": "workspace:^0.1.0", "@homarr/spotlight": "workspace:^0.1.0", "@homarr/redis": "workspace:^0.1.0", "@homarr/translation": "workspace:^0.1.0", "@homarr/ui": "workspace:^0.1.0", "@homarr/validation": "workspace:^0.1.0", "@tiptap/extension-link": "^2.3.1", "@tiptap/react": "^2.3.1", "@tiptap/starter-kit": "^2.3.1", "@tiptap/extension-color": "2.3.1", "@tiptap/extension-highlight": "2.3.1", "@tiptap/extension-image": "2.3.1", "@tiptap/extension-table": "2.3.1", "@tiptap/extension-table-cell": "2.3.1", "@tiptap/extension-table-header": "2.3.1", "@tiptap/extension-table-row": "2.3.1", "@tiptap/extension-task-item": "2.3.1", "@tiptap/extension-task-list": "2.3.1", "@tiptap/extension-text-align": "2.3.1", "@tiptap/extension-text-style": "2.3.1", "@tiptap/extension-underline": "2.3.1", "video.js": "^8.12.0" } }