Files
martials.no/package.json

42 lines
1.4 KiB
JSON
Raw Normal View History

2024-09-08 13:14:02 +02:00
{
"name": "martials-no-v2",
"type": "module",
"version": "1.0.0",
2024-09-08 13:14:02 +02:00
"scripts": {
"dev": "astro dev",
"start": "astro dev",
2024-09-25 22:20:47 +02:00
"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",
2024-09-08 13:14:02 +02:00
"preview": "astro preview",
2024-09-25 22:20:47 +02:00
"astro": "astro",
"type-check": "astro check",
2024-09-25 22:20:47 +02:00
"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"
2024-09-08 13:14:02 +02:00
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.3.4",
"@astrojs/node": "9.4.3",
"@astrojs/sitemap": "^3.5.1",
2025-07-01 19:09:53 +02:00
"@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"
2024-09-25 22:20:47 +02:00
},
"devDependencies": {
"daisyui": "^5.0.51",
"vite": "^7.1.3"
2024-09-08 13:14:02 +02:00
}
2024-09-25 22:20:47 +02:00
}