41 lines
1.2 KiB
JSON
41 lines
1.2 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",
|
|
"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.0",
|
|
"@astrojs/node": "9.2.2",
|
|
"@astrojs/sitemap": "^3.4.1",
|
|
"@astrojs/svelte": "^7.1.0",
|
|
"@iconify-json/pajamas": "^1.2.11",
|
|
"@inlang/paraglide-js": "2.1.0",
|
|
"@tailwindcss/typography": "^0.5.16",
|
|
"@tailwindcss/vite": "^4.1.11",
|
|
"astro": "^5.10.2",
|
|
"astro-icon": "^1.1.5",
|
|
"dayjs": "^1.11.13",
|
|
"sharp": "^0.34.2",
|
|
"svelte": "^5.34.9",
|
|
"tailwindcss": "^4.1.11",
|
|
"typescript": "^5.8.3"
|
|
},
|
|
"devDependencies": {
|
|
"daisyui": "^5.0.43",
|
|
"vite": "^7.0.0"
|
|
}
|
|
}
|