2024-01-02 15:36:59 +01:00
|
|
|
{
|
|
|
|
|
"name": "@homarr/widgets",
|
|
|
|
|
"private": true,
|
|
|
|
|
"version": "0.1.0",
|
2024-06-08 20:49:57 +02:00
|
|
|
"type": "module",
|
2024-01-02 15:36:59 +01:00
|
|
|
"exports": {
|
2024-05-26 17:13:34 +02:00
|
|
|
".": "./index.ts",
|
|
|
|
|
"./errors": "./src/errors/component.tsx"
|
2024-01-02 15:36:59 +01:00
|
|
|
},
|
|
|
|
|
"typesVersions": {
|
|
|
|
|
"*": {
|
|
|
|
|
"*": [
|
|
|
|
|
"src/*"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"clean": "rm -rf .turbo node_modules",
|
2024-06-08 20:49:57 +02:00
|
|
|
"lint": "eslint",
|
2024-01-02 15:36:59 +01:00
|
|
|
"format": "prettier --check . --ignore-path ../../.gitignore",
|
|
|
|
|
"typecheck": "tsc --noEmit"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2024-07-27 18:11:29 +02:00
|
|
|
"@extractus/feed-extractor": "^7.1.3",
|
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-05-26 17:13:34 +02:00
|
|
|
"@homarr/integrations": "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-04 18:31:40 +02:00
|
|
|
"@homarr/redis": "workspace:^0.1.0",
|
2024-05-19 23:01:26 +02:00
|
|
|
"@homarr/spotlight": "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-08-12 13:16:26 +00:00
|
|
|
"@mantine/hooks": "^7.12.1",
|
|
|
|
|
"@mantine/core": "^7.12.1",
|
2024-08-09 02:33:55 +00:00
|
|
|
"@tabler/icons-react": "^3.12.0",
|
2024-08-23 10:48:40 +00:00
|
|
|
"@tiptap/extension-color": "2.6.6",
|
|
|
|
|
"@tiptap/extension-highlight": "2.6.6",
|
|
|
|
|
"@tiptap/extension-image": "2.6.6",
|
|
|
|
|
"@tiptap/extension-link": "^2.6.6",
|
|
|
|
|
"@tiptap/extension-table": "2.6.6",
|
|
|
|
|
"@tiptap/extension-table-cell": "2.6.6",
|
|
|
|
|
"@tiptap/extension-table-header": "2.6.6",
|
|
|
|
|
"@tiptap/extension-table-row": "2.6.6",
|
|
|
|
|
"@tiptap/extension-task-item": "2.6.6",
|
|
|
|
|
"@tiptap/extension-task-list": "2.6.6",
|
|
|
|
|
"@tiptap/extension-text-align": "2.6.6",
|
|
|
|
|
"@tiptap/extension-text-style": "2.6.6",
|
|
|
|
|
"@tiptap/extension-underline": "2.6.6",
|
|
|
|
|
"@tiptap/react": "^2.6.6",
|
|
|
|
|
"@tiptap/starter-kit": "^2.6.6",
|
2024-06-10 21:26:39 +02:00
|
|
|
"clsx": "^2.1.1",
|
2024-08-20 19:21:08 +00:00
|
|
|
"dayjs": "^1.11.13",
|
2024-08-22 11:35:43 +00:00
|
|
|
"next": "^14.2.6",
|
2024-07-20 13:25:30 +00:00
|
|
|
"mantine-react-table": "2.0.0-beta.6",
|
2024-06-10 21:26:39 +02:00
|
|
|
"react": "^18.3.1",
|
2024-08-13 09:28:28 +00:00
|
|
|
"video.js": "^8.17.3"
|
2024-06-10 21:26:39 +02:00
|
|
|
},
|
|
|
|
|
"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",
|
2024-08-23 20:48:24 +00:00
|
|
|
"eslint": "^9.9.1",
|
2024-07-22 23:24:14 +00:00
|
|
|
"typescript": "^5.5.4"
|
2024-06-10 21:26:39 +02:00
|
|
|
},
|
|
|
|
|
"prettier": "@homarr/prettier-config"
|
2024-01-02 15:36:59 +01:00
|
|
|
}
|