2023-12-08 22:35:15 +01:00
|
|
|
{
|
2024-01-02 14:18:37 +01:00
|
|
|
"name": "@homarr/nextjs",
|
2023-12-08 22:35:15 +01:00
|
|
|
"version": "0.1.0",
|
|
|
|
|
"private": true,
|
2024-03-14 18:43:47 +01:00
|
|
|
"type": "module",
|
2023-12-08 22:35:15 +01:00
|
|
|
"scripts": {
|
|
|
|
|
"build": "pnpm with-env next build",
|
|
|
|
|
"clean": "git clean -xdf .next .turbo node_modules",
|
2025-04-04 22:30:00 +02:00
|
|
|
"dev": "pnpm with-env next dev",
|
2023-12-08 22:35:15 +01:00
|
|
|
"format": "prettier --check . --ignore-path ../../.gitignore",
|
2024-09-01 16:40:22 +03:00
|
|
|
"lint": "eslint",
|
2023-12-08 22:35:15 +01:00
|
|
|
"start": "pnpm with-env next start",
|
|
|
|
|
"typecheck": "tsc --noEmit",
|
|
|
|
|
"with-env": "dotenv -e ../../.env --"
|
|
|
|
|
},
|
2024-09-01 16:40:22 +03:00
|
|
|
"prettier": "@homarr/prettier-config",
|
2023-12-08 22:35:15 +01:00
|
|
|
"dependencies": {
|
2025-02-15 10:08:06 +01:00
|
|
|
"@dnd-kit/core": "^6.3.1",
|
|
|
|
|
"@dnd-kit/modifiers": "^9.0.0",
|
|
|
|
|
"@dnd-kit/sortable": "^10.0.0",
|
|
|
|
|
"@dnd-kit/utilities": "^3.2.2",
|
2024-05-26 17:18:25 +02:00
|
|
|
"@homarr/analytics": "workspace:^0.1.0",
|
2024-01-02 14:18:37 +01:00
|
|
|
"@homarr/api": "workspace:^0.1.0",
|
|
|
|
|
"@homarr/auth": "workspace:^0.1.0",
|
2025-02-07 22:10:35 +01:00
|
|
|
"@homarr/boards": "workspace:^0.1.0",
|
2025-01-17 00:08:40 +01:00
|
|
|
"@homarr/certificates": "workspace:^0.1.0",
|
2024-01-02 17:12:26 +01:00
|
|
|
"@homarr/common": "workspace:^0.1.0",
|
2024-07-01 18:57:40 +02:00
|
|
|
"@homarr/cron-job-status": "workspace:^0.1.0",
|
2024-01-02 14:18:37 +01:00
|
|
|
"@homarr/db": "workspace:^0.1.0",
|
2024-01-02 17:12:26 +01:00
|
|
|
"@homarr/definitions": "workspace:^0.1.0",
|
2025-01-22 20:43:54 +01:00
|
|
|
"@homarr/docker": "workspace:^0.1.0",
|
2024-01-02 17:12:26 +01:00
|
|
|
"@homarr/form": "workspace:^0.1.0",
|
2025-02-18 22:53:44 +01:00
|
|
|
"@homarr/forms-collection": "workspace:^0.1.0",
|
2025-01-21 13:54:44 +01:00
|
|
|
"@homarr/gridstack": "^1.12.0",
|
2025-01-21 11:03:03 +01:00
|
|
|
"@homarr/icons": "workspace:^0.1.0",
|
2024-05-26 17:13:34 +02:00
|
|
|
"@homarr/integrations": "workspace:^0.1.0",
|
2024-02-20 21:28:27 +01:00
|
|
|
"@homarr/log": "workspace:^",
|
2024-03-20 20:30:58 +01:00
|
|
|
"@homarr/modals": "workspace:^0.1.0",
|
2024-09-16 19:53:37 +02:00
|
|
|
"@homarr/modals-collection": "workspace:^0.1.0",
|
2024-01-02 17:12:26 +01:00
|
|
|
"@homarr/notifications": "workspace:^0.1.0",
|
2024-12-15 15:40:26 +01:00
|
|
|
"@homarr/old-import": "workspace:^0.1.0",
|
2024-09-07 18:13:24 +02:00
|
|
|
"@homarr/old-schema": "workspace:^0.1.0",
|
2024-09-28 23:02:28 +02:00
|
|
|
"@homarr/redis": "workspace:^0.1.0",
|
2024-08-29 22:25:51 +02:00
|
|
|
"@homarr/server-settings": "workspace:^0.1.0",
|
2025-01-26 22:37:48 +01:00
|
|
|
"@homarr/settings": "workspace:^0.1.0",
|
2024-01-02 17:12:26 +01:00
|
|
|
"@homarr/spotlight": "workspace:^0.1.0",
|
2024-01-02 14:18:37 +01:00
|
|
|
"@homarr/translation": "workspace:^0.1.0",
|
|
|
|
|
"@homarr/ui": "workspace:^0.1.0",
|
|
|
|
|
"@homarr/validation": "workspace:^0.1.0",
|
2024-01-02 15:36:59 +01:00
|
|
|
"@homarr/widgets": "workspace:^0.1.0",
|
2025-05-27 11:19:17 +00:00
|
|
|
"@mantine/colors-generator": "^8.0.2",
|
|
|
|
|
"@mantine/core": "^8.0.2",
|
|
|
|
|
"@mantine/dropzone": "^8.0.2",
|
|
|
|
|
"@mantine/hooks": "^8.0.2",
|
|
|
|
|
"@mantine/modals": "^8.0.2",
|
|
|
|
|
"@mantine/tiptap": "^8.0.2",
|
2024-12-11 22:38:38 +00:00
|
|
|
"@million/lint": "1.0.14",
|
2025-05-16 20:23:22 +00:00
|
|
|
"@tabler/icons-react": "^3.33.0",
|
2025-05-29 12:23:07 +00:00
|
|
|
"@tanstack/react-query": "^5.79.0",
|
|
|
|
|
"@tanstack/react-query-devtools": "^5.79.0",
|
|
|
|
|
"@tanstack/react-query-next-experimental": "^5.79.0",
|
2025-05-28 22:20:43 +00:00
|
|
|
"@trpc/client": "^11.1.4",
|
|
|
|
|
"@trpc/next": "^11.1.4",
|
|
|
|
|
"@trpc/react-query": "^11.1.4",
|
|
|
|
|
"@trpc/server": "^11.1.4",
|
2024-04-06 16:34:06 +02:00
|
|
|
"@xterm/addon-canvas": "^0.7.0",
|
2024-04-09 21:50:35 +02:00
|
|
|
"@xterm/addon-fit": "0.10.0",
|
2024-04-06 16:34:06 +02:00
|
|
|
"@xterm/xterm": "^5.5.0",
|
2024-10-13 10:41:00 +00:00
|
|
|
"chroma-js": "^3.1.2",
|
2024-05-29 21:57:02 +02:00
|
|
|
"clsx": "^2.1.1",
|
2024-08-20 19:21:08 +00:00
|
|
|
"dayjs": "^1.11.13",
|
2025-04-10 22:39:51 +00:00
|
|
|
"dotenv": "^16.5.0",
|
2025-05-29 18:27:12 +00:00
|
|
|
"flag-icons": "^7.5.0",
|
2025-04-23 16:24:21 +00:00
|
|
|
"glob": "^11.0.2",
|
2025-05-27 09:21:29 +00:00
|
|
|
"jotai": "^2.12.5",
|
2025-02-17 05:54:11 +00:00
|
|
|
"mantine-react-table": "2.0.0-beta.9",
|
2025-05-29 20:24:32 +00:00
|
|
|
"next": "15.3.3",
|
2024-07-21 12:16:32 +00:00
|
|
|
"postcss-preset-mantine": "^1.17.0",
|
2025-03-10 18:19:33 +00:00
|
|
|
"prismjs": "^1.30.0",
|
2025-03-28 20:20:12 +00:00
|
|
|
"react": "19.1.0",
|
|
|
|
|
"react-dom": "19.1.0",
|
2025-05-06 19:39:15 +02:00
|
|
|
"react-error-boundary": "^6.0.0",
|
2024-07-04 23:24:40 +00:00
|
|
|
"react-simple-code-editor": "^0.14.1",
|
2025-05-16 01:16:45 +00:00
|
|
|
"sass": "^1.89.0",
|
2024-12-06 13:00:57 +00:00
|
|
|
"superjson": "2.2.2",
|
2025-05-21 13:34:52 +00:00
|
|
|
"swagger-ui-react": "^5.22.0",
|
2025-01-26 22:16:27 +01:00
|
|
|
"use-deep-compare-effect": "^1.8.1",
|
2025-05-30 08:26:24 +00:00
|
|
|
"zod": "^3.25.42"
|
2023-12-08 22:35:15 +01:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2024-01-02 14:18:37 +01:00
|
|
|
"@homarr/eslint-config": "workspace:^0.2.0",
|
|
|
|
|
"@homarr/prettier-config": "workspace:^0.1.0",
|
|
|
|
|
"@homarr/tsconfig": "workspace:^0.1.0",
|
2025-01-29 16:18:59 +00:00
|
|
|
"@types/chroma-js": "3.1.1",
|
2025-05-30 09:22:10 +00:00
|
|
|
"@types/node": "^22.15.27",
|
2024-10-23 04:33:36 +00:00
|
|
|
"@types/prismjs": "^1.26.5",
|
2025-05-27 08:26:07 +00:00
|
|
|
"@types/react": "19.1.6",
|
2025-05-13 11:19:02 +00:00
|
|
|
"@types/react-dom": "19.1.5",
|
2025-01-29 21:30:45 +01:00
|
|
|
"@types/swagger-ui-react": "^5.18.0",
|
2024-12-31 08:46:41 +00:00
|
|
|
"concurrently": "^9.1.2",
|
2025-05-16 20:24:10 +00:00
|
|
|
"eslint": "^9.27.0",
|
2024-11-13 12:57:16 +00:00
|
|
|
"node-loader": "^2.1.0",
|
2025-03-03 02:25:21 +00:00
|
|
|
"prettier": "^3.5.3",
|
2025-04-05 08:39:48 +00:00
|
|
|
"typescript": "^5.8.3"
|
2024-09-01 16:40:22 +03:00
|
|
|
}
|
2023-12-10 17:12:20 +01:00
|
|
|
}
|