mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-30 03:09:19 +01:00
* feat: add custom css for board and custom classes in advanced options for items * chore: add mysql migration * fix: test not working * fix: format issues * fix: typecheck issue * fix: build issue * chore: add missing translations * fix: merge issues related to migrations * fix: format issues * fix: merge issue with migration * fix: format issue
69 lines
2.0 KiB
JSON
69 lines
2.0 KiB
JSON
{
|
|
"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/prismjs": "^1.26.4",
|
|
"@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/redis": "workspace:^0.1.0",
|
|
"@homarr/spotlight": "workspace:^0.1.0",
|
|
"@homarr/translation": "workspace:^0.1.0",
|
|
"@homarr/ui": "workspace:^0.1.0",
|
|
"@homarr/validation": "workspace:^0.1.0",
|
|
"@tiptap/extension-color": "2.4.0",
|
|
"@tiptap/extension-highlight": "2.4.0",
|
|
"@tiptap/extension-image": "2.4.0",
|
|
"@tiptap/extension-link": "^2.4.0",
|
|
"@tiptap/extension-table": "2.4.0",
|
|
"@tiptap/extension-table-cell": "2.4.0",
|
|
"@tiptap/extension-table-header": "2.4.0",
|
|
"@tiptap/extension-table-row": "2.4.0",
|
|
"@tiptap/extension-task-item": "2.4.0",
|
|
"@tiptap/extension-task-list": "2.4.0",
|
|
"@tiptap/extension-text-align": "2.4.0",
|
|
"@tiptap/extension-text-style": "2.4.0",
|
|
"@tiptap/extension-underline": "2.4.0",
|
|
"@tiptap/react": "^2.4.0",
|
|
"@tiptap/starter-kit": "^2.4.0",
|
|
"prismjs": "^1.29.0",
|
|
"react-simple-code-editor": "^0.13.1",
|
|
"video.js": "^8.12.0"
|
|
}
|
|
}
|