mirror of
https://github.com/Dictionarry-Hub/profilarr.git
synced 2026-04-18 21:08:05 -04:00
Bumps [marked](https://github.com/markedjs/marked) from 18.0.0 to 18.0.1. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v18.0.0...v18.0.1) --- updated-dependencies: - dependency-name: marked dependency-version: 18.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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>
40 lines
966 B
JSON
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.1",
|
|
"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.3",
|
|
"vite": "^8.0.8"
|
|
}
|
|
}
|