mirror of
https://github.com/10h30/astroplate.git
synced 2026-06-05 15:08:00 +09:00
58 lines
1.6 KiB
JSON
Executable File
58 lines
1.6 KiB
JSON
Executable File
{
|
|
"name": "astroplate",
|
|
"version": "5.4.3",
|
|
"description": "Astro and Tailwindcss boilerplate",
|
|
"author": "zeon.studio",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"packageManager": "yarn@1.22.22",
|
|
"scripts": {
|
|
"dev": "yarn generate-json && astro dev",
|
|
"build": "yarn generate-json && astro build",
|
|
"preview": "astro preview",
|
|
"check": "astro check",
|
|
"format": "prettier -w ./src",
|
|
"generate-json": "node scripts/jsonGenerator.js",
|
|
"remove-darkmode": "node scripts/removeDarkmode.js && yarn format"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/check": "0.9.4",
|
|
"@astrojs/mdx": "4.2.4",
|
|
"@astrojs/react": "4.2.4",
|
|
"@astrojs/rss": "4.0.11",
|
|
"@astrojs/sitemap": "3.3.0",
|
|
"@justinribeiro/lite-youtube": "^1.7.1",
|
|
"astro": "5.7.4",
|
|
"astro-auto-import": "^0.4.4",
|
|
"astro-font": "^1.1.0",
|
|
"date-fns": "^4.1.0",
|
|
"disqus-react": "^1.1.6",
|
|
"github-slugger": "^2.0.0",
|
|
"gray-matter": "^4.0.3",
|
|
"marked": "^15.0.8",
|
|
"prop-types": "^15.8.1",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"react-icons": "^5.5.0",
|
|
"remark-collapse": "^0.1.2",
|
|
"remark-toc": "^9.0.0",
|
|
"swiper": "^11.2.6",
|
|
"vite": "^6.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/forms": "^0.5.10",
|
|
"@tailwindcss/typography": "^0.5.16",
|
|
"@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",
|
|
"prettier": "^3.5.3",
|
|
"prettier-plugin-astro": "^0.14.1",
|
|
"prettier-plugin-tailwindcss": "^0.6.11",
|
|
"sharp": "0.33.5",
|
|
"tailwindcss": "^4.1.4",
|
|
"typescript": "^5.8.3"
|
|
}
|
|
}
|