mirror of
https://github.com/nolen777/eagle0.git
synced 2026-07-28 21:35:42 +00:00
24 lines
440 B
JSON
24 lines
440 B
JSON
{
|
|
"name": "eagle0pedia",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"packageManager": "pnpm@9.15.9",
|
|
"scripts": {
|
|
"build": "astro build",
|
|
"dev": "astro dev",
|
|
"preview": "astro preview"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/starlight": "^0.36.0",
|
|
"astro": "^5.11.0",
|
|
"sharp": "^0.34.0"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.8.0"
|
|
},
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": []
|
|
}
|
|
}
|