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",
|
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-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-12-14 09:29:25 +00:00
|
|
|
"@mantine/colors-generator": "^8.3.10",
|
|
|
|
|
"@mantine/core": "^8.3.10",
|
|
|
|
|
"@mantine/dropzone": "^8.3.10",
|
|
|
|
|
"@mantine/hooks": "^8.3.10",
|
|
|
|
|
"@mantine/modals": "^8.3.10",
|
|
|
|
|
"@mantine/tiptap": "^8.3.10",
|
2024-12-11 22:38:38 +00:00
|
|
|
"@million/lint": "1.0.14",
|
2025-09-20 19:24:29 +00:00
|
|
|
"@tabler/icons-react": "^3.35.0",
|
2025-12-09 14:48:34 +00:00
|
|
|
"@tanstack/react-query": "^5.90.12",
|
2025-12-03 11:33:29 +00:00
|
|
|
"@tanstack/react-query-devtools": "^5.91.1",
|
2025-11-18 17:39:07 +00:00
|
|
|
"@tanstack/react-query-next-experimental": "^5.91.0",
|
2025-12-26 12:50:49 +00:00
|
|
|
"@trpc/client": "^11.8.1",
|
|
|
|
|
"@trpc/next": "^11.8.1",
|
|
|
|
|
"@trpc/react-query": "^11.8.1",
|
|
|
|
|
"@trpc/server": "^11.8.1",
|
2024-04-06 16:34:06 +02:00
|
|
|
"@xterm/addon-canvas": "^0.7.0",
|
2025-12-27 18:40:08 +00:00
|
|
|
"@xterm/addon-fit": "0.11.0",
|
2024-04-06 16:34:06 +02:00
|
|
|
"@xterm/xterm": "^5.5.0",
|
2025-11-04 21:26:44 +01:00
|
|
|
"babel-plugin-react-compiler": "^1.0.0",
|
2025-12-03 11:28:54 +00:00
|
|
|
"chroma-js": "^3.2.0",
|
2024-05-29 21:57:02 +02:00
|
|
|
"clsx": "^2.1.1",
|
2025-11-05 07:32:10 +00:00
|
|
|
"dayjs": "^1.11.19",
|
2025-10-05 02:05:41 +00:00
|
|
|
"dotenv": "^17.2.3",
|
2025-05-29 18:27:12 +00:00
|
|
|
"flag-icons": "^7.5.0",
|
2025-12-08 15:50:54 +01:00
|
|
|
"glob": "^13.0.0",
|
2026-01-01 20:35:52 +00:00
|
|
|
"isomorphic-dompurify": "^2.35.0",
|
2025-12-31 03:35:42 +00:00
|
|
|
"jotai": "^2.16.1",
|
2025-02-17 05:54:11 +00:00
|
|
|
"mantine-react-table": "2.0.0-beta.9",
|
2025-12-27 19:24:09 +00:00
|
|
|
"next": "16.1.1",
|
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-12-16 23:28:52 +00:00
|
|
|
"react": "19.2.3",
|
|
|
|
|
"react-dom": "19.2.3",
|
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-12-24 22:28:25 +00:00
|
|
|
"sass": "^1.97.1",
|
2025-12-03 10:48:15 +00:00
|
|
|
"superjson": "2.2.6",
|
2025-12-16 20:32:54 +00:00
|
|
|
"swagger-ui-react": "^5.31.0",
|
2025-01-26 22:16:27 +01:00
|
|
|
"use-deep-compare-effect": "^1.8.1",
|
2025-12-21 09:37:08 +00:00
|
|
|
"zod": "^4.2.1"
|
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-11-01 21:26:47 +00:00
|
|
|
"@types/chroma-js": "3.1.2",
|
2025-12-19 04:42:49 +00:00
|
|
|
"@types/node": "^24.10.4",
|
2024-10-23 04:33:36 +00:00
|
|
|
"@types/prismjs": "^1.26.5",
|
2025-12-03 09:59:46 +00:00
|
|
|
"@types/react": "19.2.7",
|
2025-11-17 13:43:26 +00:00
|
|
|
"@types/react-dom": "19.2.3",
|
2025-01-29 21:30:45 +01:00
|
|
|
"@types/swagger-ui-react": "^5.18.0",
|
2025-08-30 10:11:46 +00:00
|
|
|
"concurrently": "^9.2.1",
|
2025-12-17 23:28:50 +00:00
|
|
|
"eslint": "^9.39.2",
|
2024-11-13 12:57:16 +00:00
|
|
|
"node-loader": "^2.1.0",
|
2025-12-08 14:19:46 +01:00
|
|
|
"prettier": "^3.7.4",
|
2025-10-05 21:27:02 +00:00
|
|
|
"typescript": "^5.9.3"
|
2024-09-01 16:40:22 +03:00
|
|
|
}
|
2023-12-10 17:12:20 +01:00
|
|
|
}
|