mirror of
https://github.com/10h30/astroplate.git
synced 2026-07-11 18:56:06 +09:00
Add draft functionality for pages
This commit is contained in:
+9
-10
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"name": "astroplate",
|
||||
"version": "5.5.2",
|
||||
"version": "5.6.0",
|
||||
"description": "Astro and Tailwindcss boilerplate",
|
||||
"author": "zeon.studio",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
"packageManager": "yarn@1.22.22",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "yarn generate-json && astro dev",
|
||||
"build": "yarn generate-json && astro build",
|
||||
@@ -17,20 +17,19 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/check": "0.9.4",
|
||||
"@astrojs/mdx": "4.3.6",
|
||||
"@astrojs/mdx": "4.3.7",
|
||||
"@astrojs/react": "4.4.0",
|
||||
"@astrojs/rss": "4.0.12",
|
||||
"@astrojs/sitemap": "3.6.0",
|
||||
"@digi4care/astro-google-tagmanager": "^1.6.0",
|
||||
"@justinribeiro/lite-youtube": "^1.8.2",
|
||||
"astro": "5.14.1",
|
||||
"astro-auto-import": "^0.4.4",
|
||||
"astro": "5.14.4",
|
||||
"astro-auto-import": "^0.4.5",
|
||||
"astro-font": "^1.1.0",
|
||||
"date-fns": "^4.1.0",
|
||||
"disqus-react": "^1.1.7",
|
||||
"github-slugger": "^2.0.0",
|
||||
"gray-matter": "^4.0.3",
|
||||
"marked": "^16.3.0",
|
||||
"marked": "^16.4.0",
|
||||
"prop-types": "^15.8.1",
|
||||
"react": "^19.2.0",
|
||||
"react-dom": "^19.2.0",
|
||||
@@ -44,9 +43,9 @@
|
||||
"@tailwindcss/forms": "^0.5.10",
|
||||
"@tailwindcss/typography": "^0.5.19",
|
||||
"@tailwindcss/vite": "^4.1.14",
|
||||
"@types/node": "24.6.2",
|
||||
"@types/react": "19.2.0",
|
||||
"@types/react-dom": "19.2.0",
|
||||
"@types/node": "24.7.2",
|
||||
"@types/react": "19.2.2",
|
||||
"@types/react-dom": "19.2.2",
|
||||
"eslint": "^9.37.0",
|
||||
"prettier": "^3.6.2",
|
||||
"prettier-plugin-astro": "^0.14.1",
|
||||
|
||||
Reference in New Issue
Block a user