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-01-04 19:47:23 +01:00
|
|
|
"dev": "pnpm with-env next dev --turbopack",
|
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": {
|
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-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-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",
|
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-01-26 12:56:37 +00:00
|
|
|
"@mantine/colors-generator": "^7.16.2",
|
|
|
|
|
"@mantine/core": "^7.16.2",
|
|
|
|
|
"@mantine/dropzone": "^7.16.2",
|
|
|
|
|
"@mantine/hooks": "^7.16.2",
|
|
|
|
|
"@mantine/modals": "^7.16.2",
|
|
|
|
|
"@mantine/tiptap": "^7.16.2",
|
2024-12-11 22:38:38 +00:00
|
|
|
"@million/lint": "1.0.14",
|
2025-01-26 11:50:53 +01:00
|
|
|
"@t3-oss/env-nextjs": "^0.12.0",
|
2025-01-21 21:40:00 +00:00
|
|
|
"@tabler/icons-react": "^3.29.0",
|
2025-01-19 08:53:10 +00:00
|
|
|
"@tanstack/react-query": "^5.64.2",
|
|
|
|
|
"@tanstack/react-query-devtools": "^5.64.2",
|
2025-01-26 11:50:53 +01:00
|
|
|
"@tanstack/react-query-next-experimental": "^5.64.2",
|
2024-06-10 21:26:39 +02:00
|
|
|
"@trpc/client": "next",
|
2023-12-08 22:35:15 +01:00
|
|
|
"@trpc/next": "next",
|
|
|
|
|
"@trpc/react-query": "next",
|
|
|
|
|
"@trpc/server": "next",
|
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",
|
2024-12-03 17:48:43 +00:00
|
|
|
"dotenv": "^16.4.7",
|
2025-01-17 15:09:46 +00:00
|
|
|
"flag-icons": "^7.3.2",
|
2025-01-10 11:29:01 +00:00
|
|
|
"glob": "^11.0.1",
|
2025-01-20 14:15:54 +00:00
|
|
|
"jotai": "^2.11.1",
|
2025-01-09 15:34:35 +00:00
|
|
|
"mantine-react-table": "2.0.0-beta.8",
|
2025-01-22 11:16:22 +00:00
|
|
|
"next": "15.1.6",
|
2024-07-21 12:16:32 +00:00
|
|
|
"postcss-preset-mantine": "^1.17.0",
|
2024-06-10 21:26:39 +02:00
|
|
|
"prismjs": "^1.29.0",
|
2025-01-04 19:47:23 +01:00
|
|
|
"react": "19.0.0",
|
|
|
|
|
"react-dom": "19.0.0",
|
2024-12-23 20:17:53 +01:00
|
|
|
"react-error-boundary": "^5.0.0",
|
2024-07-04 23:24:40 +00:00
|
|
|
"react-simple-code-editor": "^0.14.1",
|
2025-01-14 06:41:43 +00:00
|
|
|
"sass": "^1.83.4",
|
2024-12-06 13:00:57 +00:00
|
|
|
"superjson": "2.2.2",
|
2024-11-07 14:28:57 +00:00
|
|
|
"swagger-ui-react": "^5.18.2",
|
2024-04-09 21:50:35 +02:00
|
|
|
"use-deep-compare-effect": "^1.8.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-01-06 22:05:56 +01:00
|
|
|
"@types/chroma-js": "3.1.0",
|
2025-01-23 18:20:56 +00:00
|
|
|
"@types/node": "^22.10.10",
|
2024-10-23 04:33:36 +00:00
|
|
|
"@types/prismjs": "^1.26.5",
|
2025-01-23 15:54:12 +00:00
|
|
|
"@types/react": "19.0.8",
|
2025-01-12 10:45:02 +00:00
|
|
|
"@types/react-dom": "19.0.3",
|
2025-01-26 13:08:59 +00:00
|
|
|
"@types/swagger-ui-react": "^4.19.0",
|
2024-12-31 08:46:41 +00:00
|
|
|
"concurrently": "^9.1.2",
|
2025-01-24 19:15:40 +00:00
|
|
|
"eslint": "^9.19.0",
|
2024-11-13 12:57:16 +00:00
|
|
|
"node-loader": "^2.1.0",
|
2024-12-04 10:04:13 +00:00
|
|
|
"prettier": "^3.4.2",
|
2025-01-08 19:14:44 +00:00
|
|
|
"typescript": "^5.7.3"
|
2024-09-01 16:40:22 +03:00
|
|
|
}
|
2023-12-10 17:12:20 +01:00
|
|
|
}
|