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,
|
|
|
|
|
"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-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-03-03 16:01:32 +01:00
|
|
|
"@mantine/colors-generator": "^7.5.3",
|
2024-02-16 22:49:45 +01:00
|
|
|
"@mantine/hooks": "^7.5.3",
|
|
|
|
|
"@mantine/modals": "^7.5.3",
|
|
|
|
|
"@mantine/tiptap": "^7.5.3",
|
2024-02-08 20:05:09 +01:00
|
|
|
"@t3-oss/env-nextjs": "^0.9.2",
|
2024-03-03 16:49:22 +01:00
|
|
|
"@tanstack/react-query": "^5.24.6",
|
|
|
|
|
"@tanstack/react-query-devtools": "^5.24.6",
|
|
|
|
|
"@tanstack/react-query-next-experimental": "5.24.6",
|
2024-02-27 21:19:29 +01:00
|
|
|
"@tiptap/extension-link": "^2.2.4",
|
|
|
|
|
"@tiptap/react": "^2.2.4",
|
|
|
|
|
"@tiptap/starter-kit": "^2.2.4",
|
2023-12-08 22:35:15 +01:00
|
|
|
"@trpc/client": "next",
|
|
|
|
|
"@trpc/next": "next",
|
|
|
|
|
"@trpc/react-query": "next",
|
|
|
|
|
"@trpc/server": "next",
|
2024-03-03 16:01:32 +01:00
|
|
|
"chroma-js": "^2.4.2",
|
2023-12-08 23:11:37 +01:00
|
|
|
"dayjs": "^1.11.10",
|
2024-03-02 15:56:01 +01:00
|
|
|
"jotai": "^2.7.0",
|
2024-02-18 22:03:38 +01:00
|
|
|
"mantine-modal-manager": "^7.5.3",
|
2024-03-02 15:37:40 +01:00
|
|
|
"next": "^14.1.1",
|
2024-02-04 08:53:33 +01:00
|
|
|
"postcss-preset-mantine": "^1.13.0",
|
2023-12-08 22:35:15 +01:00
|
|
|
"react": "18.2.0",
|
|
|
|
|
"react-dom": "18.2.0",
|
2024-02-21 21:24:43 +01:00
|
|
|
"sass": "^1.71.1",
|
2024-02-17 14:11:23 +01:00
|
|
|
"superjson": "2.2.1",
|
2024-02-20 21:18:47 +01: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-03-02 15:51:40 +01:00
|
|
|
"@types/node": "^20.11.24",
|
2024-03-02 16:41:21 +01:00
|
|
|
"@types/react": "^18.2.61",
|
2024-02-07 20:44:59 +01:00
|
|
|
"@types/react-dom": "^18.2.19",
|
2024-03-03 16:01:32 +01:00
|
|
|
"@types/chroma-js": "2.4.4",
|
2023-12-08 22:35:15 +01:00
|
|
|
"dotenv-cli": "^7.3.0",
|
2024-02-27 21:19:06 +01:00
|
|
|
"eslint": "^8.57.0",
|
2024-02-08 19:58:56 +01:00
|
|
|
"prettier": "^3.2.5",
|
2023-12-08 22:35:15 +01:00
|
|
|
"typescript": "^5.3.3"
|
|
|
|
|
},
|
|
|
|
|
"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
|
|
|
}
|