docs/package.json

20 lines
386 B
JSON
Raw Normal View History

2023-03-23 10:24:48 -04:00
{
2023-09-02 13:43:38 -04:00
"name": "pls-docs",
"type": "module",
"version": "0.0.1",
2023-03-23 10:24:48 -04:00
"scripts": {
2023-09-02 13:43:38 -04:00
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
2023-03-23 10:24:48 -04:00
},
"dependencies": {
2024-03-21 19:27:08 -04:00
"@astrojs/check": "^0.5.9",
"@astrojs/starlight": "^0.21.2",
"astro": "^4.5.8",
2023-09-13 16:49:59 -04:00
"sharp": "^0.32.5",
"typescript": "^5.2.2"
2023-03-23 10:24:48 -04:00
}
2023-09-13 16:49:59 -04:00
}