{ "name": "", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro check && astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/check": "^0.5.10", "@astrojs/tailwind": "^5.1.0", "@tsparticles/basic": "^3.3.0", "@tsparticles/engine": "^3.3.0", "@tsparticles/interaction-particles-links": "^3.3.0", "@tsparticles/move-parallax": "^3.3.0", "astro": "^4.5.12", "tailwindcss": "^3.4.3", "typescript": "^5.4.3" }, "devDependencies": { "clsx": "^2.1.0", "prettier": "^3.2.5", "prettier-plugin-astro": "^0.13.0", "sharp": "^0.33.3", "tailwind-merge": "^2.2.2" } }