{ "name": "astroplate", "version": "2.5.0", "description": "Astro and Tailwindcss boilerplate", "author": "zeon.studio", "license": "MIT", "packageManager": "yarn@1.22.19", "scripts": { "dev": "yarn generate-json && astro dev", "build": "yarn generate-json && astro build", "preview": "astro preview", "format": "prettier -w ./src", "generate-json": "node scripts/jsonGenerator.js", "remove-darkmode": "node scripts/removeDarkmode.js && yarn format" }, "dependencies": { "@astrojs/mdx": "^1.1.5", "@astrojs/react": "^3.0.6", "@astrojs/rss": "^3.0.0", "@astrojs/sitemap": "^3.0.3", "@astrojs/tailwind": "^5.0.2", "astro": "^3.6.4", "astro-auto-import": "^0.4.1", "date-fns": "^2.30.0", "date-fns-tz": "^2.0.0", "disqus-react": "^1.1.5", "github-slugger": "^2.0.0", "gray-matter": "^4.0.3", "marked": "^11.0.0", "prettier-plugin-astro": "^0.12.2", "prettier-plugin-tailwindcss": "^0.5.7", "prop-types": "^15.8.1", "react": "^18.2.0", "react-dom": "^18.2.0", "react-icons": "^4.12.0", "react-lite-youtube-embed": "^2.4.0", "remark-collapse": "^0.1.2", "remark-toc": "^9.0.0", "sharp": "^0.33.0", "swiper": "^11.0.5" }, "devDependencies": { "@tailwindcss/forms": "^0.5.7", "@tailwindcss/typography": "^0.5.10", "@types/marked": "^5.0.2", "@types/node": "20.10.2", "@types/react": "18.2.41", "@types/react-dom": "18.2.17", "autoprefixer": "^10.4.16", "eslint": "^8.55.0", "postcss": "^8.4.32", "prettier": "^3.1.0", "prettier-plugin-astro": "^0.12.2", "prettier-plugin-tailwindcss": "^0.5.7", "sass": "^1.69.5", "tailwindcss": "^3.3.5", "tailwind-bootstrap-grid": "^5.1.0", "typescript": "5.3.2" } }