learn-flutter/package.json
ChangJoo Park(박창주) 900b0ab68b update markdown
2025-05-14 09:34:13 +09:00

20 lines
470 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",
"@expressive-code/plugin-line-numbers": "^0.41.2",
"astro": "^5.7.12",
"astro-expressive-code": "^0.41.2",
"sharp": "^0.32.5"
}
}