2023-04-17 12:50:29 +06:00
|
|
|
{
|
|
|
|
|
"name": "astroplate",
|
2024-01-04 14:49:15 +06:00
|
|
|
"version": "3.2.0",
|
2023-04-17 12:50:29 +06:00
|
|
|
"description": "Astro and Tailwindcss boilerplate",
|
|
|
|
|
"author": "zeon.studio",
|
|
|
|
|
"license": "MIT",
|
2023-04-17 13:16:51 +06:00
|
|
|
"packageManager": "yarn@1.22.19",
|
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",
|
2023-05-29 11:36:12 +06:00
|
|
|
"format": "prettier -w ./src",
|
|
|
|
|
"generate-json": "node scripts/jsonGenerator.js",
|
2023-06-18 10:43:23 +06:00
|
|
|
"remove-darkmode": "node scripts/removeDarkmode.js && yarn format"
|
2023-04-17 12:50:29 +06:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2024-01-04 14:49:15 +06:00
|
|
|
"@astrojs/mdx": "^2.0.3",
|
|
|
|
|
"@astrojs/react": "^3.0.9",
|
2023-12-13 09:53:47 +06:00
|
|
|
"@astrojs/rss": "^4.0.1",
|
2024-01-04 14:49:15 +06:00
|
|
|
"@astrojs/sitemap": "^3.0.4",
|
|
|
|
|
"@astrojs/tailwind": "^5.1.0",
|
|
|
|
|
"astro": "^4.0.9",
|
2023-12-13 09:53:47 +06:00
|
|
|
"astro-auto-import": "^0.4.2",
|
2024-01-26 18:54:10 +05:30
|
|
|
"astro-font": "^0.0.77",
|
2024-01-04 14:49:15 +06:00
|
|
|
"date-fns": "^3.0.6",
|
2023-04-17 12:50:29 +06:00
|
|
|
"disqus-react": "^1.1.5",
|
|
|
|
|
"github-slugger": "^2.0.0",
|
|
|
|
|
"gray-matter": "^4.0.3",
|
2024-01-04 14:49:15 +06:00
|
|
|
"marked": "^11.1.1",
|
|
|
|
|
"prettier-plugin-astro": "^0.12.3",
|
|
|
|
|
"prettier-plugin-tailwindcss": "^0.5.10",
|
2023-05-09 13:18:20 +06:00
|
|
|
"prop-types": "^15.8.1",
|
2023-04-17 12:50:29 +06:00
|
|
|
"react": "^18.2.0",
|
|
|
|
|
"react-dom": "^18.2.0",
|
2023-12-03 15:28:12 +06:00
|
|
|
"react-icons": "^4.12.0",
|
|
|
|
|
"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",
|
2023-12-19 08:52:26 +06:00
|
|
|
"sharp": "^0.33.1",
|
2023-12-03 15:28:12 +06:00
|
|
|
"swiper": "^11.0.5"
|
2023-05-29 11:36:12 +06:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2023-12-03 15:28:12 +06:00
|
|
|
"@tailwindcss/forms": "^0.5.7",
|
2023-10-19 08:52:46 +06:00
|
|
|
"@tailwindcss/typography": "^0.5.10",
|
|
|
|
|
"@types/marked": "^5.0.2",
|
2024-01-04 14:49:15 +06:00
|
|
|
"@types/node": "20.10.6",
|
|
|
|
|
"@types/react": "18.2.46",
|
2023-12-19 08:52:26 +06:00
|
|
|
"@types/react-dom": "18.2.18",
|
2023-10-19 08:52:46 +06:00
|
|
|
"autoprefixer": "^10.4.16",
|
2023-12-19 08:52:26 +06:00
|
|
|
"eslint": "^8.56.0",
|
2023-12-03 15:28:12 +06:00
|
|
|
"postcss": "^8.4.32",
|
2023-12-13 09:53:47 +06:00
|
|
|
"prettier": "^3.1.1",
|
2024-01-04 14:49:15 +06:00
|
|
|
"prettier-plugin-astro": "^0.12.3",
|
|
|
|
|
"prettier-plugin-tailwindcss": "^0.5.10",
|
|
|
|
|
"sass": "^1.69.7",
|
2023-12-03 15:28:12 +06:00
|
|
|
"tailwind-bootstrap-grid": "^5.1.0",
|
2024-01-26 18:54:10 +05:30
|
|
|
"tailwindcss": "^3.4.0",
|
2023-12-13 09:53:47 +06:00
|
|
|
"typescript": "5.3.3"
|
2023-04-17 12:50:29 +06:00
|
|
|
}
|
|
|
|
|
}
|