Files
martials.no/package.json
Martin Berg Alstad c5a455b00a
All checks were successful
Build and deploy website / build (push) Successful in 57s
📦 Update dependencies
Signed-off-by: Martin Berg Alstad <git@martials.no>
2025-08-26 19:59:06 +02:00

42 lines
1.4 KiB
JSON

{
"name": "martials-no-v2",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "paraglide-js compile --project ./project.inlang --outdir ./src/paraglide && astro check && astro build",
"staging": "paraglide-js compile --project ./project.inlang --outdir ./src/paraglide && astro check && astro build --mode staging",
"preview": "astro preview",
"astro": "astro",
"type-check": "astro check",
"postinstall": "paraglide-js compile --project ./project.inlang --outdir ./src/paraglide",
"format": "biome format --write .",
"lint": "biome lint --write .",
"lint:fix": "biome check --write .",
"watch-messages": "paraglide-js compile --watch --project ./project.inlang --outdir ./src/paraglide"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.3.4",
"@astrojs/node": "9.4.3",
"@astrojs/sitemap": "^3.5.1",
"@astrojs/svelte": "^7.1.0",
"@iconify-json/pajamas": "^1.2.15",
"@inlang/paraglide-js": "2.2.0",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.1.12",
"astro": "^5.13.3",
"astro-icon": "^1.1.5",
"dayjs": "^1.11.13",
"sharp": "^0.34.3",
"svelte": "^5.38.3",
"tailwindcss": "^4.1.12",
"typescript": "^5.9.2"
},
"devDependencies": {
"daisyui": "^5.0.51",
"vite": "^7.1.3"
}
}