mirror of
https://github.com/ChangJoo-Park/learn-flutter.git
synced 2025-06-30 03:41:47 +00:00
20 lines
470 B
JSON
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"
|
|
}
|
|
}
|