2023-12-08 22:35:15 +01:00
|
|
|
{
|
2024-01-02 14:18:37 +01:00
|
|
|
"name": "homarr",
|
2025-05-23 19:17:12 +00:00
|
|
|
"version": "1.21.0",
|
2024-12-17 19:41:51 +01:00
|
|
|
"private": true,
|
2023-12-08 22:35:15 +01:00
|
|
|
"scripts": {
|
2024-10-24 22:45:36 +02:00
|
|
|
"build": "cross-env CI=true turbo build",
|
2023-12-08 22:35:15 +01:00
|
|
|
"clean": "git clean -xdf node_modules",
|
|
|
|
|
"clean:workspaces": "turbo clean",
|
2024-09-01 16:40:22 +03:00
|
|
|
"cli": "pnpm with-env tsx packages/cli/index.ts",
|
2024-04-29 21:46:30 +02:00
|
|
|
"db:migration:mysql:generate": "pnpm -F db migration:mysql:generate",
|
2024-05-10 23:46:01 +02:00
|
|
|
"db:migration:mysql:run": "pnpm -F db migration:mysql:run",
|
2024-09-01 16:40:22 +03:00
|
|
|
"db:migration:sqlite:generate": "pnpm -F db migration:sqlite:generate",
|
|
|
|
|
"db:migration:sqlite:run": "pnpm -F db migration:sqlite:run",
|
|
|
|
|
"db:push": "pnpm -F db push:sqlite",
|
|
|
|
|
"db:studio": "pnpm -F db studio",
|
2024-02-20 21:28:27 +01:00
|
|
|
"dev": "turbo dev --parallel",
|
2024-05-01 21:10:31 +02:00
|
|
|
"docker:dev": "docker compose -f ./development/development.docker-compose.yml up",
|
2023-12-08 22:35:15 +01:00
|
|
|
"format": "turbo format --continue -- --cache --cache-location node_modules/.cache/.prettiercache",
|
|
|
|
|
"format:fix": "turbo format --continue -- --write --cache --cache-location node_modules/.cache/.prettiercache",
|
|
|
|
|
"lint": "turbo lint --continue -- --cache --cache-location node_modules/.cache/.eslintcache",
|
|
|
|
|
"lint:fix": "turbo lint --continue -- --fix --cache --cache-location node_modules/.cache/.eslintcache",
|
|
|
|
|
"lint:ws": "pnpm dlx sherif@latest",
|
2024-11-23 17:16:44 +01:00
|
|
|
"package:new": "turbo gen init",
|
2024-12-17 19:41:51 +01:00
|
|
|
"release": "semantic-release",
|
2025-01-14 19:44:37 +01:00
|
|
|
"start": "concurrently \"pnpm with-env node apps/tasks/tasks.cjs\" \"pnpm with-env node apps/websocket/wssServer.cjs\" \"pnpm -F nextjs start\"",
|
2025-01-14 18:39:12 +01:00
|
|
|
"test": "cross-env NODE_ENV=development CI=true vitest run --exclude e2e --coverage.enabled ",
|
|
|
|
|
"test:e2e": "cross-env NODE_ENV=development CI=true vitest e2e",
|
|
|
|
|
"test:ui": "cross-env NODE_ENV=development CI=true vitest --exclude e2e --ui --coverage.enabled",
|
2024-09-01 16:40:22 +03:00
|
|
|
"typecheck": "turbo typecheck",
|
|
|
|
|
"with-env": "dotenv -e .env --"
|
2023-12-08 22:35:15 +01:00
|
|
|
},
|
2024-09-01 16:40:22 +03:00
|
|
|
"prettier": "@homarr/prettier-config",
|
2023-12-08 22:35:15 +01:00
|
|
|
"devDependencies": {
|
2024-01-02 14:18:37 +01:00
|
|
|
"@homarr/prettier-config": "workspace:^0.1.0",
|
2024-12-17 19:41:51 +01:00
|
|
|
"@semantic-release/changelog": "^6.0.3",
|
2025-01-03 15:28:36 +00:00
|
|
|
"@semantic-release/commit-analyzer": "^13.0.1",
|
2024-12-17 19:41:51 +01:00
|
|
|
"@semantic-release/git": "^10.0.1",
|
2025-05-25 13:28:48 +00:00
|
|
|
"@semantic-release/github": "^11.0.3",
|
2024-12-17 19:41:51 +01:00
|
|
|
"@semantic-release/npm": "^12.0.1",
|
2025-01-03 15:28:36 +00:00
|
|
|
"@semantic-release/release-notes-generator": "^14.0.3",
|
2025-05-06 21:21:12 +00:00
|
|
|
"@turbo/gen": "^2.5.3",
|
2025-05-23 01:16:09 +00:00
|
|
|
"@vitejs/plugin-react": "^4.5.0",
|
2025-05-19 17:20:34 +00:00
|
|
|
"@vitest/coverage-v8": "^3.1.4",
|
|
|
|
|
"@vitest/ui": "^3.1.4",
|
2025-05-24 11:17:16 +02:00
|
|
|
"conventional-changelog-conventionalcommits": "^9.0.0",
|
2024-02-04 09:47:23 +01:00
|
|
|
"cross-env": "^7.0.3",
|
2025-04-13 10:41:29 +00:00
|
|
|
"jsdom": "^26.1.0",
|
2025-03-03 02:25:21 +00:00
|
|
|
"prettier": "^3.5.3",
|
2025-05-23 22:20:55 +00:00
|
|
|
"semantic-release": "^24.2.5",
|
2025-05-23 10:23:03 +00:00
|
|
|
"testcontainers": "^10.28.0",
|
2025-05-06 21:21:12 +00:00
|
|
|
"turbo": "^2.5.3",
|
2025-04-05 08:39:48 +00:00
|
|
|
"typescript": "^5.8.3",
|
2024-12-06 19:09:46 +01:00
|
|
|
"vite-tsconfig-paths": "^5.1.4",
|
2025-05-19 17:20:34 +00:00
|
|
|
"vitest": "^3.1.4"
|
2023-12-08 22:35:15 +01:00
|
|
|
},
|
2025-05-13 15:57:03 +00:00
|
|
|
"packageManager": "pnpm@10.11.0",
|
2024-09-01 16:40:22 +03:00
|
|
|
"engines": {
|
2025-05-21 16:25:29 +00:00
|
|
|
"node": ">=22.16.0"
|
2024-12-05 17:24:23 +01:00
|
|
|
},
|
|
|
|
|
"pnpm": {
|
2025-02-08 11:16:07 +01:00
|
|
|
"onlyBuiltDependencies": [
|
|
|
|
|
"@tree-sitter-grammars/tree-sitter-yaml",
|
|
|
|
|
"bcrypt",
|
|
|
|
|
"better-sqlite3",
|
|
|
|
|
"cpu-features",
|
|
|
|
|
"esbuild",
|
|
|
|
|
"sharp",
|
|
|
|
|
"ssh2",
|
|
|
|
|
"tree-sitter",
|
|
|
|
|
"tree-sitter-json"
|
|
|
|
|
],
|
2025-01-17 13:01:04 +01:00
|
|
|
"overrides": {
|
2025-05-20 08:26:49 +00:00
|
|
|
"proxmox-api>undici": "7.10.0"
|
2025-01-17 13:01:04 +01:00
|
|
|
},
|
2025-03-27 23:45:36 +01:00
|
|
|
"allowUnusedPatches": true,
|
2025-02-08 11:16:07 +01:00
|
|
|
"ignoredBuiltDependencies": [
|
|
|
|
|
"@scarf/scarf",
|
|
|
|
|
"core-js-pure",
|
|
|
|
|
"protobufjs"
|
2025-05-16 20:59:12 +02:00
|
|
|
],
|
|
|
|
|
"patchedDependencies": {
|
|
|
|
|
"@types/node-unifi": "patches/@types__node-unifi.patch"
|
|
|
|
|
}
|
2024-08-25 18:03:32 +02:00
|
|
|
}
|
2024-11-05 21:11:14 +01:00
|
|
|
}
|