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",
|
|
|
|
|
"dev": "pnpm with-env next dev",
|
|
|
|
|
"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",
|
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",
|
|
|
|
|
"@homarr/form": "workspace:^0.1.0",
|
2024-12-04 21:38:29 +01:00
|
|
|
"@homarr/gridstack": "^1.11.2",
|
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",
|
2024-12-23 10:17:37 +00:00
|
|
|
"@mantine/colors-generator": "^7.15.2",
|
|
|
|
|
"@mantine/core": "^7.15.2",
|
|
|
|
|
"@mantine/dropzone": "^7.15.2",
|
|
|
|
|
"@mantine/hooks": "^7.15.2",
|
|
|
|
|
"@mantine/modals": "^7.15.2",
|
|
|
|
|
"@mantine/tiptap": "^7.15.2",
|
2024-12-11 22:38:38 +00:00
|
|
|
"@million/lint": "1.0.14",
|
2024-08-25 11:23:17 +00:00
|
|
|
"@t3-oss/env-nextjs": "^0.11.1",
|
2024-12-15 20:37:54 +00:00
|
|
|
"@tabler/icons-react": "^3.26.0",
|
2024-12-27 13:22:52 +00:00
|
|
|
"@tanstack/react-query": "^5.62.11",
|
|
|
|
|
"@tanstack/react-query-devtools": "^5.62.11",
|
|
|
|
|
"@tanstack/react-query-next-experimental": "5.62.11",
|
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",
|
2024-05-29 11:21:16 +00:00
|
|
|
"flag-icons": "^7.2.3",
|
2024-07-12 20:48:00 +02:00
|
|
|
"glob": "^11.0.0",
|
2024-12-23 06:21:05 +00:00
|
|
|
"jotai": "^2.11.0",
|
2024-10-12 05:11:06 +00:00
|
|
|
"mantine-react-table": "2.0.0-beta.7",
|
2024-12-26 18:20:53 +00:00
|
|
|
"next": "^14.2.22",
|
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",
|
2024-12-10 18:49:31 +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",
|
2024-12-13 13:14:29 +00:00
|
|
|
"sass": "^1.83.0",
|
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",
|
2024-12-17 14:53:52 +00:00
|
|
|
"@types/chroma-js": "2.4.5",
|
2024-12-11 09:53:46 +00:00
|
|
|
"@types/node": "^22.10.2",
|
2024-10-23 04:33:36 +00:00
|
|
|
"@types/prismjs": "^1.26.5",
|
2024-12-18 16:21:01 +00:00
|
|
|
"@types/react": "^19.0.2",
|
2024-12-10 18:49:31 +01:00
|
|
|
"@types/react-dom": "^19.0.2",
|
2024-08-25 18:03:32 +02:00
|
|
|
"@types/swagger-ui-react": "^4.18.3",
|
2024-12-31 08:46:41 +00:00
|
|
|
"concurrently": "^9.1.2",
|
2024-12-13 21:42:35 +00:00
|
|
|
"eslint": "^9.17.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",
|
2024-11-23 19:39:20 +01:00
|
|
|
"typescript": "^5.7.2"
|
2024-09-01 16:40:22 +03:00
|
|
|
}
|
2023-12-10 17:12:20 +01:00
|
|
|
}
|