{ "name": "astroplate", "version": "5.9.0", "description": "Astro and Tailwindcss boilerplate", "author": "zeon.studio", "license": "MIT", "packageManager": "yarn@1.22.22", "type": "module", "scripts": { "dev": "yarn generate-json && astro dev", "build": "yarn generate-json && astro build", "preview": "astro preview", "check": "astro check", "format": "prettier -w ./src", "generate-json": "node scripts/jsonGenerator.js", "remove-darkmode": "node scripts/removeDarkmode.js && yarn format" }, "dependencies": { "@astrojs/check": "0.9.5", "@astrojs/mdx": "4.3.12", "@astrojs/react": "4.4.2", "@astrojs/sitemap": "3.6.0", "@digi4care/astro-google-tagmanager": "^1.6.0", "@justinribeiro/lite-youtube": "^1.9.0", "astro": "5.16.0", "astro-auto-import": "^0.4.5", "astro-font": "^1.1.0", "date-fns": "^4.1.0", "disqus-react": "^1.1.7", "github-slugger": "^2.0.0", "gray-matter": "^4.0.3", "marked": "^17.0.0", "prop-types": "^15.8.1", "react": "^19.2.0", "react-dom": "^19.2.0", "react-icons": "^5.5.0", "remark-collapse": "^0.1.2", "remark-toc": "^9.0.0", "swiper": "^12.0.3", "vite": "^7.2.2" }, "devDependencies": { "@tailwindcss/forms": "^0.5.10", "@tailwindcss/typography": "^0.5.19", "@tailwindcss/vite": "^4.1.17", "@types/node": "24.10.1", "@types/react": "19.2.6", "@types/react-dom": "19.2.3", "eslint": "^9.39.1", "prettier": "^3.6.2", "prettier-plugin-astro": "^0.14.1", "prettier-plugin-tailwindcss": "^0.7.1", "sharp": "0.34.5", "tailwindcss": "^4.1.17", "typescript": "^5.9.3" } }