{ "name": "Astrofront", "version": "2.0.0", "description": "Astro and Tailwindcss boilerplate", "author": "Themefisher", "license": "MIT", "packageManager": "yarn@1.22.19", "scripts": { "dev": "astro dev", "build": "astro build", "preview": "astro preview", "format": "prettier -w ./src", "check": "astro check", "remove-darkmode": "node scripts/removeDarkmode.js && yarn format" }, "dependencies": { "@astrojs/check": "^0.9.4", "@astrojs/mdx": "4.0.5", "@astrojs/netlify": "6.0.1", "@astrojs/node": "^9.0.0", "@astrojs/react": "4.1.3", "@astrojs/rss": "4.0.11", "@astrojs/sitemap": "^3.2.1", "@astrojs/tailwind": "5.1.4", "@astrojs/vercel": "^8.0.1", "@nanostores/react": "^0.8.4", "astro": "5.1.5", "astro-auto-import": "^0.4.4", "astro-font": "^0.1.81", "date-fns": "^4.1.0", "github-slugger": "^2.0.0", "gray-matter": "^4.0.3", "js-cookie": "^3.0.5", "marked": "^15.0.6", "multi-range-slider-react": "^2.0.7", "nanostores": "^0.11.3", "prettier-plugin-astro": "^0.14.1", "prettier-plugin-tailwindcss": "^0.6.9", "prop-types": "^15.8.1", "react": "^19.0.0", "react-collapsed": "^4.2.0", "react-dom": "^19.0.0", "react-gravatar": "^2.6.3", "react-icons": "^5.4.0", "react-inner-image-zoom": "^3.0.2", "react-lite-youtube-embed": "^2.4.0", "remark-collapse": "^0.1.2", "remark-toc": "^9.0.0", "swiper": "^11.2.1" }, "devDependencies": { "@tailwindcss/forms": "^0.5.10", "@tailwindcss/typography": "^0.5.16", "@types/js-cookie": "^3.0.6", "@types/marked": "^5.0.2", "@types/node": "22.10.5", "@types/react": "19.0.4", "@types/react-dom": "19.0.2", "@types/react-gravatar": "^2.6.14", "@types/react-inner-image-zoom": "^3.0.3", "autoprefixer": "^10.4.20", "eslint": "^9.18.0", "postcss": "^8.4.49", "prettier": "^3.4.2", "prettier-plugin-astro": "^0.14.1", "prettier-plugin-tailwindcss": "^0.6.9", "sass": "^1.83.1", "sharp": "0.33.5", "tailwind-bootstrap-grid": "^5.1.0", "tailwindcss": "^3.4.17", "typescript": "^5.7.3" } }