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",
|
2025-07-20 17:13:57 +02:00
|
|
|
"@homarr/core": "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",
|
2025-07-20 16:59:03 +02:00
|
|
|
"@homarr/image-proxy": "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-08-07 10:23:56 +00:00
|
|
|
"@mantine/colors-generator": "^8.2.4",
|
|
|
|
|
"@mantine/core": "^8.2.4",
|
|
|
|
|
"@mantine/dropzone": "^8.2.4",
|
|
|
|
|
"@mantine/hooks": "^8.2.4",
|
|
|
|
|
"@mantine/modals": "^8.2.4",
|
|
|
|
|
"@mantine/tiptap": "^8.2.4",
|
2024-12-11 22:38:38 +00:00
|
|
|
"@million/lint": "1.0.14",
|
2025-07-21 01:25:53 +00:00
|
|
|
"@tabler/icons-react": "^3.34.1",
|
2025-08-14 13:38:35 +00:00
|
|
|
"@tanstack/react-query": "^5.85.3",
|
|
|
|
|
"@tanstack/react-query-devtools": "^5.85.3",
|
|
|
|
|
"@tanstack/react-query-next-experimental": "^5.85.3",
|
2025-08-04 17:26:56 +00:00
|
|
|
"@trpc/client": "^11.4.4",
|
|
|
|
|
"@trpc/next": "^11.4.4",
|
|
|
|
|
"@trpc/react-query": "^11.4.4",
|
|
|
|
|
"@trpc/server": "^11.4.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-07-24 22:21:49 +00:00
|
|
|
"dotenv": "^17.2.1",
|
2025-05-29 18:27:12 +00:00
|
|
|
"flag-icons": "^7.5.0",
|
2025-06-12 21:20:19 +00:00
|
|
|
"glob": "^11.0.3",
|
2025-08-11 03:45:55 +00:00
|
|
|
"jotai": "^2.13.1",
|
2025-02-17 05:54:11 +00:00
|
|
|
"mantine-react-table": "2.0.0-beta.9",
|
2025-08-06 20:25:09 +00:00
|
|
|
"next": "15.4.6",
|
2025-06-30 12:36:47 +00:00
|
|
|
"postcss-preset-mantine": "^1.18.0",
|
2025-03-10 18:19:33 +00:00
|
|
|
"prismjs": "^1.30.0",
|
2025-07-28 15:24:23 +00:00
|
|
|
"react": "19.1.1",
|
|
|
|
|
"react-dom": "19.1.1",
|
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-08-05 22:23:21 +00:00
|
|
|
"sass": "^1.90.0",
|
2024-12-06 13:00:57 +00:00
|
|
|
"superjson": "2.2.2",
|
2025-08-01 08:28:32 +00:00
|
|
|
"swagger-ui-react": "^5.27.1",
|
2025-01-26 22:16:27 +01:00
|
|
|
"use-deep-compare-effect": "^1.8.1",
|
2025-08-16 01:14:49 +00:00
|
|
|
"zod": "^4.0.17"
|
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-08-15 13:34:06 +00:00
|
|
|
"@types/node": "^22.17.2",
|
2024-10-23 04:33:36 +00:00
|
|
|
"@types/prismjs": "^1.26.5",
|
2025-08-12 14:21:56 +00:00
|
|
|
"@types/react": "19.1.10",
|
2025-07-29 16:26:08 +00:00
|
|
|
"@types/react-dom": "19.1.7",
|
2025-01-29 21:30:45 +01:00
|
|
|
"@types/swagger-ui-react": "^5.18.0",
|
2025-06-22 07:21:15 +00:00
|
|
|
"concurrently": "^9.2.0",
|
2025-08-08 21:21:19 +00:00
|
|
|
"eslint": "^9.33.0",
|
2024-11-13 12:57:16 +00:00
|
|
|
"node-loader": "^2.1.0",
|
2025-06-27 03:23:27 +00:00
|
|
|
"prettier": "^3.6.2",
|
2025-08-01 13:59:35 +02:00
|
|
|
"typescript": "^5.9.2"
|
2024-09-01 16:40:22 +03:00
|
|
|
}
|
2023-12-10 17:12:20 +01:00
|
|
|
}
|