{ "name": "martials-no-v2", "type": "module", "version": "0.0.1", "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", "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" }, "dependencies": { "@astrojs/check": "^0.9.4", "@astrojs/mdx": "^3.1.8", "@astrojs/node": "^8.3.4", "@astrojs/sitemap": "^3.2.0", "@astrojs/svelte": "^5.7.2", "@astrojs/tailwind": "^5.1.2", "@iconify-json/pajamas": "^1.2.3", "@inlang/paraglide-astro": "^0.2.2", "@inlang/paraglide-js": "1.11.2", "@tailwindcss/typography": "^0.5.15", "astro": "^4.16.2", "astro-icon": "^1.1.1", "sharp": "^0.33.5", "svelte": "^4.2.19", "tailwindcss": "^3.4.13", "typescript": "^5.6.3" }, "devDependencies": { "daisyui": "^4.12.13", "prettier": "^3.3.3", "prettier-plugin-astro": "^0.14.1", "prettier-plugin-svelte": "^3.2.7", "vite": "^5.4.8" }, "prettier": { "semi": false, "singleQuote": false, "plugins": [ "prettier-plugin-astro", "prettier-plugin-svelte" ], "overrides": [ { "files": "**/*.astro", "options": { "parser": "astro" } } ] } }