2023-04-17 12:50:29 +06:00
|
|
|
{
|
|
|
|
|
"name": "astroplate",
|
2025-04-28 10:20:07 +06:00
|
|
|
"version": "5.5.0",
|
2023-04-17 12:50:29 +06:00
|
|
|
"description": "Astro and Tailwindcss boilerplate",
|
|
|
|
|
"author": "zeon.studio",
|
|
|
|
|
"license": "MIT",
|
2025-03-24 16:48:46 +13:00
|
|
|
"type": "module",
|
2025-02-17 09:10:10 +06:00
|
|
|
"packageManager": "yarn@1.22.22",
|
2023-04-17 12:50:29 +06:00
|
|
|
"scripts": {
|
2023-12-11 15:00:43 +06:00
|
|
|
"dev": "yarn generate-json && astro dev",
|
|
|
|
|
"build": "yarn generate-json && astro build",
|
2023-12-03 15:28:12 +06:00
|
|
|
"preview": "astro preview",
|
2025-01-05 15:55:16 +06:00
|
|
|
"check": "astro check",
|
2023-05-29 11:36:12 +06:00
|
|
|
"format": "prettier -w ./src",
|
|
|
|
|
"generate-json": "node scripts/jsonGenerator.js",
|
2024-11-18 09:55:18 +06:00
|
|
|
"remove-darkmode": "node scripts/removeDarkmode.js && yarn format"
|
2023-04-17 12:50:29 +06:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2025-01-05 15:55:16 +06:00
|
|
|
"@astrojs/check": "0.9.4",
|
2025-04-20 10:50:01 +06:00
|
|
|
"@astrojs/mdx": "4.2.4",
|
|
|
|
|
"@astrojs/react": "4.2.4",
|
2025-01-05 15:55:16 +06:00
|
|
|
"@astrojs/rss": "4.0.11",
|
2025-03-24 16:50:05 +13:00
|
|
|
"@astrojs/sitemap": "3.3.0",
|
2025-04-28 10:20:07 +06:00
|
|
|
"@digi4care/astro-google-tagmanager": "^1.4.0",
|
2025-04-23 15:57:57 +06:00
|
|
|
"@justinribeiro/lite-youtube": "^1.7.1",
|
2025-04-20 10:50:01 +06:00
|
|
|
"astro": "5.7.4",
|
2025-01-05 15:55:16 +06:00
|
|
|
"astro-auto-import": "^0.4.4",
|
2025-04-20 10:50:01 +06:00
|
|
|
"astro-font": "^1.1.0",
|
2025-01-05 15:55:16 +06:00
|
|
|
"date-fns": "^4.1.0",
|
2025-04-06 12:31:48 +06:00
|
|
|
"disqus-react": "^1.1.6",
|
2023-04-17 12:50:29 +06:00
|
|
|
"github-slugger": "^2.0.0",
|
|
|
|
|
"gray-matter": "^4.0.3",
|
2025-04-20 10:50:01 +06:00
|
|
|
"marked": "^15.0.8",
|
2023-05-09 13:18:20 +06:00
|
|
|
"prop-types": "^15.8.1",
|
2025-04-06 12:31:48 +06:00
|
|
|
"react": "^19.1.0",
|
|
|
|
|
"react-dom": "^19.1.0",
|
|
|
|
|
"react-icons": "^5.5.0",
|
2023-05-09 13:18:20 +06:00
|
|
|
"remark-collapse": "^0.1.2",
|
2023-10-19 08:52:46 +06:00
|
|
|
"remark-toc": "^9.0.0",
|
2025-04-20 10:50:01 +06:00
|
|
|
"swiper": "^11.2.6",
|
|
|
|
|
"vite": "^6.3.2"
|
2023-05-29 11:36:12 +06:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-02-17 09:10:10 +06:00
|
|
|
"@tailwindcss/forms": "^0.5.10",
|
|
|
|
|
"@tailwindcss/typography": "^0.5.16",
|
2025-04-20 10:50:01 +06:00
|
|
|
"@tailwindcss/vite": "^4.1.4",
|
|
|
|
|
"@types/node": "22.14.1",
|
|
|
|
|
"@types/react": "19.1.2",
|
|
|
|
|
"@types/react-dom": "19.1.2",
|
|
|
|
|
"eslint": "^9.25.0",
|
2025-04-06 12:31:48 +06:00
|
|
|
"prettier": "^3.5.3",
|
2024-07-31 12:17:20 +06:00
|
|
|
"prettier-plugin-astro": "^0.14.1",
|
2025-02-17 09:10:10 +06:00
|
|
|
"prettier-plugin-tailwindcss": "^0.6.11",
|
2024-08-26 17:04:55 +06:00
|
|
|
"sharp": "0.33.5",
|
2025-04-20 10:50:01 +06:00
|
|
|
"tailwindcss": "^4.1.4",
|
2025-04-06 12:31:48 +06:00
|
|
|
"typescript": "^5.8.3"
|
2023-04-17 12:50:29 +06:00
|
|
|
}
|
|
|
|
|
}
|