elliebeta-docs/package.json

19 lines
402 B
JSON
Raw Permalink Normal View History

2023-11-07 01:21:05 -08:00
{
2024-01-19 20:46:30 -08:00
"name": "ellie-docs",
"type": "module",
"version": "0.0.1",
2023-11-07 01:21:05 -08:00
"scripts": {
2024-01-19 20:46:30 -08:00
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
2023-11-07 01:21:05 -08:00
},
"dependencies": {
2024-01-19 20:46:30 -08:00
"@astrojs/check": "^0.4.1",
"@astrojs/starlight": "^0.16.0",
"astro": "^4.2.1",
"sharp": "^0.32.5",
"typescript": "^5.3.3"
2023-11-07 01:21:05 -08:00
}
}