mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:29:33 +08:00
19 lines
333 B
JSON
19 lines
333 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": {
|
|
"astro": "^1.1.7"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/tailwind": "^1.0.0"
|
|
}
|
|
}
|