Files
astroplate/package.json
T

58 lines
1.6 KiB
JSON
Raw Normal View History

2023-04-17 12:50:29 +06:00
{
"name": "astroplate",
2025-11-20 10:09:11 +06:00
"version": "5.8.1",
2023-04-17 12:50:29 +06:00
"description": "Astro and Tailwindcss boilerplate",
"author": "zeon.studio",
"license": "MIT",
2025-02-17 09:10:10 +06:00
"packageManager": "yarn@1.22.22",
2025-10-14 12:07:37 +06:00
"type": "module",
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",
"format": "prettier -w ./src",
"generate-json": "node scripts/jsonGenerator.js",
"remove-darkmode": "node scripts/removeDarkmode.js && yarn format"
2023-04-17 12:50:29 +06:00
},
"dependencies": {
2025-10-26 09:57:39 +06:00
"@astrojs/check": "0.9.5",
2025-11-20 10:09:11 +06:00
"@astrojs/mdx": "4.3.11",
"@astrojs/react": "4.4.2",
2025-10-05 16:12:17 +06:00
"@astrojs/sitemap": "3.6.0",
"@digi4care/astro-google-tagmanager": "^1.6.0",
2025-11-04 12:48:44 +06:00
"@justinribeiro/lite-youtube": "^1.9.0",
2025-11-20 10:09:11 +06:00
"astro": "5.15.9",
2025-10-14 12:07:37 +06:00
"astro-auto-import": "^0.4.5",
"astro-font": "^1.1.0",
2025-01-05 15:55:16 +06:00
"date-fns": "^4.1.0",
2025-10-05 16:12:17 +06:00
"disqus-react": "^1.1.7",
2023-04-17 12:50:29 +06:00
"github-slugger": "^2.0.0",
"gray-matter": "^4.0.3",
2025-11-20 10:09:11 +06:00
"marked": "^17.0.0",
2023-05-09 13:18:20 +06:00
"prop-types": "^15.8.1",
2025-10-05 16:12:17 +06:00
"react": "^19.2.0",
"react-dom": "^19.2.0",
2025-04-06 12:31:48 +06:00
"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-10-26 09:57:39 +06:00
"swiper": "^12.0.3",
2025-11-20 10:09:11 +06:00
"vite": "^7.2.2"
},
"devDependencies": {
2025-02-17 09:10:10 +06:00
"@tailwindcss/forms": "^0.5.10",
2025-10-05 16:12:17 +06:00
"@tailwindcss/typography": "^0.5.19",
2025-11-20 10:09:11 +06:00
"@tailwindcss/vite": "^4.1.17",
"@types/node": "24.10.1",
"@types/react": "19.2.6",
"@types/react-dom": "19.2.3",
2025-11-04 12:48:44 +06:00
"eslint": "^9.39.1",
2025-10-05 16:12:17 +06:00
"prettier": "^3.6.2",
2024-07-31 12:17:20 +06:00
"prettier-plugin-astro": "^0.14.1",
2025-10-20 15:41:20 +06:00
"prettier-plugin-tailwindcss": "^0.7.1",
2025-11-20 10:09:11 +06:00
"sharp": "0.34.5",
"tailwindcss": "^4.1.17",
2025-10-05 16:12:17 +06:00
"typescript": "^5.9.3"
2023-04-17 12:50:29 +06:00
}
}