mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-29 18:59:20 +01:00
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
44 lines
1.7 KiB
JSON
44 lines
1.7 KiB
JSON
{
|
|
"name": "homarr",
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">=20.12.1"
|
|
},
|
|
"type": "module",
|
|
"packageManager": "pnpm@8.15.6",
|
|
"scripts": {
|
|
"build": "turbo build",
|
|
"clean": "git clean -xdf node_modules",
|
|
"clean:workspaces": "turbo clean",
|
|
"db:push": "pnpm -F db push",
|
|
"db:studio": "pnpm -F db studio",
|
|
"db:migration:generate": "pnpm -F db migration:generate",
|
|
"db:migration:run": "pnpm -F db migration:run",
|
|
"dev": "turbo dev --parallel",
|
|
"docker:dev": "docker compose -f ./development.docker-compose.yml up",
|
|
"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",
|
|
"test": "cross-env NODE_ENV=development vitest run --coverage.enabled",
|
|
"test:ui": "cross-env NODE_ENV=development vitest --ui --coverage.enabled",
|
|
"typecheck": "turbo typecheck"
|
|
},
|
|
"devDependencies": {
|
|
"@homarr/prettier-config": "workspace:^0.1.0",
|
|
"@testing-library/react-hooks": "^8.0.1",
|
|
"@turbo/gen": "^1.13.2",
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
"@vitest/coverage-v8": "^1.5.0",
|
|
"@vitest/ui": "^1.5.0",
|
|
"cross-env": "^7.0.3",
|
|
"jsdom": "^24.0.0",
|
|
"prettier": "^3.2.5",
|
|
"turbo": "^1.13.2",
|
|
"typescript": "^5.4.5",
|
|
"vite-tsconfig-paths": "^4.3.2",
|
|
"vitest": "^1.5.0"
|
|
},
|
|
"prettier": "@homarr/prettier-config"
|
|
} |