Files
iknowyou/front/package.json
T
dependabot[bot] c53d4532bf Bump astro from 6.1.2 to 6.1.10 in /front
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 6.1.2 to 6.1.10.
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@6.1.10/packages/astro)

---
updated-dependencies:
- dependency-name: astro
  dependency-version: 6.1.10
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-13 19:06:38 +00:00

35 lines
885 B
JSON

{
"name": "iknowyou",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev:frontend": "astro dev",
"dev:backend": "cd ../back/ && air",
"dev": "concurrently \"bun dev:frontend\" \"bun dev:backend\"",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/svelte": "8.0.4",
"@lucide/svelte": "^1.7.0",
"@tailwindcss/vite": "^4.2.1",
"ansi_up": "^6.0.6",
"astro": "6.1.10",
"dompurify": "^3.3.3",
"js-yaml": "^4.1.1",
"remark-github-blockquote-alert": "^2.1.0",
"svelte": "^5.53.12",
"tailwindcss": "^4.2.1",
"typescript": "^5.9.3"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.19",
"@types/dompurify": "^3.2.0",
"@types/js-yaml": "^4.0.9",
"@types/node": "^25.5.0",
"concurrently": "^9.2.1",
"daisyui": "^5.5.19"
}
}