mirror of
https://github.com/10h30/astroplate.git
synced 2026-06-05 15:08:00 +09:00
remove search page and added search modal
This commit is contained in:
+3
-4
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "astroplate",
|
||||
"version": "2.4.0",
|
||||
"version": "2.5.0",
|
||||
"description": "Astro and Tailwindcss boilerplate",
|
||||
"author": "zeon.studio",
|
||||
"license": "MIT",
|
||||
"packageManager": "yarn@1.22.19",
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"build": "astro build",
|
||||
"dev": "yarn generate-json && astro dev",
|
||||
"build": "yarn generate-json && astro build",
|
||||
"preview": "astro preview",
|
||||
"format": "prettier -w ./src",
|
||||
"generate-json": "node scripts/jsonGenerator.js",
|
||||
@@ -24,7 +24,6 @@
|
||||
"date-fns": "^2.30.0",
|
||||
"date-fns-tz": "^2.0.0",
|
||||
"disqus-react": "^1.1.5",
|
||||
"fuse.js": "^7.0.0",
|
||||
"github-slugger": "^2.0.0",
|
||||
"gray-matter": "^4.0.3",
|
||||
"marked": "^11.0.0",
|
||||
|
||||
Reference in New Issue
Block a user