mirror of
https://github.com/ChangJoo-Park/learn-flutter.git
synced 2025-06-25 09:21:20 +00:00
18 lines
375 B
JSON
18 lines
375 B
JSON
{
|
|
"name": "flutter-in-korean",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"upgrade": "npx @astrojs/upgrade",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/starlight": "^0.34.3",
|
|
"astro": "^5.7.12",
|
|
"sharp": "^0.32.5"
|
|
}
|
|
}
|