martials.no/package.json

59 lines
1.6 KiB
JSON
Raw Permalink 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",
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": "prettier --write \"./src/**/*.{js,mjs,ts,astro,svelte,css,md,json}\"",
"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.0.8",
2025-02-25 19:04:17 +01:00
"@astrojs/node": "9.1.1",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/svelte": "^7.0.4",
"@iconify-json/pajamas": "^1.2.5",
"@inlang/paraglide-astro": "^0.3.5",
"@inlang/paraglide-js": "1.11.8",
"@tailwindcss/typography": "^0.5.16",
2025-02-25 19:04:17 +01:00
"@tailwindcss/vite": "^4.0.9",
"astro": "^5.4.1 ",
"astro-icon": "^1.1.5",
"dayjs": "^1.11.13",
2024-09-27 22:13:39 +02:00
"sharp": "^0.33.5",
2025-02-25 19:04:17 +01:00
"svelte": "^5.20.4",
"tailwindcss": "^4.0.9",
"typescript": "^5.7.3"
2024-09-25 22:20:47 +02:00
},
"devDependencies": {
"daisyui": "^5.0.0",
2025-02-25 19:04:17 +01:00
"prettier": "^3.5.2",
2024-09-25 22:20:47 +02:00
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-svelte": "^3.3.3",
2025-02-25 19:04:17 +01:00
"vite": "^6.2.0"
2024-09-25 22:20:47 +02:00
},
"prettier": {
"semi": false,
"singleQuote": false,
"plugins": [
"prettier-plugin-astro",
"prettier-plugin-svelte"
],
"overrides": [
{
"files": "**/*.astro",
"options": {
"parser": "astro"
}
}
]
2024-09-08 13:14:02 +02:00
}
2024-09-25 22:20:47 +02:00
}