mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 07:33:07 +08:00
28 lines
606 B
JSON
28 lines
606 B
JSON
{
|
|
"name": "@example/basics",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/rss": "^1.0.1",
|
|
"@types/react": "^18.0.20",
|
|
"astro": "^1.1.7",
|
|
"fuse.js": "^6.6.2",
|
|
"remark-collapse": "^0.1.2",
|
|
"remark-toc": "^8.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/react": "^1.1.3",
|
|
"@astrojs/tailwind": "^1.0.0",
|
|
"@tailwindcss/typography": "^0.5.7",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
}
|
|
}
|