EllieBot-docs/package.json

19 lines
402 B
JSON
Raw Normal View History

2023-11-07 09:21:05 +00:00
{
2024-01-20 04:46:30 +00:00
"name": "ellie-docs",
"type": "module",
"version": "0.0.1",
2023-11-07 09:21:05 +00:00
"scripts": {
2024-01-20 04:46:30 +00:00
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
2023-11-07 09:21:05 +00:00
},
"dependencies": {
2024-01-20 04:46:30 +00: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 09:21:05 +00:00
}
}