learn-flutter/package.json
ChangJoo Park(박창주) 7be4a9578a chore: update sidebars
2025-05-13 18:03:49 +09:00

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"
}
}