Files
profilarr/package.json
dependabot[bot] 08b71b6aa5 chore(deps-dev): bump prettier from 3.8.2 to 3.8.3 in the prettier group (#441)
Bumps the prettier group with 1 update: [prettier](https://github.com/prettier/prettier).


Updates `prettier` from 3.8.2 to 3.8.3
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/3.8.2...3.8.3)

---
updated-dependencies:
- dependency-name: prettier
  dependency-version: 3.8.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: prettier
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: santiagosayshey <sayheysantiago@proton.me>
2026-04-16 05:10:08 +00:00

40 lines
966 B
JSON

{
"name": "profilarr",
"private": true,
"version": "2.0.0",
"license": "AGPL-3.0-only",
"type": "module",
"dependencies": {
"@jsr/db__sqlite": "^0.12.0",
"croner": "^10.0.1",
"jose": "^6.2.2",
"kysely": "0.27.6",
"lucide-svelte": "^1.0.1",
"marked": "^18.0.0",
"simple-icons": "^16.16.0",
"yaml": "^2.8.3"
},
"devDependencies": {
"@deno/vite-plugin": "^2.0.2",
"@playwright/test": "^1.59.1",
"playwright": "^1.58.2",
"@sveltejs/kit": "^2.57.1",
"@sveltejs/vite-plugin-svelte": "^7.0.0",
"@tailwindcss/vite": "^4.2.2",
"esbuild": "^0.28.0",
"@types/better-sqlite3": "^7.6.13",
"@types/deno": "^2.5.0",
"@types/node": "^24",
"better-sqlite3": "^12.9.0",
"openapi-typescript": "^7.13.0",
"prettier": "3.8.3",
"prettier-plugin-svelte": "^3.5.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"svelte": "^5.55.4",
"svelte-check": "^4.4.6",
"tailwindcss": "^4.1.13",
"typescript": "^6.0.2",
"vite": "^8.0.8"
}
}