martials.no/package.json

57 lines
1.6 KiB
JSON
Raw Normal View History

2024-09-08 13:14:02 +02:00
{
"name": "martials-no-v2",
"type": "module",
"version": "0.0.1",
"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",
"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.6",
"@astrojs/node": "9.0.1",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/svelte": "^7.0.3",
"@astrojs/tailwind": "^5.1.4",
"@iconify-json/pajamas": "^1.2.4",
"@inlang/paraglide-astro": "^0.3.5",
"@inlang/paraglide-js": "1.11.8",
"@tailwindcss/typography": "^0.5.16",
"astro": "5.1.7",
"astro-icon": "^1.1.5",
2024-09-27 22:13:39 +02:00
"sharp": "^0.33.5",
"svelte": "^5.19.0",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3"
2024-09-25 22:20:47 +02:00
},
"devDependencies": {
"daisyui": "^4.12.23",
"prettier": "^3.4.2",
2024-09-25 22:20:47 +02:00
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-svelte": "^3.3.3",
"vite": "^6.0.7"
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
}