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-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-13 08:29:05 +01:00
|
|
|
"@mantine/colors-generator": "^7.6.2",
|
|
|
|
|
"@mantine/hooks": "^7.6.2",
|
|
|
|
|
"@mantine/modals": "^7.6.2",
|
|
|
|
|
"@mantine/tiptap": "^7.6.2",
|
2024-02-08 20:05:09 +01:00
|
|
|
"@t3-oss/env-nextjs": "^0.9.2",
|
2024-03-13 19:00:50 +01:00
|
|
|
"@tanstack/react-query": "^5.28.0",
|
|
|
|
|
"@tanstack/react-query-devtools": "^5.28.0",
|
|
|
|
|
"@tanstack/react-query-next-experimental": "5.28.0",
|
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",
|
2024-03-14 18:43:47 +01:00
|
|
|
"@trpc/client": "11.0.0-next-beta.316",
|
2023-12-08 22:35:15 +01:00
|
|
|
"@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-03-13 08:15:02 +01:00
|
|
|
"mantine-modal-manager": "^7.6.2",
|
2024-03-07 07:10:35 +01:00
|
|
|
"next": "^14.1.3",
|
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-03-14 18:53:27 +01:00
|
|
|
"sass": "^1.72.0",
|
2024-02-17 14:11:23 +01:00
|
|
|
"superjson": "2.2.1",
|
2024-03-16 15:51:34 +01:00
|
|
|
"use-deep-compare-effect": "^1.8.1",
|
|
|
|
|
"dotenv": "^16.4.5"
|
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-13 19:00:41 +01:00
|
|
|
"@types/node": "^20.11.27",
|
2024-03-14 18:53:13 +01:00
|
|
|
"@types/react": "^18.2.66",
|
2024-03-13 19:01:00 +01:00
|
|
|
"@types/react-dom": "^18.2.22",
|
2024-03-03 16:01:32 +01:00
|
|
|
"@types/chroma-js": "2.4.4",
|
2024-03-10 11:32:21 +01:00
|
|
|
"dotenv-cli": "^7.4.1",
|
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-03-14 18:43:47 +01:00
|
|
|
"tsx": "^4.7.1",
|
2024-03-06 21:21:09 +01:00
|
|
|
"typescript": "^5.4.2"
|
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
|
|
|
}
|