2024-01-02 15:36:59 +01:00
|
|
|
{
|
|
|
|
|
"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",
|
2024-04-20 12:48:24 +02:00
|
|
|
"@types/video.js": "^7.3.58",
|
2024-02-27 21:19:06 +01:00
|
|
|
"eslint": "^8.57.0",
|
2024-04-11 20:56:02 +02:00
|
|
|
"typescript": "^5.4.5"
|
2024-01-02 15:36:59 +01:00
|
|
|
},
|
|
|
|
|
"eslintConfig": {
|
|
|
|
|
"extends": [
|
|
|
|
|
"@homarr/eslint-config/base"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"prettier": "@homarr/prettier-config",
|
|
|
|
|
"dependencies": {
|
2024-04-04 18:31:40 +02:00
|
|
|
"@homarr/api": "workspace:^0.1.0",
|
2024-02-03 10:24:39 +01:00
|
|
|
"@homarr/common": "workspace:^0.1.0",
|
|
|
|
|
"@homarr/definitions": "workspace:^0.1.0",
|
2024-01-02 15:36:59 +01:00
|
|
|
"@homarr/form": "workspace:^0.1.0",
|
2024-03-20 20:30:58 +01:00
|
|
|
"@homarr/modals": "workspace:^0.1.0",
|
2024-01-02 15:36:59 +01:00
|
|
|
"@homarr/notifications": "workspace:^0.1.0",
|
2024-04-09 21:51:00 +02:00
|
|
|
"@homarr/spotlight": "workspace:^0.1.0",
|
2024-04-04 18:31:40 +02:00
|
|
|
"@homarr/redis": "workspace:^0.1.0",
|
2024-01-02 15:36:59 +01:00
|
|
|
"@homarr/translation": "workspace:^0.1.0",
|
2024-02-03 10:24:39 +01:00
|
|
|
"@homarr/ui": "workspace:^0.1.0",
|
2024-04-13 11:44:16 +02:00
|
|
|
"@homarr/validation": "workspace:^0.1.0",
|
2024-04-30 21:56:27 +02:00
|
|
|
"@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",
|
2024-04-30 21:14:24 +02:00
|
|
|
"video.js": "^8.12.0"
|
2024-01-02 15:36:59 +01:00
|
|
|
}
|
|
|
|
|
}
|