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",
|
|
|
|
|
"lint": "dotenv -v SKIP_ENV_VALIDATION=1 next lint",
|
|
|
|
|
"format": "prettier --check . --ignore-path ../../.gitignore",
|
|
|
|
|
"start": "pnpm with-env next start",
|
|
|
|
|
"typecheck": "tsc --noEmit",
|
|
|
|
|
"with-env": "dotenv -e ../../.env --"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
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-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-02-17 14:11:23 +01:00
|
|
|
"@homarr/gridstack": "^1.0.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-01-02 17:12:26 +01:00
|
|
|
"@homarr/notifications": "workspace:^0.1.0",
|
|
|
|
|
"@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-04-27 14:25:20 +02:00
|
|
|
"@mantine/colors-generator": "^7.8.1",
|
|
|
|
|
"@mantine/hooks": "^7.8.1",
|
|
|
|
|
"@mantine/modals": "^7.8.1",
|
|
|
|
|
"@mantine/tiptap": "^7.8.1",
|
2024-04-27 18:25:13 +02:00
|
|
|
"@t3-oss/env-nextjs": "^0.10.1",
|
2024-04-30 21:15:52 +02:00
|
|
|
"@tanstack/react-query": "^5.32.1",
|
|
|
|
|
"@tanstack/react-query-devtools": "^5.32.1",
|
|
|
|
|
"@tanstack/react-query-next-experimental": "5.32.1",
|
2024-05-01 07:06:45 +02:00
|
|
|
"@trpc/client": "11.0.0-rc.364",
|
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-03-03 16:01:32 +01:00
|
|
|
"chroma-js": "^2.4.2",
|
2024-04-29 21:51:30 +02:00
|
|
|
"dayjs": "^1.11.11",
|
2024-04-04 18:07:23 +02:00
|
|
|
"dotenv": "^16.4.5",
|
2024-04-27 21:51:35 +02:00
|
|
|
"glob": "^10.3.12",
|
2024-04-11 21:14:04 +02:00
|
|
|
"jotai": "^2.8.0",
|
2024-04-27 12:31:46 +02:00
|
|
|
"next": "^14.2.3",
|
2024-04-27 12:24:55 +02:00
|
|
|
"postcss-preset-mantine": "^1.15.0",
|
2024-04-27 12:49:17 +02:00
|
|
|
"react": "18.3.1",
|
|
|
|
|
"react-dom": "18.3.1",
|
2024-05-01 07:12:55 +02:00
|
|
|
"sass": "^1.76.0",
|
2024-02-17 14:11:23 +01:00
|
|
|
"superjson": "2.2.1",
|
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-04-27 21:51:35 +02:00
|
|
|
"@types/chroma-js": "2.4.4",
|
2024-04-11 21:09:19 +02:00
|
|
|
"@types/node": "^20.12.7",
|
2024-04-27 12:49:17 +02:00
|
|
|
"@types/react": "^18.3.1",
|
|
|
|
|
"@types/react-dom": "^18.3.0",
|
2024-03-14 18:43:47 +01:00
|
|
|
"concurrently": "^8.2.2",
|
2024-02-27 21:19:06 +01:00
|
|
|
"eslint": "^8.57.0",
|
2024-02-08 19:58:56 +01:00
|
|
|
"prettier": "^3.2.5",
|
2024-05-01 12:04:49 +02:00
|
|
|
"tsx": "^4.8.2",
|
2024-04-11 20:56:02 +02:00
|
|
|
"typescript": "^5.4.5"
|
2023-12-08 22:35:15 +01:00
|
|
|
},
|
|
|
|
|
"eslintConfig": {
|
|
|
|
|
"root": true,
|
|
|
|
|
"extends": [
|
2024-01-02 14:18:37 +01:00
|
|
|
"@homarr/eslint-config/base",
|
|
|
|
|
"@homarr/eslint-config/nextjs",
|
|
|
|
|
"@homarr/eslint-config/react"
|
2023-12-08 22:35:15 +01:00
|
|
|
]
|
|
|
|
|
},
|
2024-01-02 14:18:37 +01:00
|
|
|
"prettier": "@homarr/prettier-config"
|
2023-12-10 17:12:20 +01:00
|
|
|
}
|