Files
astroplate/package.json
T

57 lines
1.6 KiB
JSON
Raw Normal View History

2023-04-17 12:50:29 +06:00
{
"name": "astroplate",
2025-02-17 09:10:10 +06:00
"version": "5.2.0",
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",
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-01-05 15:55:16 +06:00
"@astrojs/check": "0.9.4",
2025-02-17 09:10:10 +06:00
"@astrojs/mdx": "4.0.8",
"@astrojs/react": "4.2.0",
2025-01-05 15:55:16 +06:00
"@astrojs/rss": "4.0.11",
"@astrojs/sitemap": "3.2.1",
2025-02-17 09:10:10 +06:00
"astro": "5.3.0",
2025-01-05 15:55:16 +06:00
"astro-auto-import": "^0.4.4",
2025-02-17 09:10:10 +06:00
"astro-font": "^1.0.0",
2025-01-05 15:55:16 +06:00
"date-fns": "^4.1.0",
2023-04-17 12:50:29 +06:00
"disqus-react": "^1.1.5",
"github-slugger": "^2.0.0",
"gray-matter": "^4.0.3",
2025-02-17 09:10:10 +06:00
"marked": "^15.0.7",
2023-05-09 13:18:20 +06:00
"prop-types": "^15.8.1",
2025-02-17 09:10:10 +06:00
"react": "^19.0.0",
"react-dom": "^19.0.0",
2025-01-05 15:55:16 +06:00
"react-icons": "^5.4.0",
2023-12-03 15:28:12 +06:00
"react-lite-youtube-embed": "^2.4.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-02-17 09:10:10 +06:00
"swiper": "^11.2.4"
},
"devDependencies": {
2025-02-17 09:10:10 +06:00
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16",
2025-02-16 17:25:40 +06:00
"@tailwindcss/vite": "^4.0.6",
2025-02-17 09:10:10 +06:00
"@types/marked": "^6.0.0",
"@types/node": "22.13.4",
"@types/react": "19.0.9",
"@types/react-dom": "19.0.3",
"eslint": "^9.20.1",
"prettier": "^3.5.1",
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-02-16 17:25:40 +06:00
"tailwindcss": "^4.0.6",
2025-02-17 09:10:10 +06:00
"typescript": "^5.7.3"
2023-04-17 12:50:29 +06:00
}
}